mirror of https://github.com/Kitware/CMake.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
287 B
7 lines
287 B
trace-line-end
|
|
--------------
|
|
|
|
* Add the field ``line_end`` to the json-v1 trace format. This
|
|
field tells you the line in file ``file`` at which the function
|
|
call ends. Tools can use this new field, together with ``line``
|
|
and ``file``, to map traces to lines of CMake source code.
|