llvm-project/clang/lib/Parse
Nico Weber 303ff60693 Fix another leak in ParseMicrosoftAsmStatement(), found by LSan.
llvm-svn: 207040
2014-04-23 22:07:21 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +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 [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-12 05:09:18 +00:00
ParseCXXInlineMethods.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
ParseDecl.cpp Fixing a typo, updating the diagnostic wording and logic based on post-commit review feedback. Amends r206186. 2014-04-15 00:36:39 +00:00
ParseDeclCXX.cpp Refactor all the checking for missing 'template<>'s when a declaration has a 2014-04-17 03:29:33 +00:00
ParseExpr.cpp Add support for MSVC's __FUNCSIG__ 2014-04-08 18:13:24 +00:00
ParseExprCXX.cpp Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
ParseInit.cpp PR19339: Disambiguate lambdas with init-captures from designated initializers 2014-04-13 04:31:48 +00:00
ParseObjc.cpp Objective-C. Improve diagnostic error for '@import' 2014-03-26 22:02:43 +00:00
ParseOpenMP.cpp [OPENMP] parsing 'linear' clause (for directive 'omp simd') 2014-04-22 13:09:42 +00:00
ParsePragma.cpp [MS-ABI] Add support for #pragma section and related pragmas 2014-04-08 22:30:47 +00:00
ParseStmt.cpp Fix another leak in ParseMicrosoftAsmStatement(), found by LSan. 2014-04-23 22:07:21 +00:00
ParseTemplate.cpp Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
ParseTentative.cpp Add support for MSVC's __FUNCSIG__ 2014-04-08 18:13:24 +00:00
Parser.cpp [MS-ABI] Add support for #pragma section and related pragmas 2014-04-08 22:30:47 +00:00
RAIIObjectsForParser.h ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00