[llvm-bugs] [Bug 30407] New: Regression in left pointer alignment after delctype/typeof
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 15 20:03:24 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30407
Bug ID: 30407
Summary: Regression in left pointer alignment after
delctype/typeof
Product: clang
Version: 3.9
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Formatter
Assignee: unassignedclangbugs at nondot.org
Reporter: mzeren at vmware.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 17278
--> https://llvm.org/bugs/attachment.cgi?id=17278&action=edit
Fix left pointer alignment after delctype/typeof
Change 272124 / 6ae74bae68aa2640e88946fd3b10592a8df31ba8 introduced a
regression in spaceRequiredBetween for left
aligned pointers to decltype and typeof expressions. This fix adds logic
to fix this. The test added is based on a related test in
determineStarAmpUsage. Also add test cases for the regression.
http://llvm.org/viewvc/llvm-project?view=revision&revision=272124
https://github.com/llvm-mirror/clang/commit/6ae74bae68aa2640e88946fd3b10592a8df31ba8
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160916/561568af/attachment-0001.html>
More information about the llvm-bugs
mailing list