summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-12 19:30:43 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-12 19:30:43 +0000
commit9ff1e1be4e51e811e0894935ca6f08d6ec2fc8c0 (patch)
tree71f6eee113679ca8af5e56331bf67acd1bf3d723
parent8e2f09d61582f8e0ce8481972f47b2e1acd0175c (diff)
downloadbcm5719-llvm-9ff1e1be4e51e811e0894935ca6f08d6ec2fc8c0.tar.gz
bcm5719-llvm-9ff1e1be4e51e811e0894935ca6f08d6ec2fc8c0.zip
Fix Wdocumentation warning. NFCI.
llvm-svn: 344402
-rw-r--r--llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h b/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
index af4e8f40575..9a06a6a3344 100644
--- a/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
+++ b/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
@@ -657,11 +657,11 @@ public:
/// Indices of known build info arguments.
enum BuildInfoArg {
- CurrentDirectory, //< Absolute CWD path
- BuildTool, //< Absolute compiler path
- SourceFile, //< Path to main source file, relative or absolute
- TypeServerPDB, //< Absoulte path of type server PDB (/Fd)
- CommandLine, //< Full canonical command line (maybe -cc1)
+ CurrentDirectory, ///< Absolute CWD path
+ BuildTool, ///< Absolute compiler path
+ SourceFile, ///< Path to main source file, relative or absolute
+ TypeServerPDB, ///< Absolute path of type server PDB (/Fd)
+ CommandLine, ///< Full canonical command line (maybe -cc1)
MaxArgs
};
OpenPOWER on IntegriCloud