[PATCH] D111224: [clang] Traverse enum integer-base specifiers in RAV

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 6 13:52:51 PDT 2021


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/AST/RecursiveASTVisitorTest.cpp:130
+TEST(RecursiveASTVisitorTest, EnumDeclWithBase) {
+  /// Check attributes are traversed inside TraverseFunctionDecl.
+  llvm::StringRef Code = R"cpp(
----------------
Update/remove comment?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111224/new/

https://reviews.llvm.org/D111224



More information about the cfe-commits mailing list