Go to file
Nico Weber d89e6f79f7 Don't crash if a declarator in a friend decl doesn't have a name.
There was already an explicit check for that for the first decl.  Move that
to a different place so that it's called for the following decls too.  Also
don't randomly set the BitfieldSize ExprResult to true (this sets a pointer to
true internally).

Found by SLi's bot.

llvm-svn: 226306
2015-01-16 19:34:13 +00:00
clang Don't crash if a declarator in a friend decl doesn't have a name. 2015-01-16 19:34:13 +00:00
clang-tools-extra clang-tidy: 'size' call that could be replaced with 'empty' on STL containers 2015-01-15 15:46:58 +00:00
compiler-rt [sanitizer] Additional error checking. 2015-01-16 15:25:16 +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 Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Remove triple detection from cmake. 2015-01-16 02:27:17 +00:00
libcxxabi LIBCXXABI_TARGET_TRIPLE won't always be set. 2015-01-16 01:10:09 +00:00
lld Split a function for readability. 2015-01-16 17:53:55 +00:00
lldb Compile fix for WIN32 2015-01-16 19:07:30 +00:00
llgo Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
llvm Remove gc.root's findCustomSafePoints mechanism 2015-01-16 19:33:28 +00:00
openmp few fixes for ittnotify iterface (used by Intel(R) VTune Amplifier) 2015-01-16 15:58:03 +00:00
polly [PM] Track an LLVM API change by switching this code to directly create 2015-01-15 10:43:18 +00:00