Go to file
Richard Smith 195d8ef452 When merging functions across modules (and in particular, instantiations of
member functions), ensure that the redecl chain never transitions from 'inline'
to 'not inline', since that violates an AST invariant.

llvm-svn: 209794
2014-05-29 03:15:31 +00:00
clang When merging functions across modules (and in particular, instantiations of 2014-05-29 03:15:31 +00:00
clang-tools-extra Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment. 2014-05-28 15:21:14 +00:00
compiler-rt Add __extenddftf2 and __extendsftf2 for IEEE quad precision. 2014-05-29 01:00:39 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Fix a problem exposed by r208825, which caused bind (and other bits of libc++) to stop working. And tests 2014-05-29 01:10:28 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [Mips] Do not mix _gp and _gp_disp symbols in relocation handling. 2014-05-28 04:10:01 +00:00
lldb Disabled warning C4251 on MSVC builds. 2014-05-28 17:58:29 +00:00
llvm [LoadCombine] Missed a file. 2014-05-29 02:05:37 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00