projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395fde7
)
[clangd] Remove the extra ";", NFC
author
Haojian Wu
<hokein@google.com>
Tue, 18 Jun 2019 13:52:00 +0000
(13:52 +0000)
committer
Haojian Wu
<hokein@google.com>
Tue, 18 Jun 2019 13:52:00 +0000
(13:52 +0000)
llvm-svn: 363681
clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
patch
|
blob
|
history
diff --git
a/clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
b/clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
index e46ad38c6ba971e35274e47f0d2a92d46506e100..4bba9cec9d5dc0a67c2b300ad1be70b041203e07 100644
(file)
--- a/
clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
+++ b/
clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
@@
-94,7
+94,7
@@
public:
Intent intent() const override { return Info; }
bool hidden() const override { return true; }
};
-REGISTER_TWEAK(ShowSelectionTree)
;
+REGISTER_TWEAK(ShowSelectionTree)
/// Shows the layout of the RecordDecl under the cursor.
/// Input:
@@
-132,7
+132,7
@@
public:
private:
const RecordDecl *Record = nullptr;
};
-REGISTER_TWEAK(DumpRecordLayout)
;
+REGISTER_TWEAK(DumpRecordLayout)
} // namespace
} // namespace clangd