| commit | ba965fb2a70ecde52a6dc87558b70028eb0c93c7 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Jan 28 00:56:43 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Jan 28 00:56:43 2010 +0000 |
| tree | ca6d5879ccd64724a5267b662c45d7414fedc66a | |
| parent | c06ead62f0dafb545ce8abc133dbc299c94a3e3b [diff] |
Switch the remaining diagnostic printing in CIndex over to the diagnostic callback mechanism, so all diagnostics now go through that callback. Also, eliminate the displayDiagnostics flag to clang_createIndex(), since it is no longer necessary: the client determines whether to display diagnostics or not. llvm-svn: 94714