llvm-project/clang-tools-extra/clang-tidy
Daniel Jasper 7b8d263998 Fix regex bug in clang-tidy.
Also make tests slightly less dependent on default flags. Once we have
implemented configuration file support, we might want to store the
clang-tidy configuration for the tests there.

llvm-svn: 205408
2014-04-02 08:52:06 +00:00
..
google clang-tidy explicit constructor check: don't warn on copy or move constructors. 2014-03-20 09:39:36 +00:00
llvm Fixed formatting. 2014-03-05 13:01:24 +00:00
misc Add clang-tidy check to remove redundant .get() calls on smart pointers. 2014-03-27 17:42:26 +00:00
tool Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +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 ClangTidy.cpp: Don't use non-static member initializer, for msc17. 2014-03-27 14:53:37 +00:00
ClangTidy.h Post-filter clang-tidy diagnostic messages. 2014-03-20 09:38:22 +00:00
ClangTidyDiagnosticConsumer.cpp ClangTidyContext: Don't use initializer on non-static member. 2014-03-20 10:53:03 +00:00
ClangTidyDiagnosticConsumer.h ClangTidyContext: Don't use initializer on non-static member. 2014-03-20 10:53:03 +00:00
ClangTidyModule.cpp Post-filter clang-tidy diagnostic messages. 2014-03-20 09:38:22 +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