Alp Toker cfea74944a Make the -Wkeyword-compat diag message more accurate
Changed from:

  keyword '__is_empty' will be treated as an identifier for the remainder of the translation unit

To:

  keyword '__is_empty' will be made available as an identifier for the remainder of the translation unit

This is a more accurate description of clang's keyword compatibility feature,
given that some of the keywords are turned into context-sensitive keywords
(e.g. REVERTIBLE_TYPE_TRAIT) rather than being fully disabled.

llvm-svn: 196776
2013-12-09 12:41:02 +00:00
..
2013-10-22 19:26:13 +00:00
2013-09-18 09:08:52 +00:00
2013-05-06 21:39:12 +00:00
2013-05-31 17:01:30 +00:00
2012-07-23 08:59:39 +00:00
2013-10-10 02:12:25 +00:00
2013-08-22 10:04:41 +00:00
2011-10-14 23:32:50 +00:00
2012-10-26 07:02:46 +00:00
2013-02-07 18:32:25 +00:00
2012-11-29 16:09:03 +00:00
2012-11-27 02:58:49 +00:00
2013-10-22 21:39:03 +00:00
2011-06-15 00:54:52 +00:00
2012-11-08 12:59:15 +00:00
2013-01-23 20:02:51 +00:00