Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
lib/Format/TokenAnnotator.cpp | ||
---|---|---|
1566 | I'd also check for volatile here, for example for (+ add it as test): auto x() volatile& noexcept -> bool {} | |
1590 | Sorry, I don't follow which of the added tests exercise which of the added cases. Could you please elaborate? | |
unittests/Format/FormatTest.cpp | ||
6164 | Do you have a real-world example of this kind of macro? I'd leave it off if not. |
I'd also check for volatile here, for example for (+ add it as test):