llvm-project/clang/lib
Richard Smith 608c0b65d7 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have
undefined behaviour, and move the diagnostic for '' from an Error into
an ExtWarn in this group. This is important for some users of the preprocessor,
and is necessary for gcc compatibility.

llvm-svn: 159335
2012-06-28 07:51:56 +00:00
..
ARCMigrate Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
AST Fix another issue with devirtualizing calls to final methods by passing them 2012-06-28 01:56:38 +00:00
Analysis Thread safety analysis: implement lock_returned attribute. 2012-06-25 18:33:18 +00:00
Basic Fix for r159256 on Windows. 2012-06-27 11:42:56 +00:00
CodeGen Fix another issue with devirtualizing calls to final methods by passing them 2012-06-28 01:56:38 +00:00
Driver Enable -mcpu=native and -march=native for arm targets. 2012-06-26 22:20:06 +00:00
Edit Fix uninitialized variable use bug found by the clairvoyant static analyzer. 2012-06-27 23:45:44 +00:00
Frontend Add template type diffing to Clang. This feature will provide a better 2012-06-26 18:18:47 +00:00
FrontendTool Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
Headers X86: add GATHER intrinsics (AVX2) in Clang 2012-06-26 19:55:09 +00:00
Lex Add warning flag -Winvalid-pp-token for preprocessing-tokens which have 2012-06-28 07:51:56 +00:00
Parse Whitespace. 2012-06-26 22:30:43 +00:00
Rewrite Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
Sema objective-c mrc: Issue warning for mrc, as is done for arc, when 2012-06-27 20:52:46 +00:00
Serialization Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
StaticAnalyzer [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind. 2012-06-27 00:51:18 +00:00
Tooling Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
CMakeLists.txt Fix a big layering violation introduced by r158771. 2012-06-20 09:53:52 +00:00
Makefile Fix a big layering violation introduced by r158771. 2012-06-20 09:53:52 +00:00