sammccall added a comment.

In https://reviews.llvm.org/D45764#1072067, @jkorous wrote:

> [ultranit] Sorry, just to be sure - did you really mean any number of dashes
>
>   if (LineRef.startswith("-") && LineRef.find_first_not_of('-') == 
> llvm::StringRef::npos)
>
>
> or at least three?
>
>   if (LineRef.startswith("---") && LineRef.find_first_not_of('-') == 
> llvm::StringRef::npos)
>


I meant any number, but at-least-three is fine too! Up to you.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45764



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

Reply via email to