When using the always break after return type setting:
Before:
SomeType funcdecl(LIST(uint64_t));
After:
SomeType
funcdecl(LIST(uint64_t));"
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87007
[clang-format] Correctly parse function declarations with TypenameMacros ClosedPublic Authored by arichardson on Sep 2 2020, 5:15 AM.
Details Summary When using the always break after return type setting:
Diff Detail
Event Timelinearichardson added a parent revision: D86959: [clang-format] Fix formatting of _Atomic() qualifier.Sep 2 2020, 9:57 AM This revision is now accepted and ready to land.Sep 4 2020, 10:20 AM This revision was landed with ongoing or failed builds.Sep 7 2020, 2:10 AM Closed by commit rG05147d330917: [clang-format] Correctly parse function declarations with TypenameMacros (authored by arichardson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 290213 clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp
|