[all-commits] [llvm/llvm-project] 086305: Reland "[clang-format] Annotate constructor/destru...
Owen via All-commits
all-commits at lists.llvm.org
Tue Aug 29 13:15:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0863051208870b284a1ee899defc0ba2b6e53fc4
https://github.com/llvm/llvm-project/commit/0863051208870b284a1ee899defc0ba2b6e53fc4
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
Reland "[clang-format] Annotate constructor/destructor names"
(0e63f1aacc00 was reverted by 7590b7657004 due to a crash.)
Annotate constructor/destructor names as FunctionDeclarationName.
Fixes #63046.
Differential Revision: https://reviews.llvm.org/D157963
More information about the All-commits
mailing list