[llvm-bugs] [Bug 26087] Building clangDynamicASTMatchers fails on Visual Studio 2015 in REGISTER_MATCHER(hasDeclaration);

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jan 11 14:01:29 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26087

James Y Knight <jyknight at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassignedclangbugs at nondot. |jyknight at google.com
                   |org                         |

--- Comment #4 from James Y Knight <jyknight at google.com> ---
Fixed with r257392:

    PR26087: Use nonstandard MSVC extension for VS2015 as well.

    In r256564, I had conditioned the workaround in has_getDecl to only be
    used for MSVC before the 2015 release, believing that 2015 could handle
    the standard code. But, that was incorrect.

-- 
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/20160111/68e6ad59/attachment.html>


More information about the llvm-bugs mailing list