Go to file
Aaron Ballman 530740be50 Updating the attribute declarations to have the correct syntaxes. This means giving a __declspec spelling to: deprecated, naked, noinline, noreturn, and nothrow. uuid has no GNU spelling, so it was switched to __declspec. dllexport and dllimport both are now supported with GNU spellings.
llvm-svn: 199142
2014-01-13 21:32:48 +00:00
clang Updating the attribute declarations to have the correct syntaxes. This means giving a __declspec spelling to: deprecated, naked, noinline, noreturn, and nothrow. uuid has no GNU spelling, so it was switched to __declspec. dllexport and dllimport both are now supported with GNU spellings. 2014-01-13 21:32:48 +00:00
clang-tools-extra Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
compiler-rt [lsan] Add __lsan_default_suppressions() to the public interface header. 2014-01-13 17:26:57 +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 Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Fix a bug in regex_token_iterator's copy constructor. Caught by Bob Wilson. 2014-01-13 17:47:08 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld Fix spacing 2014-01-13 04:08:15 +00:00
lldb This is a macosx specific test case for stepping & setting breakpoints on indirect 2014-01-13 20:44:26 +00:00
llvm [DAG] Teach DAG to also reassociate vector operations 2014-01-13 20:51:35 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly [cleanup] Update Polly for moved header in LLVM r199082. 2014-01-13 09:56:11 +00:00