trisquel-icecat/icecat/build/clang-plugin/mozsearch-plugin
2025-10-06 02:35:48 -06:00
..
from-clangd icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
BindingOperations.cpp icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
BindingOperations.h icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
FileOperations.cpp icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
FileOperations.h icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
MozsearchIndexer.cpp icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
README icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
StringOperations.cpp icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
StringOperations.h icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00

This clang plugin code generates a JSON file for each compiler input
file. The JSON file contains information about the C++ symbols that
are referenced by the input file. The data is eventually consumed by
Searchfox. See https://github.com/mozsearch/mozsearch for more
information.

This plugin is enabled with the --enable-clang-plugin and
--enable-mozsearch-plugin mozconfig options. The output of the plugin
is stored in $OBJDIR/mozsearch_index.

This code is not a checker, unlike other parts of the GNU clang
plugin. It cannot be used with clang-tidy.