<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks, I was about to fix that myself (I was sure I'd built and tested everything before committing,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
but it appears I failed somehow).</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
John</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> cfe-commits <cfe-commits-bounces@lists.llvm.org> on behalf of Hans Wennborg via cfe-commits <cfe-commits@lists.llvm.org><br>
<b>Sent:</b> 25 March 2020 14:43<br>
<b>To:</b> cfe-commits@lists.llvm.org <cfe-commits@lists.llvm.org><br>
<b>Subject:</b> [clang] c278e8f - Build fix: AttributeCommonInfo::AS_C2x</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText"><br>
Author: Hans Wennborg<br>
Date: 2020-03-25T15:42:21+01:00<br>
New Revision: c278e8f8f916fd8781f24e41a8685514cc448670<br>
<br>
URL: <a href="https://github.com/llvm/llvm-project/commit/c278e8f8f916fd8781f24e41a8685514cc448670">
https://github.com/llvm/llvm-project/commit/c278e8f8f916fd8781f24e41a8685514cc448670</a><br>
DIFF: <a href="https://github.com/llvm/llvm-project/commit/c278e8f8f916fd8781f24e41a8685514cc448670.diff">
https://github.com/llvm/llvm-project/commit/c278e8f8f916fd8781f24e41a8685514cc448670.diff</a><br>
<br>
LOG: Build fix: AttributeCommonInfo::AS_C2x<br>
<br>
Added: <br>
    <br>
<br>
Modified: <br>
    clang/lib/Basic/Attributes.cpp<br>
<br>
Removed: <br>
    <br>
<br>
<br>
################################################################################<br>
diff  --git a/clang/lib/Basic/Attributes.cpp b/clang/lib/Basic/Attributes.cpp<br>
index d479b39e149e..ff6dbf870fcf 100644<br>
--- a/clang/lib/Basic/Attributes.cpp<br>
+++ b/clang/lib/Basic/Attributes.cpp<br>
@@ -88,7 +88,7 @@ static SmallString<64> normalizeName(const IdentifierInfo *Name,<br>
   SmallString<64> FullName = ScopeName;<br>
   if (!ScopeName.empty()) {<br>
     assert(SyntaxUsed == AttributeCommonInfo::AS_CXX11 ||<br>
-           SyntaxUsed == AttributeCommonInfo::AS_C2X);<br>
+           SyntaxUsed == AttributeCommonInfo::AS_C2x);<br>
     FullName += "::";<br>
   }<br>
   FullName += AttrName;<br>
<br>
<br>
        <br>
_______________________________________________<br>
cfe-commits mailing list<br>
cfe-commits@lists.llvm.org<br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a><br>
</div>
</span></font></div>
</div>
</body>
</html>