r194498 - Remove trailing spaces
Sylvestre Ledru
sylvestre at debian.org
Tue Nov 12 10:07:35 PST 2013
Author: sylvestre
Date: Tue Nov 12 12:07:35 2013
New Revision: 194498
URL: http://llvm.org/viewvc/llvm-project?rev=194498&view=rev
Log:
Remove trailing spaces
Modified:
cfe/trunk/test/Misc/warning-flags.c
Modified: cfe/trunk/test/Misc/warning-flags.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/warning-flags.c?rev=194498&r1=194497&r2=194498&view=diff
==============================================================================
--- cfe/trunk/test/Misc/warning-flags.c (original)
+++ cfe/trunk/test/Misc/warning-flags.c Tue Nov 12 12:07:35 2013
@@ -5,16 +5,16 @@ This test serves two purposes:
(1) It documents all existing warnings that currently have no associated -W flag,
and ensures that the list never grows.
-
+
If take an existing warning and add a flag, this test will fail. To
fix this test, simply remove that warning from the list below.
-
+
(2) It prevents us adding new warnings to Clang that have no -W flag. All
new warnings should have -W flags.
-
+
If you add a new warning without a flag, this test will fail. To fix
this test, simply add a warning group to that warning.
-
+
The list of warnings below should NEVER grow. It should gradually shrink to 0.
More information about the cfe-commits
mailing list