diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-07-22 06:29:05 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-07-22 06:29:05 +0000 |
| commit | b9b8597c2304ecbb08ed1ed5dc899a604cef5144 (patch) | |
| tree | c958e1ae8d44d25d5bb0f0c556f43d5a528baad9 /clang/test/Sema/switch-duplicate-defaults.c | |
| parent | 6b4db176eaf5b7fd28d0e4abfee2652047fd9df0 (diff) | |
| download | bcm5719-llvm-b9b8597c2304ecbb08ed1ed5dc899a604cef5144.tar.gz bcm5719-llvm-b9b8597c2304ecbb08ed1ed5dc899a604cef5144.zip | |
avoid recursion between SkipBCPLComment and SkipWhitespace. In cases like this:
// foo
// bar
// baz
we'd get two levels of call (bcpl & whitespace) for each line, leading to some
seriously deep stacks in some cases.
llvm-svn: 40384
Diffstat (limited to 'clang/test/Sema/switch-duplicate-defaults.c')
0 files changed, 0 insertions, 0 deletions

