llvm-project/clang/lib
Ted Kremenek 7f824734e0 Added temporary fix for Obj-C exception handling in the static analyzer: treat these as panic functions.
llvm-svn: 50535
2008-05-01 18:33:28 +00:00
..
AST Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname "fields". This saves us a pointer. 2008-05-01 17:26:20 +00:00
Analysis Added temporary fix for Obj-C exception handling in the static analyzer: treat these as panic functions. 2008-05-01 18:33:28 +00:00
Basic Add -fobjc-gc and -fobjc-gc-only options to the driver. 2008-04-29 04:37:03 +00:00
CodeGen Verify the whole module after codegen to catch silly IR bugs. 2008-04-30 16:05:42 +00:00
Headers Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Lex for exponent-related errors, emit the diagnostic on the 'e' or 'p'. 2008-04-20 18:47:55 +00:00
Parse Default visbility for instance variables is protected. 2008-04-29 23:03:51 +00:00
Rewrite fix a rewriter crash on zero length files. 2008-04-23 03:21:50 +00:00
Sema Patch to match and issue diagnostics on property type mismatch. 2008-05-01 18:05:01 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00