Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(736)

Unified Diff: gcc/c-family/c.opt

Issue 5376093: [pph] Add flag -fpph-include-tree (Closed)
Patch Set: Created 13 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/c-family/ChangeLog.pph ('k') | gcc/cp/ChangeLog.pph » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/c-family/c.opt
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index d10fd7a..62ad01c 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -961,13 +961,17 @@ C++ Joined MissingArgError(missing filename after %qs)
-fpph-hdr=<base-name> A mapping from <base-name>.h to <base-name>.pph
fpph-logfile=
-C++ Joined RejectNegative Var(flag_pph_logfile)
+C++ Joined RejectNegative MissingArgError(missing filename after %qs) Var(flag_pph_logfile)
-fpph-logfile=<file-name> Emit PPH debug information to <file-name>
fpph-map=
-C++ Joined MissingArgError(missing filename after %qs)
+C++ Joined RejectNegative MissingArgError(missing filename after %qs) Var(flag_pph_map)
-fpph-map=<file-name> A file of mappings from #include to PPH file
+fpph-include-tree
+C++ Var(flag_pph_include_tree)
+-fpph-include-tree Print the include tree for the current TU to stderr
+
fpph-tracer=
C++ Joined RejectNegative UInteger Var(flag_pph_tracer)
-fpph-tracer Enable tracing of PPH streaming operations
« no previous file with comments | « gcc/c-family/ChangeLog.pph ('k') | gcc/cp/ChangeLog.pph » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b