summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/Modularize.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/modularize/Modularize.h')
-rw-r--r--clang-tools-extra/modularize/Modularize.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/modularize/Modularize.h b/clang-tools-extra/modularize/Modularize.h
index ef24fc6b3e7..a3f2ad3e069 100644
--- a/clang-tools-extra/modularize/Modularize.h
+++ b/clang-tools-extra/modularize/Modularize.h
@@ -37,6 +37,7 @@ typedef llvm::StringMap<DependentsVector> DependencyMap;
/// Create the module map file.
/// \param ModuleMapPath The path to the module map file to be generated.
/// \param HeaderFileNames The list of header files, absolute native paths.
+/// \param ProblemFileNames The list of problem header files.
/// \param Dependencies Map of headers that depend on other headers.
/// \param HeaderPrefix Tells the code where the headers are, if they
/// aren's in the current directory, allowing the generator to strip
@@ -46,6 +47,7 @@ typedef llvm::StringMap<DependentsVector> DependencyMap;
/// \returns True if successful.
bool createModuleMap(llvm::StringRef ModuleMapPath,
llvm::ArrayRef<std::string> HeaderFileNames,
+ llvm::ArrayRef<std::string> ProblemFileNames,
DependencyMap &Dependencies, llvm::StringRef HeaderPrefix,
llvm::StringRef RootModuleName);
OpenPOWER on IntegriCloud