]> granicus.if.org Git - clang/commit
- Various comment typo fixes in Sema.h
authorChris Lattner <sabre@nondot.org>
Tue, 6 Jan 2009 07:27:21 +0000 (07:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Jan 2009 07:27:21 +0000 (07:27 +0000)
commit823c44e6d73141f642e207980b4021ddcf09897b
treee9aa917cfc4ad959b1898a0e6f1c28192c9b53e0
parentead013e4a89d8a51acacebe541b922b309867642
- Various comment typo fixes in Sema.h
- Simplify ParseDeclCXX to use early exit on error instead of nesting.
- Change ParseDeclCXX to using the 'skip on error' form of ExpectAndConsume.
- If we don't see the ; in a using directive, still call the action, for
  hopefully better error recovery.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61801 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp
lib/Sema/Sema.h
test/Parser/cxx-using-directive.cpp