Files
swift-mirror/include/swift/Basic
Joe Pamer f83f94d9d8 Support build and target configurations
These changes add support for build and target configurations in the compiler.
Build and target configurations, combined with the use of #if/#else/#endif allow
for conditional compilation within declaration and statement contexts.

Build configurations can be passed into the compiler via the new '-D' flag, or
set within the LangOptions class. Target configurations are implicit, and
currently only "os" and "arch" are supported.

Swift SVN r14305
2014-02-24 18:16:48 +00:00
..
2013-05-09 21:40:33 +00:00
2013-05-09 21:40:33 +00:00
2013-08-16 22:30:18 +00:00
2013-07-10 15:33:40 +00:00
2013-07-01 21:42:16 +00:00
2014-01-20 18:22:18 +00:00
2013-08-02 21:00:41 +00:00