This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
curdeius marked an inline comment as done.
Closed by commit rGa77c67f93917: [clang-format] Fix formatting of the array
form of delete. (authored by curdeius).
Changed
owenpan accepted this revision.
owenpan added inline comments.
Comment at: clang/unittests/Format/TokenAnnotatorTest.cpp:94
+TEST_F(TokenAnnotatorTest, UnderstandsNewAndDelete) {
+ auto Tokens = annotate("delete (void *)p;");
The test name contains “new” and “
curdeius updated this revision to Diff 406363.
curdeius added a comment.
Revert unrelated changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119117/new/
https://reviews.llvm.org/D119117
Files:
clang/lib/Format/TokenAnnotator.cpp
clang/unit
curdeius created this revision.
curdeius added reviewers: MyDeveloperDay, HazardyKnusperkeks, owenpan.
curdeius requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Fixes https://github.com/llvm/llvm-project/issues/53576.
There was an inconsist