[LLVMbugs] [Bug 14680] New: A few wrongly-formatted statements
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 20 21:20:16 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14680
Bug #: 14680
Summary: A few wrongly-formatted statements
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: nicolasweber at gmx.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
These all should pass (I think?) but fail:
TEST_F(FormatTest, foobar) {
verifyFormat("a-- > b;");
verifyFormat("b ? -a : c;");
verifyFormat("n * sizeof char16;");
verifyFormat("sizeof(char);");
}
--
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