llvm-project/clang/lib
Ted Kremenek 8782716c4a Minor pass-sensitivity improvement:
if we know that 'len != 0' and know that 'i == 0' then we know that
  'i < len' must evaluate to true and cannot evaluate to false

llvm-svn: 56260
2008-09-16 23:24:45 +00:00
..
AST Remove support for BlockExprExpr. For example... 2008-09-16 23:11:46 +00:00
Analysis Minor pass-sensitivity improvement: 2008-09-16 23:24:45 +00:00
Basic Add --suppress-system-warnings (on by default, use =0 to disable) 2008-09-12 18:10:20 +00:00
CodeGen Make sure to store the exception in the catch parameter. 2008-09-11 09:15:33 +00:00
Driver Patch by Csaba Hruska! 2008-09-13 05:16:45 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Line endings: CRLF -> LF 2008-09-05 08:53:53 +00:00
Parse Remove support for BlockExprExpr. For example... 2008-09-16 23:11:46 +00:00
Rewrite Fixed an offset calculation error. 2008-09-16 07:58:21 +00:00
Sema Remove support for BlockExprExpr. For example... 2008-09-16 23:11:46 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00