diff options
author | Alp Toker <alp@nuanti.com> | 2013-12-09 12:41:02 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-12-09 12:41:02 +0000 |
commit | cfea74944a3158b3caab91f7ca6b741a42637738 (patch) | |
tree | 29bcd9800a541292d3832b606b18a049fe22fef3 /clang/lib/Serialization/Module.cpp | |
parent | 26a5a7475ebfc8ed7f6c9e87276869e4924b52d6 (diff) | |
download | bcm5719-llvm-cfea74944a3158b3caab91f7ca6b741a42637738.tar.gz bcm5719-llvm-cfea74944a3158b3caab91f7ca6b741a42637738.zip |
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
Diffstat (limited to 'clang/lib/Serialization/Module.cpp')
0 files changed, 0 insertions, 0 deletions