llvm-project/clang/lib
Daniel Dunbar 7147de2c4e Make MSVC happy.
llvm-svn: 89247
2009-11-18 21:42:57 +00:00
..
AST Incremental progress on using declarations. Split UnresolvedUsingDecl into 2009-11-18 02:36:19 +00:00
Analysis Add PreVisitReturn to Malloc checker. Now we can recognize returned memory 2009-11-17 08:58:18 +00:00
Basic Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done 2009-11-17 09:15:44 +00:00
CodeGen Reflow to fit 80-col. 2009-11-18 18:57:56 +00:00
Driver Make MSVC happy. 2009-11-18 21:42:57 +00:00
Frontend Predefine __INTPTR_WIDTH__ for future use in stdint.h. 2009-11-18 20:05:48 +00:00
Headers Construct INTPTR_MIN, INTPTR_MAX, and UINTPTR_MAX from the exact-width limit 2009-11-18 20:36:29 +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 Improve diagnostics and recovery when parsing @synthesized definitions 2009-11-18 19:45:45 +00:00
Rewrite Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here 2009-11-17 06:52:37 +00:00
Sema Pretend destructors are const and volatile. This allows calling them with const and/or volatile objects. Fixes PR5548. 2009-11-18 20:55:52 +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