llvm-project/clang/lib
Douglas Gregor 2e15c844a5 Make sure that imported definitions get completed before we add
anything into the corresponding DeclContext. Co-hacked with Sean;
fixes <rdar://problem/10768928>.

llvm-svn: 149535
2012-02-01 21:00:38 +00:00
..
ARCMigrate arc migrator: twik previous patch to exclude user provided 2012-01-31 22:09:44 +00:00
AST Make sure that imported definitions get completed before we add 2012-02-01 21:00:38 +00:00
Analysis Format string warnings: don't a.k.a. wchar_t with wchar_t. 2012-01-31 14:59:59 +00:00
Basic Use the new Triple::getMacOSXVersion function in another place. 2012-01-31 23:52:58 +00:00
CodeGen Add missing dependency to unbreak the CMake build 2012-02-01 19:53:01 +00:00
Driver include clang's config.h unconditionally 2012-02-01 14:25:28 +00:00
Frontend [libclang] Make sure we don't ever leave a StoredDiagnostic associated with 2012-02-01 19:54:02 +00:00
FrontendTool Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Headers Split compiler builtin module into "stdlib" builtins and "intrinsic" 2012-01-31 21:57:50 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex fix a crash on: 2012-01-31 18:53:44 +00:00
Parse Implement code completion support for module import declarations, e.g., 2012-01-29 18:15:03 +00:00
Rewrite In FixItRecompile::BeginInvocation() reset the diagnostics before executing 2012-01-27 06:15:37 +00:00
Sema Add a new compiler warning, which flags anti-patterns used as the size 2012-02-01 19:08:57 +00:00
Serialization Thread a TargetInfo through to the module map; we'll need it for 2012-01-30 06:01:29 +00:00
StaticAnalyzer [analyzer] Fix a crash in CheckerContext::isCLibraryFunction for C++ 2012-02-01 19:16:20 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00