[PATCH] D58060: Fix diagnostic for addr spaces in reference binding

2019-06-05 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia abandoned this revision. Anastasia added a comment. Due to my recent commits I had to changed this slightly so it is now under a new review: https://reviews.llvm.org/D62914 CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58060/new/ https://reviews.llvm.org/D58060 ___

[PATCH] D58060: Fix diagnostic for addr spaces in reference binding

2019-04-30 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added a comment. @rjmccall or @ebevhan do you have any more feedback for this patch? Btw, it has now dependency with https://reviews.llvm.org/D61318 CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58060/new/ https://reviews.llvm.org/D58060 ___

[PATCH] D58060: Fix diagnostic for addr spaces in reference binding

2019-03-05 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia updated this revision to Diff 189351. Anastasia marked an inline comment as done. Anastasia added a comment. Un-commented the line in the test CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58060/new/ https://reviews.llvm.org/D58060 Files: include/clang/Basic/DiagnosticSemaK

[PATCH] D58060: Fix diagnostic for addr spaces in reference binding

2019-03-05 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added inline comments. Comment at: test/SemaOpenCLCXX/address-space-references.cl:7 +// can't detect this case and therefore fails. +//int bar(const unsigned int &i); + ebevhan wrote: > Is there a reason the declaration is commented out? If it's just a

[PATCH] D58060: Fix diagnostic for addr spaces in reference binding

2019-03-05 Thread Bevin Hansson via Phabricator via cfe-commits
ebevhan added inline comments. Comment at: test/SemaOpenCLCXX/address-space-references.cl:7 +// can't detect this case and therefore fails. +//int bar(const unsigned int &i); + Is there a reason the declaration is commented out? If it's just a problem with the r

[PATCH] D58060: Fix diagnostic for addr spaces in reference binding

2019-03-05 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia updated this revision to Diff 189306. Anastasia retitled this revision from "Fix diagnostic for addr spaces in static_cast" to "Fix diagnostic for addr spaces in reference binding". Anastasia edited the summary of this revision. Anastasia added a comment. - Fixed incorrect diagnostic in