[LLVMbugs] [Bug 22599] New: Add a narrowing matcher for constexpr

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 15 17:53:41 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22599

            Bug ID: 22599
           Summary: Add a narrowing matcher for constexpr
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: libclang
          Assignee: unassignedclangbugs at nondot.org
          Reporter: legalize at xmission.com
                CC: klimek at google.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

If I want to match a constexpr function, I currently have to match all
functions and manually sift through those with isConstexpr() myself.  It would
be better to have a narrowing matcher on FunctionDecl so that I can filter them
in the matcher directly.

-- 
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/20150216/45801978/attachment.html>


More information about the llvm-bugs mailing list