Skip to content

Commit d585124

Browse files
committed
Remove unnecessary include path
1 parent 49e584b commit d585124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Here is an example of a time trace produced with
1919
.. code-block:: bash
2020
:caption: Clang Static Analyzer invocation to generate a time trace of string.c analysis.
2121
22-
clang -cc1 -internal-isystem ./build/asserts/lib/clang/21/include \
23-
-nostdsysteminc -analyze -analyzer-constraints=range \
22+
clang -cc1 -nostdsysteminc -analyze -analyzer-constraints=range \
2423
-setup-static-analyzer -analyzer-checker=core,unix,alpha.unix.cstring,debug.ExprInspection \
2524
-verify ./clang/test/Analysis/string.c \
2625
-ftime-trace=trace.json -ftime-trace-granularity=1

0 commit comments

Comments
 (0)