commit | b00d5f732cd3f6f8bd86d2c5f7ddb2ce5bca8740 | [log] [tgz] |
---|---|---|
author | Marco Antognini <marco.antognini@arm.com> | Tue Jul 09 15:04:23 2019 +0000 |
committer | Marco Antognini <marco.antognini@arm.com> | Tue Jul 09 15:04:23 2019 +0000 |
tree | d961eb68d73a0199f8fce88ea57a5848fdbd4287 | |
parent | b1e511bf5a4c702ace445848b30070ac2e021241 [diff] |
[OpenCL][Sema] Fix builtin rewriting This patch ensures built-in functions are rewritten using the proper parent declaration. Existing tests are modified to run in C++ mode to ensure the functionality works also with C++ for OpenCL while not increasing the testing runtime. llvm-svn: 365499