diff options
author | Luca Di Sera <disera.luca@gmail.com> | 2022-09-02 09:54:10 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-09-02 09:54:10 -0400 |
commit | e7d9917a60dca60da05d0114de9858ed7acb015c (patch) | |
tree | 8bc207228ae433dd4b74af4f985ab22f6f0a8fa3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3224cf8b31f1b5bcc156b5ce63e1fcec1a6c305f (diff) | |
download | llvm-e7d9917a60dca60da05d0114de9858ed7acb015c.zip llvm-e7d9917a60dca60da05d0114de9858ed7acb015c.tar.gz llvm-e7d9917a60dca60da05d0114de9858ed7acb015c.tar.bz2 |
Expose QualType::getNonReferenceType in libclang
The method is now wrapped by clang_getNonReferenceType.
A declaration for clang_getNonReferenceType was added to clang-c/Index.h
to expose it to user of the library.
An implementation for clang_getNonReferenceType was introduced in
CXType.cpp, wrapping the equivalent method of the underlying QualType of
a CXType.
An export symbol for the new function was added to libclang.map under
the LLVM_16 version entry.
A test was added to LibclangTest.cpp that tests the removal of
ref-qualifiers for some CXTypes.
The release-notes for the clang project was updated to include a
notification of the new addition under the "libclang" section.
Differential Revision: https://reviews.llvm.org/D133195
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions