[PATCH] D80929: [NFC][LiveDebugvalues] Document how LiveDebugValues operates
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 09:22:03 PDT 2020
jmorse added inline comments.
================
Comment at: llvm/lib/CodeGen/LiveDebugValues.cpp:46
+/// v
+/// \bot False
+///
----------------
aprantl wrote:
> Do we allow unicode characters (for top / bot) in the sources?
Good question, I couldn't find anything in the developer policies. After a brief survey I found a few grave's '’ ' scattered around, and one section marker I forget the name of: §. All were in comments rather than the source bodies.
Building doxygen with the literal top and bottom characters appears to work and render OK, so IMO this should be fine to check in.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80929/new/
https://reviews.llvm.org/D80929
More information about the llvm-commits
mailing list