llvm-project/clang/lib
Devang Patel 7b7f46f5a6 Use DeclContext as getContextDescriptor() argument.
llvm-svn: 95008
2010-02-01 21:34:11 +00:00
..
AST In C++, an initializer on a variable doesn't necessarily mean it's the definition. With that in mind, rename getDefinition to getAnyInitializer (to distinguish it from getInit) and reimplement it in terms of isThisDeclarationADefinition. Update all code to use this new function. 2010-02-01 20:16:42 +00:00
Analysis Recognize 'q' as a format length modifier (from BSD). 2010-01-30 15:49:20 +00:00
Basic Don't explicitly force utf strings into the __TEXT,__ustring 2010-02-01 20:59:08 +00:00
Checker Move more naming conventions logic out of the retain/release checker to CocoaConventions.h. 2010-01-27 18:00:17 +00:00
CodeGen Use DeclContext as getContextDescriptor() argument. 2010-02-01 21:34:11 +00:00
Driver Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. 2010-02-01 21:07:43 +00:00
Frontend Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used. 2010-02-01 21:07:25 +00:00
Headers fix PR6187: various load functions in xmmintrin.h were missing 'const'. 2010-02-01 20:14:14 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Fix subtle bug in Preprocessor::AdvanceToTokenCharacter(): use '+=' instead of '='. 2010-01-29 19:38:24 +00:00
Parse Rework base and member initialization in constructors, with several 2010-01-31 09:12:51 +00:00
Rewrite Fixes a rewrite bug rewriting nested ivars reference. 2010-01-28 01:41:20 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema In C++, an initializer on a variable doesn't necessarily mean it's the definition. With that in mind, rename getDefinition to getAnyInitializer (to distinguish it from getInit) and reimplement it in terms of isThisDeclarationADefinition. Update all code to use this new function. 2010-02-01 20:16:42 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00