[LLVMbugs] [Bug 14684] New: Formatting of address-of after pointer cast is fairly broken
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 21 10:13:50 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14684
Bug #: 14684
Summary: Formatting of address-of after pointer cast is fairly
broken
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
void g() {
int a;
int *pa = (int*)&a;
}
is formatted to
void g() {
int a;
int *pa = (int * ) & a;
}
--
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