Go to file
Tamas Berghammer e3852fa405 Demangler: Fix constructor cv qualifier handling
Previously if we parsed a constructor then we set parsed_ctor_dtor_cv
to true and never reseted it. This causes issue when a template argument
references a constructor (e.g. type of lambda defined inside a
constructor) as we will have the parsed_ctor_dtor_cv flag set what will
cause issues when parsing later arguments.

Differential Revision: https://reviews.llvm.org/D33385
libcxxabi change: https://reviews.llvm.org/rL303737

llvm-svn: 303738
2017-05-24 11:29:02 +00:00
clang Fix 'set but not used' [-Wunused-but-set-variable] warning 2017-05-24 10:38:09 +00:00
clang-tools-extra Modify test so that it looks for patterns in stderr as well 2017-05-24 10:50:56 +00:00
compiler-rt [compiler-rt] Change default of allow_user_segv_handler to true 2017-05-24 07:21:39 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. 2017-05-23 18:55:32 +00:00
libcxxabi __cxa_demangle: Fix constructor cv qualifier handling 2017-05-24 11:21:34 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Don't do a full scan of the type stream before processing records. 2017-05-24 00:26:27 +00:00
lldb RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false 2017-05-24 09:46:48 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm Demangler: Fix constructor cv qualifier handling 2017-05-24 11:29:02 +00:00
openmp Fix for KMP_AFFINITY=respect with multiple processor groups 2017-05-15 19:05:59 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Add a permanent Polly Hangouts URL 2017-05-24 06:46:11 +00:00