llvm-project/clang/include/clang-c
Luca Di Sera e7d9917a60 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
2022-09-02 09:54:10 -04:00
..
BuildSystem.h
CXCompilationDatabase.h
CXErrorCode.h
CXString.h
Documentation.h
ExternC.h
FatalErrorHandler.h
Index.h Expose QualType::getNonReferenceType in libclang 2022-09-02 09:54:10 -04:00
Platform.h libclang: Add static build support for Windows 2020-04-25 20:19:17 +03:00
Rewrite.h [libclang] Add CXRewriter to libclang API 2020-09-04 14:17:03 -07:00
module.modulemap