llvm-project/clang-tools-extra/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
..
google Fixed formatting. 2014-03-05 13:01:24 +00:00
llvm Fixed formatting. 2014-03-05 13:01:24 +00:00
misc Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
tool Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
CMakeLists.txt Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
ClangTidy.cpp [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
ClangTidy.h [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
ClangTidyDiagnosticConsumer.cpp Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
ClangTidyDiagnosticConsumer.h Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
ClangTidyModule.cpp Use range-based for loops for better readability. No functional changes intended. 2014-03-06 10:17:46 +00:00
ClangTidyModule.h Fixed formatting. 2014-03-05 13:01:24 +00:00
ClangTidyModuleRegistry.h
Makefile Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00