teak-llvm/clang/lib
David Tenty 76ee21e1d0 Namespace fixup for D68340 build on MSVC
we seem to run into issues with nested namespace lookups in recently landed
D68340 so just make them explicit.
2019-10-24 15:47:08 -04:00
..
Analysis New tautological warning for bitwise-or with non-zero constant always true. 2019-10-19 00:57:23 +00:00
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST [clang] New __attribute__((__clang_arm_mve_alias)). 2019-10-24 16:33:13 +01:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Basic [clang-format] Remove duplciate code from Invalid BOM detection 2019-10-24 20:24:44 +01:00
CodeGen [clang,ARM] Initial ACLE intrinsics for MVE. 2019-10-24 16:33:13 +01:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver Namespace fixup for D68340 build on MSVC 2019-10-24 15:47:08 -04:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [Format] Add format check for throwing negative numbers 2019-10-18 16:59:02 +00:00
Frontend Fix name of warn_ignored_hip_only_option 2019-10-22 16:36:28 -04:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [clang,ARM] Initial ACLE intrinsics for MVE. 2019-10-24 16:33:13 +01:00
Index [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator 2019-09-05 20:33:52 +00:00
Lex [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC. 2019-10-11 18:22:34 +00:00
Parse [Mips] Use appropriate private label prefix based on Mips ABI 2019-10-23 12:24:35 +02:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [clang,ARM] Initial ACLE intrinsics for MVE. 2019-10-24 16:33:13 +01:00
Serialization [hip][cuda] Fix the extended lambda name mangling issue. 2019-10-19 00:15:19 +00:00
StaticAnalyzer [analyzer] Fix off-by-one in operator call parameter binding. 2019-10-23 08:17:02 -07:00
Tooling Refactor DependencyScanningTool to its own file 2019-10-22 05:05:18 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00