llvm-capstone/clang/lib
2011-04-13 00:36:37 +00:00
..
Analysis Teach -Wuninitialized to not warn about variables declared in C++ catch statements. 2011-04-07 20:02:56 +00:00
AST Fix a regression where the initializer implements 2011-04-12 16:34:14 +00:00
Basic Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
CodeGen Convert the unaligned load builtins to the first-class versions. 2011-04-13 00:36:37 +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 a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +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 Implement the AVX cmp builtins as macros instead of static inlines. 2011-04-06 03:37:51 +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 Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Redeclaration of 'self' should be flagged in 2011-04-12 23:39:33 +00:00
Serialization Fix AST serialization of reference-to-reference types. This previously caused 2011-04-12 10:38:03 +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