Go to file
Edwin Vane b40bf83eab Transform for loops over pseudo-arrays only if begin/end members exist
For loops using pseudo-arrays, classes that can be used like arrays from
the Loop Convert Transform's point of view, should only get transformed
if the pseudo-array class has begin()/end() members for the
range-based for-loop to call.

Free versions of begin()/end() should also be allowed but this is an
enhancement for another revision.

llvm-svn: 181539
2013-05-09 20:03:52 +00:00
clang CodeGen for CapturedStmts 2013-05-09 19:17:11 +00:00
clang-tools-extra Transform for loops over pseudo-arrays only if begin/end members exist 2013-05-09 20:03:52 +00:00
compiler-rt Try to fix Windows build too 2013-05-08 18:15:01 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Initialize codecvt explicitly with the C locale, which might not be 0. 2013-05-09 19:00:18 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld] Use range based for loop instead of explicit iterators (no functionality change) 2013-05-09 04:00:44 +00:00
lldb Fixed "log enable linux registers" and added a test. 2013-05-09 19:59:47 +00:00
llvm Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions. 2013-05-09 19:16:07 +00:00
polly Sort includes 2013-05-07 08:11:54 +00:00