clang-1/lib
Chris Lattner cb329c506d use DiagRuntimeBehavior to silence the div/rem by zero warning when
not in an evaluated context.  This removes some bogus warnings.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93258 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-12 21:30:55 +00:00
..
AST Fix the CodeGen half of PR5911 by changing reference initialization to 2010-01-12 20:32:25 +00:00
Analysis Fix pasto. 2010-01-11 20:15:06 +00:00
Basic Define __weak attribute for objective-c pointers in 2010-01-12 18:33:57 +00:00
CodeGen Use the new isInteger() method in a couple places, some random cleanup, and 2010-01-11 19:58:10 +00:00
Driver Fix a FIXME. 2010-01-10 00:46:10 +00:00
Frontend Improve on objective-c pointer recognition 2010-01-12 17:31:23 +00:00
Headers _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex add a TODO for a perf improvement in LexIdentifier. 2010-01-11 02:38:50 +00:00
Parse Improve recovery for template-ids whose template-name doesn't actually 2010-01-12 21:28:44 +00:00
Rewrite Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). 2010-01-07 18:00:35 +00:00
Sema use DiagRuntimeBehavior to silence the div/rem by zero warning when 2010-01-12 21:30:55 +00:00
CMakeLists.txt
Makefile