hanchenye-llvm-project/clang/lib
Argyrios Kyrtzidis 39a76387e0 Have ASTUnit::Save() return a bool to indicate save error.
Removes a dependency of ASTUnit to clang-c/Index.h.

llvm-svn: 164704
2012-09-26 16:39:46 +00:00
..
ARCMigrate Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
AST Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
ASTMatchers Fix isDerivedFrom matcher. 2012-09-18 14:17:42 +00:00
Analysis Add clarifying comment. 2012-09-24 21:17:14 +00:00
Basic Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. 2012-09-25 17:18:14 +00:00
CodeGen Add codegen support for the __debugbreak intrinsic. 2012-09-26 05:40:16 +00:00
Driver [Options] Store the option ID in OptTable::Info. 2012-09-25 23:12:48 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Have ASTUnit::Save() return a bool to indicate save error. 2012-09-26 16:39:46 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers Add struct keyword before _Unwind_Context. 2012-09-26 06:35:17 +00:00
Lex Revert r163022, it caused PR13924. 2012-09-26 08:19:01 +00:00
Parse Fix an edge case of mangling involving the combination of a lambda and typeid. 2012-09-26 04:34:21 +00:00
Rewrite Remove redundant semicolons which are null statements. 2012-09-10 21:20:09 +00:00
Sema Fix an edge case of mangling involving the combination of a lambda and typeid. 2012-09-26 04:34:21 +00:00
Serialization Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
StaticAnalyzer Remove unnecessary ASTContext& parameter from SymExpr::getType(). 2012-09-26 06:00:14 +00:00
Tooling Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +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