llvm-project/clang/utils/TableGen
Kristof Umann 35fc356fec [analyzer] Drastically simplify the tblgen files used for checkers
Interestingly, only about the quarter of the emitter file is used, the DescFile
entry hasn't ever been touched [1], and the entire concept of groups is a
mystery, so I removed them.

[1] http://lists.llvm.org/pipermail/cfe-dev/2018-October/059664.html

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

llvm-svn: 346680
2018-11-12 17:49:51 +00:00
..
CMakeLists.txt Move the clang-tblgen project into the Clang tablegenning folder on IDEs like Visual Studio rather than leave it in the root directory. NFC. 2017-11-04 20:06:22 +00:00
ClangASTNodesEmitter.cpp TableGen: Adapt to llvm r288612 2016-12-04 05:55:09 +00:00
ClangAttrEmitter.cpp Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu. 2018-10-24 12:26:23 +00:00
ClangCommentCommandInfoEmitter.cpp Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups. 2015-09-29 20:56:43 +00:00
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp Fix typo 2018-08-23 22:41:52 +00:00
ClangCommentHTMLTagsEmitter.cpp
ClangDataCollectorsEmitter.cpp Add '\n' in ClangDataCollectorsEmitter 2017-09-08 16:17:16 +00:00
ClangDiagnosticsEmitter.cpp Use the container form llvm::sort(C, ...) 2018-09-30 21:41:11 +00:00
ClangOptionDocEmitter.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-26 22:16:28 +00:00
ClangSACheckersEmitter.cpp [analyzer] Drastically simplify the tblgen files used for checkers 2018-11-12 17:49:51 +00:00
NeonEmitter.cpp [AArch64] Implement FP16FML intrinsics 2018-10-25 23:47:00 +00:00
TableGen.cpp [clang-tblgen] Add -print-records and -dump-json modes. 2018-08-22 09:20:39 +00:00
TableGenBackends.h Remove top-level using declaration from header files, as these aliases leak. 2018-10-12 12:21:29 +00:00