llvm-project/clang/lib
Nico Weber ebe8d627c1 clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Also makes -fexec-charset accept utf-8 case-insensitively.
Like https://reviews.llvm.org/D23807, but for execution-charset.
Also replace a few .lower() comparisons with equals_lower().

https://reviews.llvm.org/D23938

llvm-svn: 279866
2016-08-26 21:11:43 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST [Sema][Comments] Add support for TypeAliasTemplate 2016-08-25 17:09:33 +00:00
ASTMatchers Add an AST matcher for external formal linkage. 2016-08-17 13:10:42 +00:00
Analysis [analyzer] Fix CloneDetector crash on calling methods of class templates. 2016-08-23 16:42:00 +00:00
Basic Re-commit [OpenCL] AMDGCN: Fix size_t type 2016-08-19 05:17:25 +00:00
CodeGen Widen type of __offset_flags in RTTI on Mingw64 2016-08-25 22:16:30 +00:00
Driver clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag. 2016-08-26 21:11:43 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format clang-format: [JS] nested and tagged template strings. 2016-08-25 10:13:21 +00:00
Frontend Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics 2016-08-26 15:45:36 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [X86][AVX512F] minor fix of the parameter names 2016-08-21 07:56:47 +00:00
Index Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 2016-08-17 14:59:53 +00:00
Lex Don't diagnose non-modular includes when we are not compiling a module. 2016-08-26 17:16:46 +00:00
Parse C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Serialization C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
StaticAnalyzer Reapply "[analyzer] Added valist related checkers." 2016-08-22 11:21:30 +00:00
Tooling Fix json compilation database syntax on non-Windows. 2016-08-18 19:42:00 +00:00
CMakeLists.txt