Copy of https://reviews.llvm.org/D72073?id=235842, submitting with ilya-biryukov's permission.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/unittests/AST/DeclTest.cpp | ||
|---|---|---|
| 125 | 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. | |
[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 ↗ | (On Diff #250143) | s/D/VD/? (for VarDecl) |
clang-format: please reformat the code