[PATCH] D46740: [Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messages.

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 12 02:27:08 PDT 2018


EricWF added inline comments.


================
Comment at: test/TableGen/text-substitution.td:9
+
+// CHECK: AHHH
+def AGGG : Warning<"%select{one|two}0 is OK">, InGroup<DocumentedGroup>;
----------------
This test TBD. The `emit-diag-docs.td` test should hit all the major cases.


https://reviews.llvm.org/D46740





More information about the cfe-commits mailing list