summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/DiagnosticOptions.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-04-07 18:11:14 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-04-07 18:11:14 +0000
commit08c6695f6018fb6cb1a7c7d311a851aa5c233bc0 (patch)
treead8c5bc085e589e8e57b896b224756f748acc6ae /include/clang/Frontend/DiagnosticOptions.h
parentb65ed34ebf0380c001756eea7a1c1d01e110b557 (diff)
Frontend: Sketch support for -diagnostic-log-file, which still doesn't do anything.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/DiagnosticOptions.h')
-rw-r--r--include/clang/Frontend/DiagnosticOptions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Frontend/DiagnosticOptions.h b/include/clang/Frontend/DiagnosticOptions.h
index 4e46b4fbf0..2193591368 100644
--- a/include/clang/Frontend/DiagnosticOptions.h
+++ b/include/clang/Frontend/DiagnosticOptions.h
@@ -61,6 +61,9 @@ public:
/// testing and analysis.
std::string DumpBuildInformation;
+ /// The file to log diagnostic output to.
+ std::string DiagnosticLogFile;
+
/// The list of -W... options used to alter the diagnostic mappings, with the
/// prefixes removed.
std::vector<std::string> Warnings;