Searched +refs:clang +refs:include +refs:fixer +refs:parse +refs:json (Results 1 – 1 of 1) sorted by relevance
8 management of ``#include`` directives in any file.9 :program:`clang-include-fixer` addresses one aspect of this problem by providing10 an automated way of adding ``#include`` directives for missing symbols in one13 While inserting missing ``#include``, :program:`clang-include-fixer` adds20 To use :program:`clang-include-fixer` two databases are required. Both can be28 Ideally both databases (``compile_commands.json`` and30 correspond to. Then the :program:`clang-include-fixer` can automatically pick32 ``compile_commands.json`` as generated by CMake does not include header files,35 .. _How To Setup Tooling For LLVM: https://clang.llvm.org/docs/HowToSetupToolingForLLVM.html40 The include fixer contains :program:`find-all-symbols`, a tool to create a[all …]