llvm-project/clang/lib
Eli Friedman 9cc8ac523c Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski.
llvm-svn: 166500
2012-10-23 20:26:57 +00:00
..
ARCMigrate Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
AST Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski. 2012-10-23 20:26:57 +00:00
ASTMatchers Implement hasParent()-matcher. 2012-10-22 16:26:51 +00:00
Analysis Fix potential null deference in CFG printer. 2012-10-12 22:56:31 +00:00
Basic Fix pre-commit refacto failure. 2012-10-22 18:56:43 +00:00
CodeGen Switch CodeGenOptions over to a .def file, like we do with LangOptions. 2012-10-23 20:05:01 +00:00
Driver Handle -pthread, -pg and -shared correctly on bitrig. 2012-10-23 17:07:31 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Switch CodeGenOptions over to a .def file, like we do with LangOptions. 2012-10-23 20:05:01 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. 2012-10-11 01:10:04 +00:00
Lex Fix for PR13334. This prevents crashes that result from badly formed 2012-10-22 20:28:48 +00:00
Parse When used in a compound expression FP_CONTRACT should proceed all explicit 2012-10-21 01:10:01 +00:00
Rewrite Remove pointless classof()'s. 2012-10-11 23:31:23 +00:00
Sema Add a new warning -Wmissing-variable-declarations, to warn about variables 2012-10-23 20:19:32 +00:00
Serialization If the precompiled header named by "-include" is actually a directory, 2012-10-23 06:18:24 +00:00
StaticAnalyzer [analyzer] Assume 'new' never returns NULL if it could throw an exception. 2012-10-20 02:32:51 +00:00
Tooling Only report first error when no compilation database is found. 2012-10-15 13:12: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