Commits

Chris Lattner committed c2bdc22925c
Implement <rdar://problem/16380439> Add support for "#if false" and "#if true" This implements true and false as magic constants in build configurations. I considered adding 0 and 1 as magic integers, but true/false fit better with our boolean centric model. Swift SVN r16915