llvm-project/clang/lib
Daniel Dunbar 88ad4c5d02 Mangler: Sketch mangling for TemplateArgument::Declaration kind.
- Several important FIXMEs related to whether arguments are expressions or external names, and the mangling of extern "C" names (c.f., PR5522).

llvm-svn: 89556
2009-11-21 09:17:15 +00:00
..
AST DeclPrinter: Indent access specifiers. 2009-11-21 09:12:06 +00:00
Analysis Restructure DereferenceChecker slightly to handle caching out when we would report a null dereference more than once. 2009-11-21 01:50:48 +00:00
Basic Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ken Dyck. 2009-11-21 00:49:54 +00:00
CodeGen Mangler: Sketch mangling for TemplateArgument::Declaration kind. 2009-11-21 09:17:15 +00:00
Driver Fix refacto, gcc's cc1 needs to see --output-pch=, which is not just an alias 2009-11-21 02:31:29 +00:00
Frontend Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
Headers Avoid unwanted expansion in macros that paste together INT<n>_C(v) and 2009-11-20 16:49:10 +00:00
Index Add special clang_getCursor() support for @class. Handles <rdar://problem/7383421>. 2009-11-18 02:02:52 +00:00
Lex Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by Amine Khaldi! 2009-11-14 16:36:57 +00:00
Parse Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
Rewrite Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here 2009-11-17 06:52:37 +00:00
Sema "Incremental" progress on using expressions, by which I mean totally ripping 2009-11-21 08:51:07 +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