Copy of https://reviews.llvm.org/D72073?id=235842, submitting with ilya-biryukov's permission.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/unittests/AST/DeclTest.cpp | ||
---|---|---|
125 ↗ | (On Diff #249914) | I'd suggest to rewrite this test (and other tests in this file) to a more modern approach to testing. Specifically, I suggest that you imitate clang/unittests/Tooling/RangeSelectorTest.cpp. However, since that would be refactoring existing tests, I suggest that you do it as a follow-up change -- but please do it. |
Comment Actions
[Sema] Fix location of star ('*') inside MemberPointerTypeLoc
Copy of https://reviews.llvm.org/D72073?id=235842, submitting with ilya-biryukov's permission.
clang/unittests/AST/SourceLocationTest.cpp | ||
---|---|---|
856 | s/D/VD/? (for VarDecl) |
s/D/VD/? (for VarDecl)