llvm-project/clang/lib
Richard Smith 9b36209e31 When lexing in C11 mode, accept unicode character and string literals, per C11
6.4.4.4/1 and 6.4.5/1.

llvm-svn: 176780
2013-03-09 23:56:02 +00:00
..
ARCMigrate Add a hasExternalLinkage helper. No functionality change. 2013-03-07 02:00:27 +00:00
AST Add TagDecl::hasNameForLinkage(), which is true if the tag 2013-03-09 00:54:27 +00:00
ASTMatchers First step towards adding a parent map to the ASTContext. 2013-02-28 13:21:39 +00:00
Analysis Remove the CFGElement "Invalid" state. 2013-02-23 00:29:34 +00:00
Basic Add 'e' to the SPIR data layout - SPIR is little endian for now. 2013-03-07 13:06:10 +00:00
CodeGen Make helper function static. 2013-03-09 15:15:22 +00:00
Driver Minor refactor of how we get compilation phases. 2013-03-07 12:32:26 +00:00
Edit Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Format Fixes breaking of string literals. 2013-03-08 18:59:48 +00:00
Frontend Add flags for additional control over coverage generation. Pick the version 2013-03-07 08:28:53 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against 2013-02-21 02:17:58 +00:00
Lex When lexing in C11 mode, accept unicode character and string literals, per C11 2013-03-09 23:56:02 +00:00
Parse Remove unused variable. 2013-03-08 17:04:47 +00:00
Rewrite ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. 2013-03-08 21:51:21 +00:00
Sema Adjust the special non-C++ enum block return type inference 2013-03-09 00:54:31 +00:00
Serialization ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. 2013-03-08 21:51:21 +00:00
StaticAnalyzer [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at 2013-03-09 03:23:19 +00:00
Tooling CommandLineArgumentParser: handle single quotes. 2013-03-02 06:00:16 +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