Skip to content
Commit b9b8597c authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 6b4db176
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment