hanchenye-llvm-project/clang/lib
Alexis Hunt 3d221f2fce Add DeclarationName support for C++0x operator literals. They should now work as
function names outside of templates - they'll probably cause some damage there as
they're largely untested.

llvm-svn: 90064
2009-11-29 07:34:05 +00:00
..
AST Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
Analysis Fix null dereference in UndefResultChecker identified by running the analyzer over Postgresql. 2009-11-29 06:37:44 +00:00
Basic This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def and makes use of it in tok::getTokenSimpleSpelling. 2009-11-28 16:09:28 +00:00
CodeGen Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
Driver Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. 2009-11-29 07:18:39 +00:00
Frontend Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
Headers Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. 2009-11-22 15:47:12 +00:00
Index Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
Lex Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
Parse Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
Rewrite Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here 2009-11-17 06:52:37 +00:00
Sema Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +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