Author: cpplearner
Date: Sat Aug 17 13:57:52 2019
New Revision: 369196
URL: http://llvm.org/viewvc/llvm-project?rev=369196&view=rev
Log:
[SemaDeclCXX] Allow inheriting constructor declaration to specify a
cv-qualified type
Differential Revision: https://reviews.llvm.org/D47419
Modified:
cfe
Author: cpplearner
Date: Mon Dec 17 11:53:22 2018
New Revision: 349384
URL: http://llvm.org/viewvc/llvm-project?rev=349384&view=rev
Log:
[NFC] Test commit: tweak whitespace in comment
Modified:
cfe/trunk/test/CXX/temp/temp.param/p3.cpp
Modified: cfe/trunk/test/CXX/temp/temp.param/p3.cpp
URL:
Author: cpplearner
Date: Mon Dec 17 23:38:06 2018
New Revision: 349444
URL: http://llvm.org/viewvc/llvm-project?rev=349444&view=rev
Log:
[ExprConstant] Handle compound assignment when LHS has integral type and RHS
has floating point type
Fixes PR39858
Differential Revision: https://reviews.llvm