hanchenye-llvm-project/clang/lib
David Majnemer b3e96f700e Parse: Concatenated string literals should be verified in inline asm
While we would correctly handle asm("foo") and reject asm(L"bar"), we
weren't careful to handle cases where an ascii literal could be
concatenated with a wide literal.

This fixes PR21822.

llvm-svn: 223992
2014-12-11 01:00:48 +00:00
..
ARCMigrate Objective-C SDK modernizer. When modernizing an enum to 2014-12-10 18:25:24 +00:00
AST AST: Properly calculate the linkage of a IndirectFieldDecl 2014-12-10 22:58:14 +00:00
ASTMatchers Make the function pointer a template argument instead of a runtime value. 2014-12-01 14:46:14 +00:00
Analysis When checking for uninitialized values, do not confuse "std::move" with every 2014-11-27 01:29:32 +00:00
Basic Revert r223578, perf data collection depends on the old symbol name. 2014-12-10 23:49:03 +00:00
CodeGen DebugInfo: Location information for scalar new expressions 2014-12-10 19:04:09 +00:00
Driver Add a FIXME for unifying ARM target abi handling. 2014-12-10 22:58:34 +00:00
Edit
Format clang-format: Factor out UnwrappedLineFormatter into a separate file. 2014-12-10 19:00:42 +00:00
Frontend OpenCL C: Add support for a set of floating point 2014-12-10 16:41:14 +00:00
FrontendTool
Headers Make sure that vec_perm is listed as a static function in altivec.h. 2014-12-10 00:57:43 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra. 2014-12-10 03:09:48 +00:00
Parse Parse: Concatenated string literals should be verified in inline asm 2014-12-11 01:00:48 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Parse: Concatenated string literals should be verified in inline asm 2014-12-11 01:00:48 +00:00
Serialization [modules] If we import a module, and we've seen a module map that describes the 2014-12-06 03:21:08 +00:00
StaticAnalyzer Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Tooling Make ArgumentsAdjuster an std::function. 2014-12-03 17:53:02 +00:00
CMakeLists.txt
Makefile