[all-commits] [llvm/llvm-project] 0e63f1: [clang-format] Annotate constructor/destructor names
Owen via All-commits
all-commits at lists.llvm.org
Thu Aug 24 01:48:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e63f1aacc0040e9a16fa2fab15a140b1686e2ab
https://github.com/llvm/llvm-project/commit/0e63f1aacc0040e9a16fa2fab15a140b1686e2ab
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Annotate constructor/destructor names
Annotate constructor/destructor names as FunctionDeclarationName.
Fixes #63046.
Differential Revision: https://reviews.llvm.org/D157963
More information about the All-commits
mailing list