Commits

Jordan Rose committed 171fc95d273
[ClangImporter] Suppress macros named TRUE and FALSE. These are too close to "true" and "false" for comfort; they add confusion and mess up code completion. If the names appear in other contexts, though (such as enumerator names), we should still bring them through. <rdar://problem/17080279> Swift SVN r18670