[LLVMbugs] [Bug 14687] New: Formatting: & in front of ~ should be considered a binary operator
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 21 10:33:40 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14687
Bug #: 14687
Summary: Formatting: & in front of ~ should be considered a
binary operator
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
return ID & ~MacroIDBit;
currently becomes
return ID &~MacroIDBit;
--
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