2
0
mirror of synced 2025-02-23 14:58:12 +00:00
mobile/internal
Elias Naur 07b47c2b9c internal/importers/objc: fix parsing of newer clang output
Two things broke the clang ast dump parser:

- clang -cc1 didn't parse headers in iPhone mode automatically anymore.
  Add the -triple argument to force it.
- Source positions in the dumps can now contain <scratch space>.

Change-Id: I5d561f781355021f60c94d59e20bf1c1eee76d2a
Reviewed-on: https://go-review.googlesource.com/c/159678
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2019-01-25 20:03:37 +00:00
..