llvm-project/clang/lib
Eli Friedman f92f6454ef A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", where "x" refers to a local variable. This should silence a useless warning in compiler-rt and other places.
llvm-svn: 157414
2012-05-24 21:05:41 +00:00
..
ARCMigrate [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. 2012-05-24 16:48:23 +00:00
AST A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", where "x" refers to a local variable. This should silence a useless warning in compiler-rt and other places. 2012-05-24 21:05:41 +00:00
Analysis Make -Wformat accept printf("%hhx", c); with -funsigned-char 2012-05-08 17:21:31 +00:00
Basic Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
CodeGen Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
Driver [driver] Have the crash diagnostics print the clang version information. 2012-05-23 21:38:47 +00:00
Edit [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. 2012-05-24 16:48:23 +00:00
Frontend fix Bug 12924 2012-05-24 05:14:44 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Lex Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way. 2012-05-18 19:32:16 +00:00
Parse Recognize the MS inheritance attributes and turn them into attributes 2012-05-22 21:28:12 +00:00
Rewrite modern objc translation: Add translation of @autoreleasepool 2012-05-23 23:47:20 +00:00
Sema objective-c: Fixes a corner case and interesting bug. 2012-05-24 18:29:41 +00:00
Serialization Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
StaticAnalyzer [analyzer] Minor cleanup to checkers' help text. 2012-05-24 17:31:59 +00:00
Tooling Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be used here. 2012-05-23 22:24:20 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00