We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e07cf5 commit 634b1bdCopy full SHA for 634b1bd
1 file changed
examples/cstat/CMakeLists.txt
@@ -5,16 +5,14 @@ set(This cstat_demo)
5
6
project(${This} C)
7
8
-# TODO 1: Get the compiler path
9
+# TODO 1: Enable C-STAT Static Analysis
10
11
-# TODO 2: Enable C-STAT Static Analysis
12
+# TODO 2: Select the CERT C ruleset
13
14
-# TODO 3: Select the CERT C ruleset
15
16
-
17
-# TODO 4: Select the MISRA C:2012 ruleset
+# TODO 3: Select the MISRA C:2012 ruleset
18
19
20
add_executable(${This})
@@ -34,5 +32,5 @@ target_link_options(${This} PRIVATE
34
32
--map .
35
33
)
36
37
-# TODO 5: Perform link-time analysis when using the MISRA C:2012 ruleset
+# TODO 4: Perform link-time analysis when using the MISRA C:2012 ruleset
38
0 commit comments