libclang: expose dllexport, dllimport attributes
These attributes were previously unexposed. Expose them through the libclang interfaces. Add tests that cover both the MSVC spelling and the GNU spelling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255273 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- bindings/python/clang/cindex.py 3 additions, 0 deletionsbindings/python/clang/cindex.py
- include/clang-c/Index.h 4 additions, 2 deletionsinclude/clang-c/Index.h
- test/Index/index-attrs.c 16 additions, 0 deletionstest/Index/index-attrs.c
- test/Index/index-attrs.cpp 50 additions, 0 deletionstest/Index/index-attrs.cpp
- tools/libclang/CIndex.cpp 4 additions, 0 deletionstools/libclang/CIndex.cpp
- tools/libclang/CXCursor.cpp 2 additions, 0 deletionstools/libclang/CXCursor.cpp
Loading
Please register or sign in to comment