diff options
author | Owen Pan <owenpiano@gmail.com> | 2023-10-03 18:02:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 18:02:09 -0700 |
commit | 6a621ed8e4cb02bd55fe4a4a0254615576b70a55 (patch) | |
tree | 111904b8c564670c6eceb1eab0c5ece136d0c973 /llvm/lib/Object/ObjectFile.cpp | |
parent | 1dceba3a3684d12394731e09a6cf3efcebf07a3a (diff) | |
download | llvm-6a621ed8e4cb02bd55fe4a4a0254615576b70a55.zip llvm-6a621ed8e4cb02bd55fe4a4a0254615576b70a55.tar.gz llvm-6a621ed8e4cb02bd55fe4a4a0254615576b70a55.tar.bz2 |
[clang-format] Annotate ctors/dtors as CtorDtorDeclName instead (#67955)
After annotating constructors/destructors as FunctionDeclarationName in
commit 08630512088, we have seen several issues because ctors/dtors had
been treated differently than functions in aligning, wrapping, and
indenting.
This patch annotates ctors/dtors as CtorDtorDeclName instead and would
effectively revert commit 0468fa07f87f, which is obsolete now.
Fixed #67903.
Fixed #67907.
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions