aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorPiJoules <6019989+PiJoules@users.noreply.github.com>2025-10-22 11:00:26 -0700
committerGitHub <noreply@github.com>2025-10-22 18:00:26 +0000
commit99abda7b02c9d6ba8b996867d2de624815ace1ce (patch)
tree66848dda48572fcadfaec0fbd65d8940d59291b6 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentc70d0812ba17953b3e405eb2b01dd892b94585f1 (diff)
downloadllvm-99abda7b02c9d6ba8b996867d2de624815ace1ce.zip
llvm-99abda7b02c9d6ba8b996867d2de624815ace1ce.tar.gz
llvm-99abda7b02c9d6ba8b996867d2de624815ace1ce.tar.bz2
Revert "[clang-format] Annotate ::operator and Foo::operator correctly" (#164670)
Reverts llvm/llvm-project#164048 This led to a regression in clang-format where a space gets added in between the parameter type and `&`. For example, this ``` ::test_anonymous::FunctionApplication& ::test_anonymous::FunctionApplication::operator=(const ::test_anonymous::FunctionApplication& other) noexcept { ``` becomes ``` ::test_anonymous::FunctionApplication& ::test_anonymous::FunctionApplication::operator=(const ::test_anonymous::FunctionApplication & other) noexcept { ```
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions