diff options
author | Jorge Pinto Sousa <jorge.pinto.sousa@protonmail.ch> | 2024-04-29 22:14:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 22:14:53 +0200 |
commit | e5907c88594133e45b8d1d4e29702b96d7f45c77 (patch) | |
tree | 3ee101eb691fa165ed412c11aa8a72f14071cae0 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a5cc95147ed549e850b4e9641e84641e781e0ceb (diff) | |
download | llvm-e5907c88594133e45b8d1d4e29702b96d7f45c77.zip llvm-e5907c88594133e45b8d1d4e29702b96d7f45c77.tar.gz llvm-e5907c88594133e45b8d1d4e29702b96d7f45c77.tar.bz2 |
[NFC] Fix hasQualifier comment (#90485)
operator bool from NestedNameSpecifierLoc and
member function hasQualifier both do the same thing, returning true if
the private data member Qualifier is not nullptr, so clearly one of the
comments is wrong, and in this case it is the second one.
fixes https://github.com/llvm/llvm-project/issues/90472
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions