llvm-capstone/clang/lib
Anders Carlsson c1c9971cab When we know that a dynamic_cast always returns null, we can make
CodeGenFunction::EmitDynamicCast always return null or throw a bad_cast 
exception.

llvm-svn: 129264
2011-04-11 01:45:29 +00:00
..
Analysis Teach -Wuninitialized to not warn about variables declared in C++ catch statements. 2011-04-07 20:02:56 +00:00
AST Add CXXDynamicCastExpr::isAlwaysNull() which will be replacing the cast kind I added. 2011-04-11 01:43:55 +00:00
Basic Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
CodeGen When we know that a dynamic_cast always returns null, we can make 2011-04-11 01:45:29 +00:00
Driver refactor -ccc-gcc-name code 2011-04-09 13:31:59 +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 Fixes a rewrting bug of a property-dot syntax expression inside 2011-04-08 23:48:29 +00:00
Sema PR9669: implement correct checking for [dcl.init.string]p2. 2011-04-11 00:23:45 +00:00
Serialization PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
StaticAnalyzer As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which 2011-04-10 20:33:22 +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