]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Improve comments
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 4 Nov 2025 21:15:11 +0000 (22:15 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 12 Nov 2025 20:14:01 +0000 (21:14 +0100)
src/ccache/argsinfo.hpp

index ee733d6124140d4d673d79986ff91c3a5723501b..4b1ddb69f7fea76fa87293ef070691409fb2014d 100644 (file)
@@ -97,13 +97,13 @@ struct ArgsInfo
   // Is the compiler being asked to output coverage?
   bool generating_coverage = false;
 
-  // Is the compiler being asked to output stack usage?
+  // -fstack-usage specified.
   bool generating_stackusage = false;
 
-  // -fdump-ipa-clones
+  // -fdump-ipa-clones specified.
   bool generating_ipa_clones = false;
 
-  // -fcallgraph-info
+  // -fcallgraph-info specified.
   bool generating_callgraphinfo = false;
 
   // Are we generating a pch file (msvc -Yc)?