diff options
author | PiJoules <6019989+PiJoules@users.noreply.github.com> | 2025-05-09 10:19:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 10:19:52 -0700 |
commit | a6385a87a2e5537f0790494ebe8bb4c3cc9506b9 (patch) | |
tree | 3fd7721b1d55f3ceb2560f84aee578129830d9ed /clang/lib/Serialization/ModuleManager.cpp | |
parent | c8539f7269d3ecb1246b7081378f694938ebbbf4 (diff) | |
download | llvm-a6385a87a2e5537f0790494ebe8bb4c3cc9506b9.zip llvm-a6385a87a2e5537f0790494ebe8bb4c3cc9506b9.tar.gz llvm-a6385a87a2e5537f0790494ebe8bb4c3cc9506b9.tar.bz2 |
[Sema] Refactor IsFunctionConversion (#139172)
A bunch of uses of IsFunctionConversion don't use the third argument and
just make a dummy QualType to pass. This splits IsFunctionConversion
into 2 functions, one that just takes 2 arguments and does the check,
and one that does the actual conversion using the 3rd argument. Both
functions can be const and replace current uses appropriately.
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions