[LLVMbugs] [Bug 14685] Formatter shouldn't try to format #error and #warning directives
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 15 07:52:42 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14685
Manuel Klimek <klimek at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |klimek at google.com
Resolution| |FIXED
--- Comment #1 from Manuel Klimek <klimek at google.com> 2013-01-15 09:52:42 CST ---
We're not not reformatting anything after the first text token.
# error <anything in here literal>
Will become
#error <anything in here literal>
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list