aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorPiotr Zegar <me@piotrzegar.pl>2023-09-20 21:29:54 +0200
committerGitHub <noreply@github.com>2023-09-20 21:29:54 +0200
commit5d95d27e50c1f5ce4803039d942ff3c25401c77f (patch)
tree7b80c7996e5d61924886d34299f853caaf0c0ac3 /clang/lib/Frontend/CompilerInvocation.cpp
parent33aa095a8b7741b3f24504c44634dba70c55d6ed (diff)
downloadllvm-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