]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Improve comments
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 11 Aug 2025 18:22:24 +0000 (20:22 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Aug 2025 11:27:34 +0000 (13:27 +0200)
src/ccache/argsinfo.hpp

index 3f78b91d08c86b6bce827ece419f4cd3ce4f77a6..c433b3fc2c816dcd52cc7e0792352e7c402f10d2 100644 (file)
@@ -100,11 +100,13 @@ struct ArgsInfo
   // Is the compiler being asked to output stack usage?
   bool generating_stackusage = false;
 
+  // -fdump-ipa-clones
   bool generating_ipa_clones = false;
 
+  // -fcallgraph-info
   bool generating_callgraphinfo = false;
 
-  // Us the compiler being asked to generate diagnostics
+  // Is the compiler being asked to generate diagnostics
   // (--serialize-diagnostics)?
   bool generating_diagnostics = false;