llvm-project/clang/lib
Johannes Altmanninger 1509da083a [AST] Add TableGen for StmtDataCollectors
Summary:
This adds an option "-gen-clang-data-collectors" to the Clang TableGen
that is used to generate StmtDataCollectors.inc.

Reviewers: arphaman, teemperor!

Subscribers: mgorny, cfe-commits

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

llvm-svn: 312634
2017-09-06 13:20:51 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [AST] Add TableGen for StmtDataCollectors 2017-09-06 13:20:51 +00:00
ASTMatchers Register linkageSpecDecl matcher 2017-08-31 21:18:27 +00:00
Analysis [AST] Add TableGen for StmtDataCollectors 2017-09-06 13:20:51 +00:00
Basic Change Diagnostic Category size error from runtime to compiletime 2017-08-28 18:53:17 +00:00
CodeGen Debug info: Fixed faulty debug locations for attributed statements 2017-09-06 08:47:18 +00:00
Driver Driver: delete some dead code (NFC) 2017-09-06 05:11:19 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: Fix indentation of macros in include guards (after r312125). 2017-09-04 13:33:52 +00:00
Frontend [modules] Add ability to specify module name to module file mapping (reapply) 2017-08-31 06:26:43 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [X86][AVX512] _mm512_stream_load_si512 should take a void const* argument (PR33977) 2017-09-05 10:06:41 +00:00
Index Print enum constant values using the original source formatting 2017-08-17 13:41:55 +00:00
Lex Fix memory leak after r312467. The ModuleMap is the owner of the global module object until it's reparented under a real module. 2017-09-05 21:46:22 +00:00
Parse std::function -> llvm::function_ref. NFC. 2017-09-01 16:51:51 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [ms] Implement the __annotation intrinsic 2017-09-05 20:27:35 +00:00
Serialization Fix MSVC narrowing conversion warning. 2017-09-04 10:54:39 +00:00
StaticAnalyzer Removed dead code (PR34467). NFCI. 2017-09-05 10:37:13 +00:00
Tooling Recommit r312127: [refactor] AST selection tree should contain syntactic 2017-08-30 15:28:01 +00:00
CMakeLists.txt