llvm-project/clang/lib
Douglas Gregor e6078dab99 Improve the accuracy of code completion for the attributes of an @property declaration, so that we don't produce completions for attributes that would conflict with already-specified attributes
llvm-svn: 89281
2009-11-19 00:14:45 +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 Rename CodeCompleteObjCProperty to something more specific. No functionality change. 2009-11-18 23:08:07 +00:00
Rewrite Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here 2009-11-17 06:52:37 +00:00
Sema Improve the accuracy of code completion for the attributes of an @property declaration, so that we don't produce completions for attributes that would conflict with already-specified attributes 2009-11-19 00:14:45 +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