[PATCH] D74554: [ASTImporter] Added visibility check for scoped enums.

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 13 15:45:35 PST 2020


a_sidorin accepted this revision.
a_sidorin added inline comments.


================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:4870
+  Decl *ToTU = getToTuDecl(
+      R"(
+      enum class E;
----------------
Maybe it's better to use just non-raw string literals here?
```
Decl *ToTU = getToTuDecl("enum class E;");
```



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74554





More information about the cfe-commits mailing list