Go to file
Aaron Ballman a49c5064a1 [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
Drive-by fixing some incorrect types where a for loop would be improperly using ObjCInterfaceDecl::protocol_iterator. No functional changes in these cases.

llvm-svn: 203842
2014-03-13 20:29:09 +00:00
clang [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 20:29:09 +00:00
clang-tools-extra Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
compiler-rt [CMake] More fixes for Windows build 2014-03-13 13:37:07 +00:00
debuginfo-tests Revert "xfail a test on darwin because some of the public buildbots are stuck on" 2014-03-11 23:49:31 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Exclude .svn (and other "dot" directories) when installing headers. 2014-03-13 16:13:54 +00:00
libcxxabi 0 is a valid LSDA encoding and can be seen in statically linked 2014-03-11 23:43:43 +00:00
lld Replace OwningPtr with std::unique_ptr. 2014-03-13 16:20:38 +00:00
lldb Since lldb version doesn’t have to be a valid floating point literal, like x.y.z, 2014-03-13 18:30:04 +00:00
llvm MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContext 2014-03-13 19:15:04 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly record in POLLY_LINK_LIBS all the libs needed for polly 2014-03-13 20:24:48 +00:00