| commit | 643c922e66db2d0c247b22a9ad3963ef000b0101 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Sat May 21 17:07:29 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Sat May 21 17:07:29 2011 +0000 |
| tree | 4869c0940edff6e9dafe0a62c8a4bbf1746e50f6 | |
| parent | 61b6e49ee194d495f3e3a8d731ca009a5b0e77bd [diff] |
Introduce the -fdiagnostics-format=xxx option to control how Clang prints the file, line, and column of a diagnostic. We currently support Clang's normal format, MSVC, and Vi formats. Note that we no longer change the diagnostic format based on -fms-extensions. Patch by Andrew Fish! llvm-svn: 131794