Commit be932466 by Kaveh R. Ghazi Committed by Kaveh Ghazi

warn_summary (keywordFilter): Update sed pattern for new quoting style in warnings.

	* warn_summary (keywordFilter): Update sed pattern for new quoting
	style in warnings.

From-SVN: r96102
parent 6e9a3221
2005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* warn_summary (keywordFilter): Update sed pattern for new quoting
style in warnings.
2005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* warn_summary: Add -fortran subdir flag.
......
......@@ -107,7 +107,7 @@ keywordFilter() {
s/`\(const\)'"'"'/"\1"/g;
s/`\(noreturn\)'"'"'/"\1"/g;
s/`\(longjmp\)'"'"' or `\(vfork\)'"'"'/"\1" or "\2"/g;
s/`'"[^']*'/"'`???'"'/g;"'
s/'"[\`'][^']*'/"'"???"/g;
s/.*format, .* arg (arg [0-9][0-9]*)/??? format, ??? arg (arg ???)/;
s/\([( ]\)arg [0-9][0-9]*\([) ]\)/\1arg ???\2/;
s/"\([^"]*\)"/`\1'"'"'/g'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment