[LLVMbugs] [Bug 17175] New: Fix-it for providing an identifier to an attribute that takes a string
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Sep 9 18:21:40 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17175
Bug ID: 17175
Summary: Fix-it for providing an identifier to an attribute
that takes a string
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: jordan_rose at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
In the following test case, there should be a fix-it to put the attribute
argument in quotes:
int PR17105 __attribute__((visibility(hidden)));
Ideally this would apply to all attributes that accept an argument in quotes.
The reverse transformation could also be nice: removing quotes from a string
where an identifier is expected.
This is a follow-up to bug 17105, fixed in r190312.
--
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/20130910/b850de28/attachment.html>
More information about the llvm-bugs
mailing list