llvm-capstone/clang/lib
2011-04-12 17:08:43 +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 Template static data members can have weak_odr linkage, not just 2011-04-12 01:46:54 +00:00
Driver fix the path to ld.so for darwin/ppc, resolving PR9677. Patch 2011-04-11 21:15:37 +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 Don't suggest dynamic_cast or typeid as code completion results when 2011-04-12 02:47:21 +00:00
Serialization Fix AST serialization of reference-to-reference types. This previously caused 2011-04-12 10:38:03 +00:00
StaticAnalyzer This patch adds modeling of strcmp() to the CString checker. Validates inputs are not NULL and are real C strings, then does the comparison and binds the proper return value. Unit tests included. 2011-04-12 17:08:43 +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