r369196 - [SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualified type

2019-08-17 Thread Tan S. B. via cfe-commits
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

r349384 - [NFC] Test commit: tweak whitespace in comment

2018-12-17 Thread Tan S. B. via cfe-commits
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:

r349444 - [ExprConstant] Handle compound assignment when LHS has integral type and RHS has floating point type

2018-12-17 Thread Tan S. B. via cfe-commits
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