juliehockett added inline comments.

================
Comment at: clang-tools-extra/clang-doc/tool/ClangDocMain.cpp:249
+    if (EnclosingScope.get().RefType == doc::InfoType::IT_function)
+      continue;
+    
----------------
ioeric wrote:
> Are symbols declared in functions indexed by the tool? If not, this should 
> probably assert or at least emit a warning message.
They are currently, but I'm planning to eliminate that in a future patch and 
will add the appropriate assertion then.


https://reviews.llvm.org/D48341



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

Reply via email to