Go to file
Ariel J. Bernal defd1a93c9 Fix for removing not included files from a compilation database.
remove_if doesn't alter the container properties. Need to use erase to remove
the elements past the new end.

llvm-svn: 190803
2013-09-16 20:12:22 +00:00
clang Updated the way the ownership attributes are semantically diagnosed. Added test cases for the semantics checks. 2013-09-16 18:11:41 +00:00
clang-tools-extra Fix for removing not included files from a compilation database. 2013-09-16 20:12:22 +00:00
compiler-rt [ASan] Don't link with pthread on Android 2013-09-16 16:51:49 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid value for broken_promise). 2013-09-14 18:20:10 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [PECOFF] Take into account all sections when setting size fields in the PE header 2013-09-16 17:39:26 +00:00
lldb Fixes a typo that causes Reserve(X) to both re-allocate the container and 2013-09-16 14:17:27 +00:00
llvm TableGen: fix constness of new comparison function. 2013-09-16 17:33:40 +00:00
polly Fix build after SCEV change 2013-09-10 20:22:17 +00:00