llvm-project/clang/lib
Richard Smith e18f0faff2 Lexing support for user-defined literals. Currently these lex as the same token
kinds as the underlying string literals, and we silently drop the ud-suffix;
those issues will be fixed by subsequent patches.

llvm-svn: 152012
2012-03-05 04:02:15 +00:00
..
ARCMigrate Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. 2012-03-01 19:45:56 +00:00
AST constexpr: Remove APValue/CCValue distinction. It is no longer useful given the 2012-03-03 22:46:17 +00:00
Analysis Thread safety analysis: expand set of expressions that can be used to denote locks. 2012-03-02 23:36:05 +00:00
Basic Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 2012-03-02 20:54:36 +00:00
CodeGen Silence a GCC warning about a set-but-not-used variable in release builds. 2012-03-04 12:16:40 +00:00
Driver [analyzer] Turn inlining on by default for better testing exposure. 2012-03-01 22:37:46 +00:00
Frontend Frontend: Default to creating output files using temporary files + rename. 2012-03-03 00:36:06 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index Unbreak the CMake builds following the CallGraph change. 2012-03-02 23:18:45 +00:00
Lex Lexing support for user-defined literals. Currently these lex as the same token 2012-03-05 04:02:15 +00:00
Parse Issue warning when late-parsed attributes have no declaration. 2012-03-02 22:29:50 +00:00
Rewrite objective-c modern translator. Fixes misc. bug in writing 2012-02-29 00:26:20 +00:00
Sema Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. 2012-03-04 09:41:16 +00:00
Serialization Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. 2012-03-01 19:45:56 +00:00
StaticAnalyzer Remove a recursive visitation in ExprEngine that is no longer needed because the CFG is fully linearized. 2012-03-04 18:12:21 +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