llvm-project/clang/lib
Jordan Rose a08ed5965c Simplify logic for avoiding concatenation after numeric constants.
I threw in a couple of test cases for UD-suffixes -- already working, but
it wasn't immediately obvious to me.

llvm-svn: 174767
2013-02-08 22:30:31 +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 StmtPrinter: Write large char values using \u or \U. 2013-02-08 22:30:27 +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 Pull Lexer's CharInfo table out for general use throughout Clang. 2013-02-08 22:30:22 +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 Simplify logic for avoiding concatenation after numeric constants. 2013-02-08 22:30:31 +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