mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 19:08:07 +08:00
Help: Add missing backtrace property to compileCommandFragments
Fixes: #27030
This commit is contained in:
@@ -1301,6 +1301,12 @@ with members:
|
||||
A string specifying a fragment of the compile command line invocation.
|
||||
The value is encoded in the build system's native shell format.
|
||||
|
||||
``backtrace``
|
||||
Optional member that is present when a CMake language backtrace to
|
||||
the command invocation that added this fragment is available.
|
||||
The value is an unsigned integer 0-based index into the
|
||||
``backtraceGraph`` member's ``nodes`` array.
|
||||
|
||||
``includes``
|
||||
Optional member that is present when there are include directories.
|
||||
The value is a JSON array with an entry for each directory. Each
|
||||
|
Reference in New Issue
Block a user