ref: edec6e6a70d7df83a5c5f3c19d240e72d38a6c55
parent: 7314601f9d9633c08f35d6ac1a5be834b0a8028a
author: BurnZeZ <[email protected]>
date: Tue Mar 1 13:12:04 EST 2016
cc: sort the lex.c comment listing debug flags
--- a/sys/src/cmd/cc/lex.c
+++ b/sys/src/cmd/cc/lex.c
@@ -7,17 +7,23 @@
/*
* known debug flags
- * -a acid declaration output
+ * -. Inhibit search for includes in source directory
+
* -A !B
* -B non ANSI
- * -d print declarations
* -D name define
* -F format specification check
- * -i print initialization
* -I path include
- * -l generate little-endian code
* -L print every NAME symbol
* -M constant multiplication
+ * -S print assembly
+ * -V enable void* conversion warnings
+ * -X abort on error
+
+ * -a acid declaration output
+ * -d print declarations
+ * -i print initialization
+ * -l generate little-endian code
* -m print add/sub/mul trees
* -n print acid to file (%.c=%.acid) (with -a or -aa)
* -o file output file
@@ -24,13 +30,9 @@
* -p use standard cpp ANSI preprocessor (not on windows)
* -r print registerization
* -s print structure offsets (with -a or -aa)
- * -S print assembly
* -t print type trees
- * -V enable void* conversion warnings
* -v verbose printing
* -w print warnings
- * -X abort on error
- * -. Inhibit search for includes in source directory
*/
void