README (561B)
1 This clang plugin code generates a JSON file for each compiler input 2 file. The JSON file contains information about the C++ symbols that 3 are referenced by the input file. The data is eventually consumed by 4 Searchfox. See https://github.com/mozsearch/mozsearch for more 5 information. 6 7 This plugin is enabled with the --enable-clang-plugin and 8 --enable-mozsearch-plugin mozconfig options. The output of the plugin 9 is stored in $OBJDIR/mozsearch_index. 10 11 This code is not a checker, unlike other parts of the Mozilla clang 12 plugin. It cannot be used with clang-tidy.