Go to file
David Blaikie 46c561c19e Readdress r236990, use of static members on a non-static variable.
The TargetRegistry is just a namespace-like class, instantiated in one
place to use a range-based for loop. Instead, expose access to the
registry via a range-based 'targets()' function instead. This makes most
uses a bit awkward/more verbose - but eventually we should just add a
range-based find_if function which will streamline these functions. I'm
happy to mkae them a bit awkward in the interim as encouragement to
improve the algorithms in time.

llvm-svn: 237059
2015-05-11 22:20:48 +00:00
clang Move sanitizer parser and group expander from Driver to Basic. 2015-05-11 21:39:20 +00:00
clang-tools-extra Refactor MacroInfo so range for loops can be used to iterate its tokens. 2015-05-11 08:26:25 +00:00
compiler-rt [asan] Disable coverage-missing test failing on the bots. 2015-05-11 21:16:18 +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: limit half_sqrt to single precision 2015-05-09 22:31:03 +00:00
libcxx Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr 2015-05-10 13:59:45 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind unwind: permit building against libstdc++ 2015-05-11 16:35:13 +00:00
lld [ARM] Use the correct variable name and unbreak buildbot. 2015-05-08 16:49:18 +00:00
lldb Fix selecting the Platform in TargetList::CreateTargetInternal() 2015-05-11 21:23:31 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm Readdress r236990, use of static members on a non-static variable. 2015-05-11 22:20:48 +00:00
openmp Change some text areas from saying Intel(R) OpenMP runtime library to LLVM OpenMP runtime library. 2015-05-08 17:41:32 +00:00
polly Revert "Adjust formatting to latest clang-format change" 2015-05-11 13:43:04 +00:00