llvm-project/clang/lib
Argyrios Kyrtzidis dfffabd0e9 Recursive functions should be marked when used from another function. Fixes http://llvm.org/PR7923.
llvm-svn: 112045
2010-08-25 10:34:54 +00:00
..
AST More incremental progress towards not including Expr.h in Sema.h. 2010-08-25 10:28:54 +00:00
Analysis Fix printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981. 2010-08-24 22:24:51 +00:00
Basic Add some missing X86-specific asm constraint letters, and fix 2010-08-24 22:33:12 +00:00
Checker Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis 2010-08-24 21:09:07 +00:00
CodeGen More incremental progress towards not including Expr.h in Sema.h. 2010-08-25 10:28:54 +00:00
Driver Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Frontend Teach Sema to live without CodeCompleteConsumer.h. 2010-08-25 06:19:51 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers Add x86intrin.h which is generic x86 intrinsics for more than just Intel. Thus 2010-08-22 20:38:05 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Implement code completion for preprocessor expressions and in macro 2010-08-24 22:20:20 +00:00
Parse Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
Rewrite More incremental progress towards not including Expr.h in Sema.h. 2010-08-25 10:28:54 +00:00
Sema Recursive functions should be marked when used from another function. Fixes http://llvm.org/PR7923. 2010-08-25 10:34:54 +00:00
Serialization More incremental progress towards not including Expr.h in Sema.h. 2010-08-25 10:28:54 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00