Go to file
Alexander Kornienko e4a75fd896 [clang-tidy] introduce modernize-deprecated-headers check
Summary:
This patch introduces the modernize-deprecated-headers check, which is supposed to replace deprecated C library headers with the C++ STL-ones.

For information see documentation; for exmaples see the test cases.

Reviewers: Eugene.Zelenko, LegalizeAdulthood, alexfh

Subscribers: cfe-commits

Patch by Kirill Bobyrev!

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

llvm-svn: 261738
2016-02-24 13:36:34 +00:00
clang [OpenCL] Add Sema checks for OpenCL 2.0 block 2016-02-24 04:29:36 +00:00
clang-tools-extra [clang-tidy] introduce modernize-deprecated-headers check 2016-02-24 13:36:34 +00:00
compiler-rt tsan: disable ignore_lib4.cc test on powerpc64 and aarch64 2016-02-24 09:14:46 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Fix a missing closing tag 2016-02-23 19:48:44 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld [ELF] - replaced std::function with raw pointers in LinkerScript.cpp 2016-02-24 09:21:47 +00:00
lldb Fix test for homogeneity in case of aggregate consisting of containerized vector types 2016-02-24 12:17:43 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm NFC. Move isDereferenceable to Loads.h/cpp 2016-02-24 12:49:04 +00:00
openmp Remove unnecessary semicolons after braces 2016-02-18 19:38:25 +00:00
polly Annotation of SIMD loops 2016-02-23 09:00:13 +00:00