llvm-project/clang/lib
John McCall 66a8759400 Look through using declarations when deciding whether to use an operator
delete for a virtual destructor.  Diagnose ambiguities.

Fixes PR7803.

llvm-svn: 110173
2010-08-04 00:31:26 +00:00
..
AST Send AST dumping/printing to stdout instead of stderr. 2010-08-03 17:29:57 +00:00
Analysis Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis) that doesn't prune CFG edges. 2010-08-03 00:09:51 +00:00
Basic PR7777: Set EnabledByDefault to something useful, instead of setting it 2010-08-01 22:13:15 +00:00
Checker Improved false positive detection and numerous small issues in UnreachableCodeChecker 2010-08-03 21:24:13 +00:00
CodeGen Do a very simple pass over every function we emit to infer whether we can 2010-08-03 22:46:07 +00:00
Driver Driver: Don't forward any -g options to GCC, when using it to drive the 2010-08-03 16:14:14 +00:00
Frontend Incomplete promotion of selector info to per-file data. 2010-08-03 21:58:15 +00:00
Headers add a hack for visual studio, fixing PR7796 2010-08-03 22:13:56 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! 2010-07-31 01:52:11 +00:00
Parse Parser: Add support for #pragma align, which is just another spelling of #pragma 2010-07-31 19:17:07 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Look through using declarations when deciding whether to use an operator 2010-08-04 00:31:26 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00