hanchenye-llvm-project/clang-tools-extra/clang-tidy
Chris Bieneman 2cc7fec76a Remove autoconf support
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html

"Now I am become Death, the destroyer of worlds."
-J. Robert Oppenheimer

Reviewers: chandlerc, grosbach, bob.wilson, echristo

Subscribers: cfe-commits, klimek

Differential Revision: http://reviews.llvm.org/D16475

llvm-svn: 258864
2016-01-26 21:31:36 +00:00
..
cert Remove autoconf support 2016-01-26 21:31:36 +00:00
cppcoreguidelines Remove autoconf support 2016-01-26 21:31:36 +00:00
google Remove autoconf support 2016-01-26 21:31:36 +00:00
llvm Remove autoconf support 2016-01-26 21:31:36 +00:00
misc Remove autoconf support 2016-01-26 21:31:36 +00:00
modernize Remove autoconf support 2016-01-26 21:31:36 +00:00
performance Remove autoconf support 2016-01-26 21:31:36 +00:00
readability Remove autoconf support 2016-01-26 21:31:36 +00:00
tool Remove autoconf support 2016-01-26 21:31:36 +00:00
utils Remove autoconf support 2016-01-26 21:31:36 +00:00
CMakeLists.txt [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy 2015-12-30 10:24:40 +00:00
ClangTidy.cpp Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidy.h Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] Fix a copy-paste error. 2016-01-15 16:16:47 +00:00
ClangTidyDiagnosticConsumer.h Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidyModule.cpp
ClangTidyModule.h Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
ClangTidyModuleRegistry.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
ClangTidyOptions.cpp Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidyOptions.h Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
add_new_check.py Add documentation redirects for clang-tidy checkers that are exposed under multiple checker names. Updates the Python script for adding checks to properly handle these aliases. 2016-01-11 16:48:26 +00:00
rename_check.py [clang-tidy] Python script for easy check rename 2015-10-11 07:58:34 +00:00