Fix Wdocumentation warning. NFCI.

llvm-svn: 344402
This commit is contained in:
Simon Pilgrim 2018-10-12 19:30:43 +00:00
parent 8e2f09d615
commit 9ff1e1be4e
1 changed files with 5 additions and 5 deletions

View File

@ -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
};