llvm-project/clang-tools-extra/test/clang-tidy
Alexander Kornienko 6fbc619ab9 Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.
Summary:
This is immediately useful for generating macro expansion notes, and
may be useful for other things later on.

Reviewers: klimek, djasper

Reviewed By: klimek

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D2950

llvm-svn: 203457
2014-03-10 13:11:17 +00:00
..
basic.cpp Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
deduplication.cpp Deduplicate clang-tidy error messages by file, offset and message. 2014-03-10 09:45:49 +00:00
diagnostic.cpp Fixed a crash when handling diagnostics without a valid file location, e.g. 'error reading <file>'. 2014-03-05 15:44:36 +00:00
fix.cpp
macros.cpp Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
nolint.cpp Added a naive NOLINT implementation. 2014-02-28 00:27:50 +00:00
select-checks.cpp Use more specific checks filter in the test. 2014-03-06 08:31:03 +00:00
static-analyzer.cpp Consume checker names from clang static analyzer. 2014-02-12 09:52:07 +00:00