Go to file
Douglas Gregor cdd11d4e7e Introduce the lambda scope before determining explicit captures, which
cleans up and improves a few things:
  - We get rid of the ugly dance of computing all of the captures in
  data structures that clone those of CapturingScopeInfo, centralizing
  the logic for accessing/updating these data structures
  - We re-use the existing capture logic for 'this', which actually
  works now.

Cleaned up some diagnostic wording in minor ways as well.

llvm-svn: 149516
2012-02-01 17:04:21 +00:00
clang Introduce the lambda scope before determining explicit captures, which 2012-02-01 17:04:21 +00:00
compiler-rt Disable wrapping memcpy() on Mac OS Lion, where it 2012-02-01 10:07:52 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc
libcxx Fix .PHONY target to match new installheaders target. 2012-01-21 06:16:39 +00:00
libcxxabi Nothing but polishing comments. 2012-02-01 16:56:40 +00:00
lld Cleanup system_error extensions. 2012-01-31 21:47:13 +00:00
lldb Added many more python convenience accessors: 2012-02-01 08:09:32 +00:00
llvm cmake: make BUILD_SHARED_LIBS a visible option 2012-02-01 14:49:39 +00:00
polly ScopInfo: Simplify some isl code 2012-02-01 14:23:36 +00:00