Go to file
Tobias Grosser 0244ee872e Use "const auto &" in range based for loops
This previous code added in r216842 most likely created unnecessary copies.

Reported-by: Duncan P. N. Exon Smith  <dexonsmith@apple.com>
llvm-svn: 217507
2014-09-10 14:42:06 +00:00
clang clang-format: Add option to allow short case labels on a single line. 2014-09-10 13:11:45 +00:00
clang-tools-extra Moved main() to the clang::tidy namespace, no functional changes. 2014-09-10 11:43:09 +00:00
compiler-rt [asan-assembly-instrumentation] Added end-to-end test for proper stack unwind for functions with inline assembly. 2014-09-10 10:44:35 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Implement post-review comments for r216730 2014-09-09 20:20:52 +00:00
lld [PECOFF] Add support for bigobj 2014-09-10 12:52:03 +00:00
lldb Fix FreeBSD build after thread changes 2014-09-10 13:38:47 +00:00
llvm [AArch64] Pacify lld buildbot complaining about an unused static function in release build. 2014-09-10 14:24:02 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Use "const auto &" in range based for loops 2014-09-10 14:42:06 +00:00