clang-1/lib
Richard Smith 4382867f04 Pare back r164351 somewhat. The problem that change was addressing was that we
don't serialize a lookup map for the translation unit outside C++ mode, so we
can't tell when lookup within the TU needs to look within modules. Only apply
the fix outside C++ mode, and only to the translation unit.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178706 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-03 22:49:41 +00:00
..
ARCMigrate [arcmt] Copy the diagnostics so we don't have to worry about invaliding iterators from the diagnostic list. 2013-04-01 21:12:30 +00:00
AST Add 178663 back. 2013-04-03 19:27:57 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis Thread safety analysis: Turn on checking for non-scalar types by default. 2013-04-01 17:47:37 +00:00
Basic R600: Add missing Southern Islands GPU to setCPU() function 2013-04-01 20:56:49 +00:00
CodeGen Add 178663 back. 2013-04-03 19:27:57 +00:00
Driver From PR9121 gcc defaulted to omitting the frame pointer on linux, 2013-04-03 01:58:53 +00:00
Edit Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Format Improve formatting of for loops and multi-variable DeclStmts. 2013-04-03 13:36:17 +00:00
Frontend [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. 2013-04-03 17:39:30 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers [cmake] Add clang-headers as a dependency of libclang and if we have to copy them 2013-03-29 21:51:40 +00:00
Lex [preprocessor] Minor optimization following r178671. 2013-04-03 21:29:07 +00:00
Parse Emit a nicer diagnostic for misplaced attributes on ObjC directives. 2013-04-03 17:36:11 +00:00
Rewrite Add 178663 back. 2013-04-03 19:27:57 +00:00
Sema Complain about attempts to befriend declarations via a using 2013-04-03 21:19:47 +00:00
Serialization Pare back r164351 somewhat. The problem that change was addressing was that we 2013-04-03 22:49:41 +00:00
StaticAnalyzer [analyzer] Allow tracknullOrUndef look through the ternary operator even when condition is unknown 2013-04-03 21:34:12 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00