This tests a fix in the ASTImpoter.cpp to ensure that we import built-in correctly, see differential:
https://reviews.llvm.org/D58743
Once this change is merged this test should pass and should catch regressions in this feature.
Differential D58790
Adding test to cover the correct import of SourceLocation pertaining to a built-in during expression parsing shafik on Feb 28 2019, 12:14 PM. Authored by
Details
This tests a fix in the ASTImpoter.cpp to ensure that we import built-in correctly, see differential: https://reviews.llvm.org/D58743 Once this change is merged this test should pass and should catch regressions in this feature.
Diff Detail
Event Timeline
Comment Actions Just a drive-by comment. I think writing this as a inline test would make it more compact (and maybe slightly more readable because you don't have to look at two files), but if you prefer this way, I don't have a strong preference.
|
minor, SourceLocation.