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

Etienne Bergeron via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 09:56:43 PDT 2016


etienneb marked an inline comment as done.
etienneb added a comment.




================
Comment at: include/clang/AST/OperationKinds.def:15
@@ +14,3 @@
+//
+/// @file OperationKinds.def
+///
----------------
aaron.ballman wrote:
> Do we use @file doxygen comments usually? I'm not certain if I've never seen them, or if I'm just unobservant.
I can't tell if it's largely used.

I based my modifications on 'include/clang/Basic/OperatorKinds.def'
    https://llvm.org/svn/llvm-project/cfe/trunk/include/clang/Basic/OperatorKinds.def
And there are doxygen comments.


http://reviews.llvm.org/D20207





More information about the cfe-commits mailing list