Commit Graph

554 Commits

Author SHA1 Message Date
Dmitri Hrybenko
c92e1176d4 Add a test for importing bitfields
It does not matter what we actually do, just make sure we don't crash -- we did
not have tests for bitfields previously.  Related: rdar://15671755


Swift SVN r11363
2013-12-16 21:39:34 +00:00
Dmitri Hrybenko
eee1711b0d AST printing: add printing tests for NS_ENUM and NS_OPTIONS
This change moves the swift overlay modules from Clang importer mock sdk to a
central location.  (Otherwise we try to deserialize the Foundation overlay for
the system framework, and crash because we don't find all declarations in
our mock sdk.)


Swift SVN r11297
2013-12-14 04:12:49 +00:00
Dmitri Hrybenko
3d5952383f Clang importer tests: move NSUInteger definition to ObjectiveC module to be
consistent with reality


Swift SVN r11296
2013-12-14 03:32:27 +00:00
Dmitri Hrybenko
d35cf945e6 Move Clang importer test SDK to a toplevel dir test/Inputs where it can be
shared between Clang importer and IDE tests


Swift SVN r11292
2013-12-14 02:20:32 +00:00