summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-08-01 11:05:47 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-08-01 11:05:47 +0000
commit0a39368b6ccca9f2271736f39d9c19497a230de9 (patch)
treef9c0dc8ca6733d33779245bd91963cfea7248d05
parent2fe0a14b5a2763461197ea769eb3666d742685bc (diff)
downloadbcm5719-llvm-0a39368b6ccca9f2271736f39d9c19497a230de9.tar.gz
bcm5719-llvm-0a39368b6ccca9f2271736f39d9c19497a230de9.zip
[lldb][NFC] Make ClangDiagnostic::m_fixit_vec private
llvm-svn: 367542
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
index db50c2aa3e9..4db1ba096fa 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
@@ -42,6 +42,7 @@ public:
}
const FixItList &FixIts() const { return m_fixit_vec; }
+private:
FixItList m_fixit_vec;
};
OpenPOWER on IntegriCloud