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 [cte][NFC] Remove all references to stdlib stream headers. 2021-03-02 21:57:16 +00:00
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 Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
QuerySession.h Add srcloc output to clang-query 2021-04-25 12:12:04 +01:00