-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Open
Labels
clang:analysisquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
I was reading the documentation for the Clang Analyzer. It's not clear to me what is the purpose of the invocations.yaml file. The documentation says:
The compiler invocation is a shell command that could be used to compile the TU-s main source file. The mapping from absolute source file paths of a TU to lists of compilation command segments used to compile said TU are given in YAML format referred to as invocation list, and must be passed as an analyzer-config argument.
But I thought this was the same purpose of compile_commands.json.
Metadata
Metadata
Assignees
Labels
clang:analysisquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!