We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ac8ff commit a395c91Copy full SHA for a395c91
llvm/include/llvm/ProfileData/MemProfReader.h
@@ -217,7 +217,8 @@ class YAMLMemProfReader final : public MemProfReader {
217
// Return true if the \p DataBuffer starts with "---" indicating it is a YAML
218
// file.
219
static bool hasFormat(const MemoryBuffer &DataBuffer);
220
- // Wrapper around hasFormat above, reading the file instead of the memory buffer.
+ // Wrapper around hasFormat above, reading the file instead of the memory
221
+ // buffer.
222
static bool hasFormat(const StringRef Path);
223
224
// Create a YAMLMemProfReader after sanity checking the contents of the file
0 commit comments