llvm-capstone/clang/lib
Anders Carlsson d162fb83f2 In C++, when initializing an array from a pascal string, it's OK if the array
is 1 element smaller than the string, because we can just strip off the last
null character. This matches GCC.

llvm-svn: 129490
2011-04-14 00:41:11 +00:00
..
Analysis Teach -Wuninitialized about C++'s typeid expression, including both the 2011-04-13 08:18:42 +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 Removing the unaligned load tests from builtins-x86.c since they're generated by a regular 'load' now. 2011-04-13 20:17:22 +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 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 In C++, when initializing an array from a pascal string, it's OK if the array 2011-04-14 00:41:11 +00:00
Serialization 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
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