[PATCH] D45981: [Docs] Escape the @ symbol, so that it appears in documentation output. [NFC]

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 08:11:02 PDT 2018


sanjoy added inline comments.


================
Comment at: include/llvm/Analysis/ScalarEvolution.h:1664
   /// Return true if the condition denoted by \p LHS \p Pred \p RHS is implied
-  /// by a call to \c @llvm.experimental.guard in \p BB.
+  /// by a call to \c \@llvm.experimental.guard in \p BB.
   bool isImpliedViaGuard(BasicBlock *BB, ICmpInst::Predicate Pred,
----------------
Just checking -- is this necessary here?  Or will it show up as `\@llvm...` in generated documentation?


https://reviews.llvm.org/D45981





More information about the llvm-commits mailing list