Commit Graph

3 Commits

Author SHA1 Message Date
Saleem Abdulrasool
d3f9410c3b test: make DebugInfo.macro pass on Windows
The path separator on Windows is \ which is encoded as \5C.  Account for
this in the test.
2019-03-27 09:32:32 -07:00
Saleem Abdulrasool
a597038a66 test: loosen restrictions on DebugInfo test
This test does not require ObjectiveC interop.  Enable the test
globally.
2019-03-26 19:18:54 -07:00
Adrian Prantl
6a412bd2f5 Debug Info: Fix a bug when decoding the source file for a Clang Decl
that was defined using a Macro: Use the file of the presumed location,
not of the SourceBuffer.

rdar://problem/49181568
2019-03-26 14:16:11 -07:00