search for: fcda9776

Displaying 1 result from an estimated 1 matches for "fcda9776".

2020 Jan 25
2
Minor bug in raw_svector_ostream
include/llvm/Support/raw_ostream.h, line 568: StringRef str() { return StringRef(OS.data(), OS.size()); } Why str method is without "const" attribute? Any reasonable reason? Thanks! -Stepan