llvm-project/clang/lib
Ted Kremenek 3aa89a971d Enhance NSError** checking with analogous checking for CFErrorRef*.
Expand checking to include functions, not just methods.

llvm-svn: 56938
2008-10-01 23:24:09 +00:00
..
AST Fix va_arg handling to do argument decaying at the correct place. This 2008-09-29 22:28:25 +00:00
Analysis Enhance NSError** checking with analogous checking for CFErrorRef*. 2008-10-01 23:24:09 +00:00
Basic Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 2008-09-30 20:30:12 +00:00
CodeGen NeXT: Update to use CreateRuntimeFunction for the routines it imports. 2008-10-01 01:06:06 +00:00
Driver clean up a bunch of fixme's I added, by moving 2008-09-26 21:18:42 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Document assumptions that NumericLiteralParser makes with an assertion. 2008-09-30 20:45:40 +00:00
Parse Enter a new scope for a @try block. 2008-09-26 17:32:47 +00:00
Rewrite Fixed an offset calculation error. 2008-09-16 07:58:21 +00:00
Sema simplify padding, just fold it into the earlier resize. 2008-09-30 20:53:45 +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