Go to file
Rui Ueyama 508939428d [PECOFF] Ignore /incremental option.
/incremental is an option to enable incremental linking. We will eventually
want to implement the feature for better performance, but in the meantime,
we want to just ignore the option so that the linker does not output unknown
option error when it sees /incremental option.

llvm-svn: 191063
2013-09-20 00:55:37 +00:00
clang PR17290: Use 'false' macro in fix-it hint for initializing a variable of type 2013-09-20 00:27:40 +00:00
clang-tools-extra Don't use default label in fully covered switch 2013-09-19 07:35:47 +00:00
compiler-rt tsan: fix linking of tsan runtime into dynamic libraries 2013-09-19 23:44:51 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Fix typo. 2013-09-17 08:46:53 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [PECOFF] Ignore /incremental option. 2013-09-20 00:55:37 +00:00
lldb Disable TestInferiorAssert (due to llvm.org/pr17276) 2013-09-19 22:41:36 +00:00
llvm Unbreak Clang build after r191050: don't pass a StringRef to snprintf. 2013-09-20 00:38:18 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00