Go to file
Enrico Granata c3b0a5b099 In some cases, type lookup has to deal with situations where it cannot reconstruct a compile unit or a function, but it still has a valid symbol - and it can use that in order to figure out the preferential language for lookups
This is not the right thing for all clients (notably the expression parser), so put it in type lookup specific code

Fixes rdar://problem/22422313

llvm-svn: 269095
2016-05-10 18:16:33 +00:00
clang Introduce CGCXXABI::canCallMismatchedFunctionType 2016-05-10 17:44:55 +00:00
clang-tools-extra [clang-tidy] Lift parsing of sequence of names functions to utils. 2016-05-10 15:31:15 +00:00
compiler-rt tsan: fix another crash due to processors 2016-05-10 11:19:50 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Add erf ported from amd-builtins 2016-05-06 18:02:30 +00:00
libcxx [libcxx] Prefer C++14 over C++11 when building libc++experimental. 2016-05-10 16:17:43 +00:00
libcxxabi libc++abi: fix visibility of personalities 2016-05-04 04:22:29 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Fix typo. 2016-05-10 16:23:46 +00:00
lldb In some cases, type lookup has to deal with situations where it cannot reconstruct a compile unit or a function, but it still has a valid symbol - and it can use that in order to figure out the preferential language for lookups 2016-05-10 18:16:33 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Re-apply r269081 and r269082 with a fix for MSVC. 2016-05-10 18:07:21 +00:00
openmp Fine tuning of TC* macros 2016-05-07 00:00:00 +00:00
polly Invalidate unprofitable SCoPs after creation 2016-05-10 16:38:09 +00:00