Go to file
Benjamin Kramer 11a9cd956a [libclang] Use lambdas instead of explicit structs when storing arguments.
This boilerplate code was necessary to move arguments between threads in
C++98, lambdas make this much easier. No functionality change intended.

llvm-svn: 243227
2015-07-25 20:55:44 +00:00
clang [libclang] Use lambdas instead of explicit structs when storing arguments. 2015-07-25 20:55:44 +00:00
clang-tools-extra misc-unused-parameters: Fix bug where the check was looking at 2015-07-23 17:26:36 +00:00
compiler-rt [CMake] Workaround for PR24222: don't fail if we can't target COMPILER_RT_TEST_TARGET_TRIPLE unless it was explicitly set. 2015-07-24 22:01:07 +00:00
debuginfo-tests
libclc Fix double implementation of log 2015-07-24 18:07:14 +00:00
libcxx Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report 2015-07-23 18:27:51 +00:00
libcxxabi Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
libunwind [libunwind] Flip order of extern "C" and attribute(visibility) 2015-07-24 19:29:05 +00:00
lld [Mips] Define _DYNAMIC_LINKING symbol if output is a is dynamically linked executable file 2015-07-25 10:18:52 +00:00
lldb Add missing namespace specifiers. 2015-07-25 15:44:23 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm [InstCombine][SSE4A] Standardized references to Length/Width and Index/Start to match AMD docs. NFCI. 2015-07-25 20:41:00 +00:00
openmp LibompMicroTests.cmake: Invoke 'test' instead of using '[ x -eq y ]' 2015-07-24 21:24:48 +00:00
polly Fix formatting of recent alias-analysis commit 2015-07-25 12:31:03 +00:00