This is an archive of the discontinued LLVM Phabricator instance.

Fixing the build break introduced by the change in LangStandard in clang
ClosedPublic

Authored by xiaobai on Apr 26 2017, 11:29 PM.

Details

Summary

LangStandards.def was changed in commit 59456511f4bab95ccd3c918dae256f5ec0f8fb39 in clang.
Specifically, LangStandard::lang_opencl became LangStandard::lang_opencl10.
This caused ClangASTContext.cpp to fail to compile.

Event Timeline

xiaobai created this revision.Apr 26 2017, 11:29 PM
sas accepted this revision.Apr 27 2017, 12:52 AM
This revision is now accepted and ready to land.Apr 27 2017, 12:52 AM
labath closed this revision.Apr 27 2017, 2:03 AM
labath edited edge metadata.

I already submitted a fix of my own before seeing this. Thanks for the patch though. :)

clayborg edited edge metadata.Apr 27 2017, 7:48 AM

looks fine