xazax.hun marked 2 inline comments as done.
xazax.hun added inline comments.


================
Comment at: docs/LibASTMatchersReference.html:179
 
-<tr><td>Matcher&lt;<a 
href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html";>Decl</a>&gt;</td><td
 class="name" onclick="toggle('cxxMethodDecl0')"><a 
name="cxxMethodDecl0Anchor">cxxMethodDecl</a></td><td>Matcher&lt;<a 
href="http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html";>CXXMethodDecl</a>&gt;...</td></tr>
+<tr><td>Matcher&lt;<a 
href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html";>Decl</a>&gt;</td><td
 class="name" onclick="toggle('cxxMethodDecl0')"><a 
name="cxxMethodDecl0Anchor">cxxMethodDecl</a></td><td>Matcher&lt;CXXMethodDecl&gt;...</td></tr>
 <tr><td colspan="4" class="doc" id="cxxMethodDecl0"><pre>Matches method 
declarations.
----------------
alexfh wrote:
> 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.
Thanks! I think this is the result of my or the doxygen host's network being 
unreliable. I was unable to generate a good documentation after the first few 
trials, the links for a few (but not all) node were always missing. I ended up 
pruning those changes from the diff manually.


https://reviews.llvm.org/D46233



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to