llvm-project/clang/lib
Anders Carlsson 421a5c9651 If a member variable of reference type is bound to a temporary in its member initializer it needs to be destroyed at the end of the constructor.
llvm-svn: 86230
2009-11-06 04:19:02 +00:00
..
AST Make ASTContext::getIntWidth return 1 for all boolean type variations, not just for the unqualified, unaliased bool. 2009-11-05 21:10:57 +00:00
Analysis static analyzer: refactor checking logic for returning the address of a stack variable or a garbage 2009-11-06 02:24:13 +00:00
Basic Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there 2009-11-05 23:46:05 +00:00
CodeGen If a member variable of reference type is bound to a temporary in its member initializer it needs to be destroyed at the end of the constructor. 2009-11-06 04:19:02 +00:00
Driver Adding -fshort-wchar option. 2009-11-05 20:14:16 +00:00
Frontend Eliminate tabls 2009-11-05 22:03:02 +00:00
Headers A simple reordering of the definitions in stdint.h and 2009-11-04 23:03:18 +00:00
Index Preserve type source information in sizeof/alignof expressions, and pass it 2009-11-04 07:28:41 +00:00
Lex Make LookUpIdentifierInfo const. This makes the Identifiers table mutable and is 2009-11-05 01:53:52 +00:00
Parse Parse C++0x constexpr. Test case follows when this does something useful. 2009-11-05 15:47:02 +00:00
Rewrite Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. 2009-11-05 01:54:02 +00:00
Sema If we have a C-style cast, functional cast, or a static_cast to a 2009-11-06 01:14:41 +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