clang-1/lib
Ted Kremenek 68c9ced7cd Make FixedAddressChecker and experimental check; it currently produces a ton of false positives when analyzing some projects (e.g., Wine).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89560 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-21 17:55:24 +00:00
..
AST DeclPrinter: Indent access specifiers. 2009-11-21 09:12:06 +00:00
Analysis Make FixedAddressChecker and experimental check; it currently produces a ton of false positives when analyzing some projects (e.g., Wine). 2009-11-21 17:55:24 +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 Overload resolution doesn't decide whether to do ADL or not anymore; stopping 2009-11-21 09:38:42 +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