A query language based on Clang's ASTMatcher library, to provide the programmers with a more efficient way to navigate in huge codebases than simple text searches.
The Query itself is based on clang-query found in clang-tools-extra repository. The typesafe autocomplete feature is generated via template metaprograms. The syntax highlighted GUI is supported by the Qt framework. The make system is CMake. The testing suit is Google Test. The documentation is generated by Doxygen.
The code is released under BSD license.