clang-1/lib
Douglas Gregor 2d1ece81a5 Always keep highest identifier, selector, and macro IDs when we've
read another one, just as we do for types.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174745 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-08 21:30:59 +00:00
..
ARCMigrate [arcmt] Make sure the objc migrators work fine when used with a PCH. 2013-02-05 16:37:00 +00:00
AST Use the target address space value when mangling names. 2013-02-08 01:07:32 +00:00
ASTMatchers Re-design the convenience interfaces on MatchFinder. 2013-02-01 13:41:35 +00:00
Analysis Add note why we used a switch. 2013-02-05 22:03:14 +00:00
Basic Add a *San + modules FIXME. 2013-02-07 01:09:29 +00:00
CodeGen Add OpenCL samplers as Clang builtin types and check sampler related restrictions. 2013-02-07 10:55:47 +00:00
Driver Form the default -fmodules-cache-path= properly. 2013-02-07 22:59:12 +00:00
Edit Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
Format Fix indentation-detection at indent level 0. 2013-02-08 19:53:32 +00:00
Frontend Never cache the result of a module file lookup. 2013-02-08 21:27:45 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers [Headers] Use standard builtin defines instead of typeof trickery. 2013-02-06 00:38:13 +00:00
Lex Teach subframework header lookup to suggest modules <rdar://problem/13176200>. 2013-02-08 00:10:48 +00:00
Parse Thread safety analysis: make sure that expressions in attributes are parsed 2013-02-07 19:01:07 +00:00
Rewrite objective-C modern translation: Fix another random translation bug 2013-02-08 18:57:50 +00:00
Sema Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. 2013-02-07 19:13:24 +00:00
Serialization Always keep highest identifier, selector, and macro IDs when we've 2013-02-08 21:30:59 +00:00
StaticAnalyzer Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop body is skipped. 2013-02-08 19:51:43 +00:00
Tooling Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +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