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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to