llvm-capstone/clang/lib
Sebastian Redl 4e52123d06 Fix -H. It was pretty broken.
llvm-svn: 129514
2011-04-14 14:07:45 +00:00
..
Analysis Return the correct lastly populated block from CFGBuilder::VisitUnaryExprOrTypeTraitExpr(). 2011-04-14 01:50:50 +00:00
AST Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. 2011-04-14 00:40:03 +00:00
Basic Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
CodeGen Replace a couple of divide-by-8s with divide-by-charwidths. No change in 2011-04-14 01:00:39 +00:00
Driver Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input 2011-04-12 23:59:20 +00:00
Frontend Fix -H. It was pretty broken. 2011-04-14 14:07:45 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Remove comment that snuck in there. 2011-04-13 10:05:14 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow. 2011-04-09 00:01:04 +00:00
Parse Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
Rewrite Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. 2011-04-14 00:40:03 +00:00
Sema Re-fix r129481 and r129465 properly. Nulls fixits shouldn't be dropped in 2011-04-14 00:51:41 +00:00
Serialization The ASTReader created by -chain-include used the generated PCH buffers in the wrong order. The effect was that all but the first chain-include files was ignored for subsequent compilations. 2011-04-14 14:07:41 +00:00
StaticAnalyzer Teach VariadicMethodTypeChecker to not crash when processing methods declared in protocols. 2011-04-12 21:47:05 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00