hanchenye-llvm-project/clang/lib
Anders Carlsson fb4dda4fed Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so we can represent both the complete and deleting destructors. Also, when encountering a destructor decl, emit entries for both the complete and deleting destructors. Mike, please review.
With this change, FileCheck builds and runs the clang test suite without failures!

llvm-svn: 88663
2009-11-13 17:08:56 +00:00
..
AST Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. 2009-11-13 05:51:54 +00:00
Analysis Malloc checker basically works now. 2009-11-13 07:48:11 +00:00
Basic do not store wchar/char16/char32/intmax width/alignment info 2009-11-12 08:04:33 +00:00
CodeGen Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so we can represent both the complete and deleting destructors. Also, when encountering a destructor decl, emit entries for both the complete and deleting destructors. Mike, please review. 2009-11-13 17:08:56 +00:00
Driver Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky. 2009-11-08 10:13:36 +00:00
Frontend Remove local splitLines reimplementation. 2009-11-13 16:46:11 +00:00
Headers Generalize stdint.h for non-8-bit-multiple types, patch by 2009-11-12 08:08:27 +00:00
Index Preserve type source information in sizeof/alignof expressions, and pass it 2009-11-04 07:28:41 +00:00
Lex Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. 2009-11-13 05:51:54 +00:00
Parse Remove an overly-eager assertion when replacing tokens with an 2009-11-12 00:03:40 +00:00
Rewrite Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. 2009-11-05 01:54:02 +00:00
Sema Don't bind arguments to temporaries if the argument has a reference type. 2009-11-13 17:04:35 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00