[all-commits] [llvm/llvm-project] 48e6ff: [clangd] Fix some header guard names, NFC
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Dec 13 01:01:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48e6ff9ad3eb1971de6d7ba12e31754781aff675
https://github.com/llvm/llvm-project/commit/48e6ff9ad3eb1971de6d7ba12e31754781aff675
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M clang-tools-extra/clangd/AST.h
M clang-tools-extra/clangd/Transport.h
M clang-tools-extra/clangd/support/Context.h
M clang-tools-extra/clangd/support/MemoryTree.h
M clang-tools-extra/clangd/support/Trace.h
Log Message:
-----------
[clangd] Fix some header guard names, NFC
Per the LLVM code style, there should be no trailing `_` on the header
guard name.
More information about the All-commits
mailing list