[all-commits] [llvm/llvm-project] d1aed4: [clang-format] Handle C variables with name that m...
psigillito via All-commits
all-commits at lists.llvm.org
Sun Jan 30 11:57:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1aed486efc6d35a81ca4acbabb4203c4b91cda9
https://github.com/llvm/llvm-project/commit/d1aed486efc6d35a81ca4acbabb4203c4b91cda9
Author: Philip Sigillito <psigillito at gmail.com>
Date: 2022-01-30 (Sun, 30 Jan 2022)
Changed paths:
M clang/lib/Format/FormatToken.h
M clang/lib/Format/UnwrappedLineFormatter.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Handle C variables with name that matches c++ access specifier
Reviewed By: MyDeveloperDay, curdeius, HazardyKnusperkeks
Differential Revision: https://reviews.llvm.org/D117416
More information about the All-commits
mailing list