<div dir="ltr"><div>(by mail as phab is unusable today)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 4, 2023 at 10:16 AM Jens Massberg via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">massberg added inline comments.<br>
<br>
<br>
================<br>
Comment at: clang/docs/LibASTMatchersReference.html:2545<br>
   };<br>
-dependentSizedArrayType()<br>
+dependentSizedArrayType<br>
   matches "T data[Size]"<br>
----------------<br>
Was this change to drop the () by purpose?<br></blockquote><div>This file is generated, the source code is the source of truth.</div><div>Looks like 415d9e8ca39c0b42f351cc532ccfb48b6ac97f7f caused them to diverge by editing the generated file only</div><div><br></div><div>I've fixed this in 3dcf3cbc421cb5ee985b3b4a697c51247df8b5dc</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
================<br>
Comment at: clang/docs/LibASTMatchersReference.html:2559<br>
   };<br>
-dependentSizedExtVectorType()<br>
+dependentSizedExtVectorType<br>
   matches "T __attribute__((ext_vector_type(Size)))"<br>
----------------<br>
same as above<br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D159309/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D159309/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D159309" rel="noreferrer" target="_blank">https://reviews.llvm.org/D159309</a><br>
<br>
</blockquote></div></div>