mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
Fix warnings. [-Wdocumentation]
llvm-svn: 315573
This commit is contained in:
parent
1e4e2341bd
commit
8bdc9b2c83
@ -759,8 +759,6 @@ setupMemoryBuffer(const Twine &Filename) {
|
||||
///
|
||||
/// \param Filename The file to open.
|
||||
///
|
||||
/// \param Reader The reader to instantiate according to \p Filename's format.
|
||||
///
|
||||
/// \param C The LLVM context to use to emit diagnostics.
|
||||
///
|
||||
/// \returns an error code indicating the status of the created reader.
|
||||
@ -776,8 +774,6 @@ SampleProfileReader::create(const Twine &Filename, LLVMContext &C) {
|
||||
///
|
||||
/// \param B The memory buffer to create the reader from (assumes ownership).
|
||||
///
|
||||
/// \param Reader The reader to instantiate according to \p Filename's format.
|
||||
///
|
||||
/// \param C The LLVM context to use to emit diagnostics.
|
||||
///
|
||||
/// \returns an error code indicating the status of the created reader.
|
||||
|
@ -251,8 +251,6 @@ std::error_code SampleProfileWriterBinary::write(const FunctionSamples &S) {
|
||||
///
|
||||
/// \param Filename The file to create.
|
||||
///
|
||||
/// \param Writer The writer to instantiate according to the specified format.
|
||||
///
|
||||
/// \param Format Encoding format for the profile file.
|
||||
///
|
||||
/// \returns an error code indicating the status of the created writer.
|
||||
@ -274,8 +272,6 @@ SampleProfileWriter::create(StringRef Filename, SampleProfileFormat Format) {
|
||||
///
|
||||
/// \param OS The output stream to store the profile data to.
|
||||
///
|
||||
/// \param Writer The writer to instantiate according to the specified format.
|
||||
///
|
||||
/// \param Format Encoding format for the profile file.
|
||||
///
|
||||
/// \returns an error code indicating the status of the created writer.
|
||||
|
@ -230,7 +230,7 @@ void MD5::update(StringRef Str) {
|
||||
}
|
||||
|
||||
/// \brief Finish the hash and place the resulting hash into \p result.
|
||||
/// \param result is assumed to be a minimum of 16-bytes in size.
|
||||
/// \param Result is assumed to be a minimum of 16-bytes in size.
|
||||
void MD5::final(MD5Result &Result) {
|
||||
unsigned long used, free;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user