| commit | b402580616617a5c2d80f3d1c343b8f74bd7c3b5 | [log] [tgz] |
|---|---|---|
| author | Richard Trieu <rtrieu@google.com> | Wed Mar 28 04:16:13 2018 +0000 |
| committer | Richard Trieu <rtrieu@google.com> | Wed Mar 28 04:16:13 2018 +0000 |
| tree | d360a3d9382d397d8da2c23771a4e3a6f56bbe55 | |
| parent | a95b0df5eddbe7fa1e9f8fe0b1ff62427e1c0318 [diff] |
Fix some handling of AST nodes with diagnostics. The diagnostic system for Clang can already handle many AST nodes. Instead of converting them to strings first, just hand the AST node directly to the diagnostic system and let it handle the output. Minor changes in some diagnostic output. llvm-svn: 328688