Go to file
Gabor Horvath 3880bee0ff [clang-tidy] Checker for inefficient use of algorithms on associative containers
Summary:
Associative containers implements some of the algorithms as methods which
should be preferred to the algorithms in the algorithm header. The methods
can take advantage of the order of the elements.

Reviewers: alexfh

Reviewed By: alexfh

Subscribers: cfe-commits

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

llvm-svn: 228505
2015-02-07 19:54:19 +00:00
clang CodeGen: Move DebugLocs. 2015-02-07 13:15:54 +00:00
clang-tools-extra [clang-tidy] Checker for inefficient use of algorithms on associative containers 2015-02-07 19:54:19 +00:00
compiler-rt [compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when using non-absolute paths 2015-02-06 12:07:29 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx Add __cxxabi_config.h to libcxxabi headers. 2015-02-05 23:56:33 +00:00
libcxxabi Unwind: hoist placement delete into base class 2015-02-06 20:34:17 +00:00
lld Remove unused parameter. 2015-02-07 00:54:46 +00:00
lldb When creating a disassembler for one of the arm variants that can 2015-02-07 06:03:49 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm ValueTracking: Make isBytewiseValue simpler and more powerful at the same time. 2015-02-07 19:29:02 +00:00
openmp Pin the libiomp5.dll for the lifetime of application, Windows-specific 2015-01-29 17:18:20 +00:00
polly [Refactor] Use only one BlockGenerator for a SCoP 2015-02-06 21:39:31 +00:00