clang-1/lib
Nico Weber f88836d949 Move PrettyStackTraceParserEntry to ParseAST.cpp
r128056 moved PrettyStackTraceParserEntry construction from Parser.h
to ParseAST.cpp, so there's no need to keep this class in a header.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168731 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 21:57:34 +00:00
..
ARCMigrate s/tranform/transform/ 2012-11-14 15:08:31 +00:00
AST Fix the definition of the vfork() builtin on Haiku. PR14378. 2012-11-27 02:58:24 +00:00
ASTMatchers Fix partial-match-bind-behavior with forEachDescendant() matchers. 2012-11-16 18:39:22 +00:00
Analysis Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2.5% using intelligent pruning of blocks during the final reporting pass. 2012-11-17 07:18:30 +00:00
Basic Fix the definition of the vfork() builtin on Haiku. PR14378. 2012-11-27 02:58:24 +00:00
CodeGen Add -fsanitize=integer for reporting suspicious integer behaviors. 2012-11-27 15:01:55 +00:00
Driver Remove an extra semicolon. 2012-11-27 17:31:26 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and 2012-11-27 16:10:37 +00:00
FrontendTool PR14303: Add a NoDriverOption flag to those options which are not accepted by 2012-11-09 22:36:44 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex Clean up code according to coding standards 2012-11-17 22:17:28 +00:00
Parse Move PrettyStackTraceParserEntry to ParseAST.cpp 2012-11-27 21:57:34 +00:00
Rewrite Make libASTMatchers link its dependencies. libRewriteFrontend depends on libRewriteCore. 2012-11-16 17:30:58 +00:00
Sema Allow an ASTConsumer to selectively skip function bodies while parsing. Patch 2012-11-27 21:31:01 +00:00
Serialization [modules] Use a memory buffer directly as input for the module includes, 2012-11-15 18:57:27 +00:00
StaticAnalyzer [analyzer] Fix a crash reported in PR 14400. 2012-11-26 19:11:46 +00:00
Tooling Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and 2012-11-27 16:10:37 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00