================
@@ -1504,41 +1505,103 @@ markup::Document HoverInfo::presentDoxygen() const {
     Header.appendText(index::getSymbolKindString(Kind)).appendSpace();
   assert(!Name.empty() && "hover triggered on a nameless symbol");
 
-  Header.appendCode(Name);
----------------
emaxx-google wrote:

BTW the `NOTE:` comment above should be removed now I think?

https://github.com/llvm/llvm-project/pull/152918
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to