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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM!
clang-tools-extra/unittests/clang-query/QueryParserTest.cpp | ||
---|---|---|
249 | nit: I think HasIntrospection ? 4 : 3 would be clearer. |
nit: I think HasIntrospection ? 4 : 3 would be clearer.