mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
3b677b81ce
Fixes bug http://bugs.llvm.org/show_bug.cgi?id=49000. This patch allows Clang-Tidy checks to do diag(X->getLocation(), "text") << Y->getSourceRange(); and get the highlight of `Y` as expected: warning: text [blah-blah] xxx(something) ^ ~~~~~~~~~ Reviewed-By: aaron.ballman, njames93 Differential Revision: http://reviews.llvm.org/D98635 |
||
---|---|---|
.. | ||
clang-apply-replacements | ||
clang-change-namespace | ||
clang-doc | ||
clang-include-fixer | ||
clang-move | ||
clang-query | ||
clang-tidy | ||
include/common | ||
CMakeLists.txt |