forked from OSchip/llvm-project
Added informational comment about using -x c++.
llvm-svn: 178172
This commit is contained in:
parent
663e6f9558
commit
fd8ca38ad5
|
@ -28,6 +28,10 @@
|
|||
// to the header list file directory. Use -prefix to specify a different
|
||||
// directory.
|
||||
//
|
||||
// Note that by default, the underlying Clang front end assumes .h files
|
||||
// contain C source. If your .h files in the file list contain C++ source,
|
||||
// you should append the following to your command lines: -x c++
|
||||
//
|
||||
// Modularize will do normal parsing, reporting normal errors and warnings,
|
||||
// but will also report special error messages like the following:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue