Move generic redecl chain tests and visibility tests into their own
separate test files.
Details
- Reviewers
a_sidorin a.sidorin shafik - Commits
- rZORGb575ca47386f: [ASTImporter] Separate unittest files
rZORG69ea8da65801: [ASTImporter] Separate unittest files
rGb575ca47386f: [ASTImporter] Separate unittest files
rG69ea8da65801: [ASTImporter] Separate unittest files
rG3c72fe1bad4a: [ASTImporter] Separate unittest files
rL360572: [ASTImporter] Separate unittest files
rC360572: [ASTImporter] Separate unittest files
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 31809 Build 31808: arc lint + arc unit
Event Timeline
Hi Gabor,
I like this change! LGTM, just a few nits.
clang/unittests/AST/ASTImporterGenericRedeclTest.cpp | ||
---|---|---|
21 | Is this FIXME obsolete now? | |
clang/unittests/AST/ASTImporterVisibilityTest.cpp | ||
38 | Can we use StringRef (or, at least const auto *)? | |
50 | Double spaces in the end of sentences look a bit strange. | |
140 | ||
158 | This should fit a single line. | |
191 | const? |
Thanks for the review Alexei!
clang/unittests/AST/ASTImporterGenericRedeclTest.cpp | ||
---|---|---|
21 | Yes, that's correct, thank you for finding it! | |
clang/unittests/AST/ASTImporterVisibilityTest.cpp | ||
50 | Ok I removed them. (Note, this is the result of some autoformatting option in vim, could not discover which specific setting causes the insertion of double spaces.) |
Is this FIXME obsolete now?