Added informational comment about using -x c++.

llvm-svn: 178172
This commit is contained in:
John Thompson 2013-03-27 19:31:22 +00:00
parent 663e6f9558
commit fd8ca38ad5
1 changed files with 4 additions and 0 deletions

View File

@ -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:
//