llvm-project/clang/lib/Parse
Douglas Gregor d8c61785ed Implement code completion support for lambda capture lists.
llvm-svn: 150583
2012-02-15 15:34:24 +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 Make parsing of objc @implementations more robust. 2012-02-07 16:50:53 +00:00
ParseCXXInlineMethods.cpp Change the diagnostics which said 'accepted as an extension' to instead say 2011-12-29 21:57:33 +00:00
ParseDecl.cpp Represent C++ direct initializers as ParenListExprs before semantic analysis 2012-02-11 23:51:47 +00:00
ParseDeclCXX.cpp Fix crash-on-invalid for 'operator int[]()' in C++11. 2012-02-14 09:00:46 +00:00
ParseExpr.cpp Represent C++ direct initializers as ParenListExprs before semantic analysis 2012-02-11 23:51:47 +00:00
ParseExprCXX.cpp Implement code completion support for lambda capture lists. 2012-02-15 15:34:24 +00:00
ParseInit.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
ParseObjc.cpp Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) 2012-02-14 22:14:32 +00:00
ParsePragma.cpp Fix our handling of #pragma GCC visibility. 2012-01-26 02:02:57 +00:00
ParsePragma.h Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParseStmt.cpp Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) 2012-02-14 22:14:32 +00:00
ParseTemplate.cpp PR11684, core issue 1417: 2012-02-10 11:05:11 +00:00
ParseTentative.cpp With a little more work in the tentative parse determining whether a statement 2012-01-25 01:19:14 +00:00
Parser.cpp Make parsing of objc @implementations more robust. 2012-02-07 16:50:53 +00:00
RAIIObjectsForParser.h Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00