[PATCH] D20125: [libclang] Added clang_getRealSpellingLocation to compensate for clang_getSpellingLocation returning the expansion location
Cameron via cfe-commits
cfe-commits at lists.llvm.org
Wed May 11 06:49:58 PDT 2016
cameron314 added a comment.
Ah, I was wondering where the tests were. I found this in the CMake file:
# FIXME: libclang unit tests are disabled on Windows due
# to failures, mostly in libclang.VirtualFileOverlay_*.
if(NOT WIN32 AND CLANG_TOOL_LIBCLANG_BUILD)
add_subdirectory(libclang)
endif()
I'll ignore the VFO failures for now, and add a new test for clang_getRealSpellingLocation :-)
http://reviews.llvm.org/D20125
More information about the cfe-commits
mailing list