llvm-project/clang/lib/Parse
Douglas Gregor 91c25eadea Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope
where '>' is going to behave as an operator (and not as a '>' closing
a template argument list).

llvm-svn: 158111
2012-06-06 21:18:07 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +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 Add pedantic warning -Wempty-translation-unit (C11 6.9p1). 2012-06-06 17:25:21 +00:00
ParseCXXInlineMethods.cpp CXXThisScopeRAII objects aren't free, don't compute one if it's unused. 2012-05-17 12:01:52 +00:00
ParseDecl.cpp Recognize the MS inheritance attributes and turn them into attributes 2012-05-22 21:28:12 +00:00
ParseDeclCXX.cpp Recognize the MS inheritance attributes and turn them into attributes 2012-05-22 21:28:12 +00:00
ParseExpr.cpp Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00
ParseExprCXX.cpp Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp objc: position of 'fixit' was off by one. 2012-05-29 21:52:45 +00:00
ParsePragma.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParsePragma.h Remove unused private member variables found by clang's new -Wunused-private-field. 2012-06-06 17:32:50 +00:00
ParseStmt.cpp Include the correct conversion context locations for condition expressions. 2012-05-16 04:20:04 +00:00
ParseTemplate.cpp Refactor DelayedDiagnostics so that it keeps diagnostics in 2012-05-07 06:16:41 +00:00
ParseTentative.cpp Recover better from a missing 'typename' in a function template definition. 2012-05-16 23:40:17 +00:00
Parser.cpp Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00
RAIIObjectsForParser.h Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00