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
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LGTM!
clang-tools-extra/unittests/clang-query/QueryParserTest.cpp | ||
---|---|---|
249 ↗ | (On Diff #340902) | nit: I think HasIntrospection ? 4 : 3 would be clearer. |