llvm-project/clang/lib/Parse
Douglas Gregor 180dda9b6e Make sure that we parse a '>>' that closes two template argument lists
appropritely when there are no other template arguments.

llvm-svn: 123204
2011-01-11 00:45:18 +00:00
..
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
ParseCXXInlineMethods.cpp Added ParenType type node. 2010-12-10 16:29:40 +00:00
ParseDecl.cpp Fix an embarrassing think in the disambiguation logic for the ellipsis in a parameter-type-list 2011-01-05 23:06:07 +00:00
ParseDeclCXX.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
ParseExpr.cpp Implement the sizeof...(pack) expression to compute the length of a 2011-01-04 17:33:58 +00:00
ParseExprCXX.cpp When we're inside a functional cast, '>' is an operator. Fixes PR8912. 2011-01-11 00:33:19 +00:00
ParseInit.cpp Implement support for pack expansions in initializer lists and 2011-01-03 19:31:53 +00:00
ParseObjc.cpp Use Parser::ExpectAndConsume() uniformly to eat semicolons after 2011-01-05 01:10:06 +00:00
ParsePragma.cpp When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
ParsePragma.h When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
ParseStmt.cpp Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCodeCompletion and check isCodeCompletionEnabled() before doing the call. 2011-01-04 00:27:27 +00:00
ParseTemplate.cpp Make sure that we parse a '>>' that closes two template argument lists 2011-01-11 00:45:18 +00:00
ParseTentative.cpp Refactor how we collect attributes during parsing, and add slots for attributes 2010-12-24 02:08:15 +00:00
Parser.cpp Speed up code-completion by skipping function bodies. 2011-01-03 19:44:02 +00:00
RAIIObjectsForParser.h Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00