[PATCH] D64321: [OpenCL] Change diagnostic for function declaration

2020-04-06 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh abandoned this revision. svenvh added a comment. Abandoning after an offline discussion with @Anastasia. Overloading is not a feature of OpenCL C in the first place so adding complexity to Clang isn't really justifiable. Repository: rC Clang CHANGES SINCE LAST ACTION https://review

[PATCH] D64321: [OpenCL] Change diagnostic for function declaration

2019-07-08 Thread Pierre GONDOIS via Phabricator via cfe-commits
Pierre created this revision. Pierre added reviewers: Anastasia, svenvh. Pierre added projects: clang, LLVM. Herald added a subscriber: cfe-commits. When declaring functions only differing by their return type, diagnostic was indicating "conflicting types for" the function. Similarly to c++, it is