forked from OSchip/llvm-project
[lldb][NFC] Make ClangDiagnostic::m_fixit_vec private
llvm-svn: 367542
This commit is contained in:
parent
2fe0a14b5a
commit
0a39368b6c
|
@ -42,6 +42,7 @@ public:
|
|||
}
|
||||
|
||||
const FixItList &FixIts() const { return m_fixit_vec; }
|
||||
private:
|
||||
FixItList m_fixit_vec;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue