Go to file
Saleem Abdulrasool ada78feb08 Sema: do not attempt to sizeof a dependent type
We would attempt to evaluate the sizeof a dependent type to check for an
integral overflow.  However, because the dependent type is not yet resolved, we
cannot determine if the expression would overflow.  Report a failure to perform
a symbolic evaluation of a constant involving the dependent type.

llvm-svn: 271762
2016-06-04 03:16:21 +00:00
clang Sema: do not attempt to sizeof a dependent type 2016-06-04 03:16:21 +00:00
clang-tools-extra [clang-tidy] modernize-use-auto: don't remove stars by default 2016-06-03 21:22:58 +00:00
compiler-rt reapply r271577 after OSX bug is fixed (hopefully) 2016-06-04 01:51:25 +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: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx [libcxx] Fix c++98 test failures. 2016-06-03 21:40:03 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld Apply clang-tidy's misc-move-constructor-init to lld. 2016-06-03 16:57:13 +00:00
lldb Fix a printf warning. 2016-06-03 19:45:05 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [llvm-profdata] Revert r271709 and the 3 subsequent commits - the code 2016-06-04 03:08:01 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly Fix modulo compared to zero. 2016-06-03 18:51:48 +00:00