[PATCH] D39622: Fix type debug information generation for enum-based template specialization

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 3 16:22:28 PDT 2017


aprantl added inline comments.


================
Comment at: include/clang/AST/PrettyPrinter.h:227
+
+  /// \brief Use formatting compatible with ABI specification. It is necessary for
+  /// saving entities into debug tables which have to be compatible with
----------------
Te \brief is redundant and can be omitted.


Repository:
  rL LLVM

https://reviews.llvm.org/D39622





More information about the cfe-commits mailing list