forked from OSchip/llvm-project
Fixed outdate comment, and comment typo.
llvm-svn: 179568
This commit is contained in:
parent
2ad73da02b
commit
a44f85abd4
|
@ -23,7 +23,7 @@
|
||||||
// Usage: modularize [-prefix (optional header path prefix)]
|
// Usage: modularize [-prefix (optional header path prefix)]
|
||||||
// (include-files_list) [(front-end-options) ...]
|
// (include-files_list) [(front-end-options) ...]
|
||||||
//
|
//
|
||||||
// Note that unless a "-prefex (header path)" option is specified,
|
// Note that unless a "-prefix (header path)" option is specified,
|
||||||
// non-absolute file paths in the header list file will be relative
|
// non-absolute file paths in the header list file will be relative
|
||||||
// to the header list file directory. Use -prefix to specify a different
|
// to the header list file directory. Use -prefix to specify a different
|
||||||
// directory.
|
// directory.
|
||||||
|
@ -35,8 +35,9 @@
|
||||||
// Modularize will do normal parsing, reporting normal errors and warnings,
|
// Modularize will do normal parsing, reporting normal errors and warnings,
|
||||||
// but will also report special error messages like the following:
|
// but will also report special error messages like the following:
|
||||||
//
|
//
|
||||||
// error: '(symbol)' defined at both (file):(row):(column) and
|
// error: '(symbol)' defined at multiple locations:
|
||||||
// (file):(row):(column)
|
// (file):(row):(column)
|
||||||
|
// (file):(row):(column)
|
||||||
//
|
//
|
||||||
// error: header '(file)' has different contents dependening on how it was
|
// error: header '(file)' has different contents dependening on how it was
|
||||||
// included
|
// included
|
||||||
|
|
Loading…
Reference in New Issue