[PATCH] D97137: Bug fix of https://bugs.llvm.org/show_bug.cgi?id=49175
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 21 08:52:07 PST 2021
MyDeveloperDay added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:14261
+ "unsigned int Const* c;",
+ Alignment);
}
----------------
can you test west const too?
```
Const unsigned int* c;
const unsigned int* d;
Const unsigned int& e;
const unsigned int& f;
const unsigned g;
Const unsigned h;
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97137/new/
https://reviews.llvm.org/D97137
More information about the cfe-commits
mailing list