alexfh added inline comments.
================ Comment at: docs/LibASTMatchersReference.html:179 -<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>></td><td class="name" onclick="toggle('cxxMethodDecl0')"><a name="cxxMethodDecl0Anchor">cxxMethodDecl</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html">CXXMethodDecl</a>>...</td></tr> +<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>></td><td class="name" onclick="toggle('cxxMethodDecl0')"><a name="cxxMethodDecl0Anchor">cxxMethodDecl</a></td><td>Matcher<CXXMethodDecl>...</td></tr> <tr><td colspan="4" class="doc" id="cxxMethodDecl0"><pre>Matches method declarations. ---------------- alexfh wrote: > The changes don't look nice. It looks like either dump_ast_matchers.py can't > access network on your machine. Can this be the case? The URLs (e.g. > http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html) seem to work > for me. Just checked that the script still works fine. Repository: rC Clang https://reviews.llvm.org/D46233 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits