diff options
author | Carlos Galvez <carlosgalvezp@gmail.com> | 2021-09-27 14:02:53 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2021-09-27 14:03:53 -0400 |
commit | b2a2c38349a18b89b04d342632d5ea02f86dfdd6 (patch) | |
tree | 3e1e19c9aa84aec1e8dd054ded1bb100c7d0492c /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 9eab0da18320019f85c8c4c58f49a25b05ad40f7 (diff) | |
download | llvm-b2a2c38349a18b89b04d342632d5ea02f86dfdd6.zip llvm-b2a2c38349a18b89b04d342632d5ea02f86dfdd6.tar.gz llvm-b2a2c38349a18b89b04d342632d5ea02f86dfdd6.tar.bz2 |
Fix bug in readability-uppercase-literal-suffix
Fixes https://bugs.llvm.org/show_bug.cgi?id=51790. The check triggers
incorrectly with non-type template parameters.
A bisect determined that the bug was introduced here:
https://github.com/llvm/llvm-project/commit/ea2225a10be986d226e041d20d36dff17e78daed
Unfortunately that patch can no longer be reverted on top of the main
branch, so add a fix instead. Add a unit test to avoid regression in
the future.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions