[PATCH] D37383: [AST] Add TableGen for StmtDataCollectors

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 00:45:37 PDT 2017


arphaman added a comment.

LGTM with one inline comment below:



================
Comment at: utils/TableGen/TableGen.cpp:151
         clEnumValN(GenOptDocs, "gen-opt-docs", "Generate option documentation"),
+        clEnumValN(GenDataCollectors, "gen-clang-data-collectors", "Generate data collectors for AST nodes"),
         clEnumValN(GenTestPragmaAttributeSupportedAttributes,
----------------
Looks like an 80 column violation, please reformat this line.


https://reviews.llvm.org/D37383





More information about the cfe-commits mailing list