llvm-project/clang/lib
Puyan Lotfi d2254dbf21 [NFC][clang] Refactor getCompilationPhases()+Types.def step 3.
Dropping the 'u' entry and the entire Flags table from Types.def.
Now it'll be a bit easier to tablegenify this.

Differential Revision: https://reviews.llvm.org/D65308

llvm-svn: 367345
2019-07-30 19:03:17 +00:00
..
ARCMigrate Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
AST Add typedef declaration information to the JSON AST dump. 2019-07-30 13:42:19 +00:00
ASTMatchers [clang] Add isDirectlyDerivedFrom AST matcher. 2019-07-25 11:54:13 +00:00
Analysis [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
Basic [Driver] Define _FILE_OFFSET_BITS=64 on Solaris 2019-07-30 10:38:41 +00:00
CodeGen [COFF][ARM64] Reorder handling of aarch64 MSVC builtins 2019-07-30 15:32:49 +00:00
CrossTU [CrossTU] Add a function to retrieve original source location. 2019-07-24 10:16:37 +00:00
DirectoryWatcher Fix Linux build 2019-07-29 23:28:44 +00:00
Driver [NFC][clang] Refactor getCompilationPhases()+Types.def step 3. 2019-07-30 19:03:17 +00:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format clang-format clang/lib/Format 2019-07-29 13:26:48 +00:00
Frontend [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
FrontendTool [clang-ifs] Clang Interface Stubs, first version (second landing attempt). 2019-06-20 16:59:48 +00:00
Headers [PowerPC] [Clang] Add platform guards to PPC vector intrinsics headers 2019-07-30 02:18:11 +00:00
Index [clang][NFCI] Fix random typos 2019-07-23 16:54:11 +00:00
Lex Remove cache for macro arg stringization 2019-07-30 17:58:22 +00:00
Parse Add lifetime categories attributes 2019-07-25 17:50:51 +00:00
Rewrite [Rewrite] Extend to further accept CharSourceRange 2019-07-06 02:55:06 +00:00
Sema [NFC] avoid AlignedCharArray in clang 2019-07-29 23:12:48 +00:00
Serialization Revert "[Sema] Diagnose default-initialization, destruction, and copying of" 2019-07-26 00:02:17 +00:00
StaticAnalyzer Buildbot fix for r367190 2019-07-28 14:57:41 +00:00
Tooling [LibTooling] Relax Transformer to allow rewriting macro expansions 2019-07-18 17:44:54 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00