diff options
author | Piotr Zegar <me@piotrzegar.pl> | 2023-09-20 21:29:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 21:29:54 +0200 |
commit | 5d95d27e50c1f5ce4803039d942ff3c25401c77f (patch) | |
tree | 7b80c7996e5d61924886d34299f853caaf0c0ac3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 33aa095a8b7741b3f24504c44634dba70c55d6ed (diff) | |
download | llvm-5d95d27e50c1f5ce4803039d942ff3c25401c77f.zip llvm-5d95d27e50c1f5ce4803039d942ff3c25401c77f.tar.gz llvm-5d95d27e50c1f5ce4803039d942ff3c25401c77f.tar.bz2 |
[clang-tidy] Fix support for typedefs in readability-identifier-naming (#66835)
Typedef rename were not properly handled when typedef were used behind
pointer, or as a part of function type. Additionally because entire
function were passed as an source-range, when function started with
macro, such change were not marked for a fix.
Removed workaround and used proper TypedefTypeLoc instead.
Fixes #55156, #54699
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions