[PATCH] D20207: [AST] Move operations enum to a definition file.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 09:25:49 PDT 2016


aaron.ballman added a reviewer: rsmith.
aaron.ballman added a comment.

Generally, I think this looks good. It will definitely help with AST matchers. Richard, do you have any problems with this approach?


================
Comment at: include/clang/AST/OperationKinds.def:15
@@ +14,3 @@
+//
+/// @file OperationKinds.def
+///
----------------
Do we use @file doxygen comments usually? I'm not certain if I've never seen them, or if I'm just unobservant.


http://reviews.llvm.org/D20207





More information about the cfe-commits mailing list