hanchenye-llvm-project/clang-tools-extra/clang-query
Nathan James 858a9583e1
[clang-query] Add check to prevent setting srcloc when no introspection is available.
Checks if introspection support is available set output kind parser.
If it isn't present the auto complete will not suggest `srcloc` and an error query will be reported if a user tries to access it.

Reviewed By: steveire

Differential Revision: https://reviews.llvm.org/D101365
2021-04-28 11:21:35 +01:00
..
tool
CMakeLists.txt Add srcloc output to clang-query 2021-04-25 12:12:04 +01:00
Query.cpp Add srcloc output to clang-query 2021-04-25 12:12:04 +01:00
Query.h [clang-query] Add check to prevent setting srcloc when no introspection is available. 2021-04-28 11:21:35 +01:00
QueryParser.cpp [clang-query] Add check to prevent setting srcloc when no introspection is available. 2021-04-28 11:21:35 +01:00
QueryParser.h
QuerySession.h Add srcloc output to clang-query 2021-04-25 12:12:04 +01:00