diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-01-16 23:08:36 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-01-16 23:08:36 +0000 |
commit | 3302f2bd466930e094f0197e35835525dcfe7437 (patch) | |
tree | 5ca4f946e9e681318696cd1385298d71b229ec29 /clang/lib/Lex/Preprocessor.cpp | |
parent | 048fbfa302717d66b549f77469500408ca682117 (diff) | |
download | llvm-3302f2bd466930e094f0197e35835525dcfe7437.zip llvm-3302f2bd466930e094f0197e35835525dcfe7437.tar.gz llvm-3302f2bd466930e094f0197e35835525dcfe7437.tar.bz2 |
PR14964: intrinsic headers using non-reserved identifiers
Several of the intrinsic headers were using plain non-reserved identifiers.
C++11 17.6.4.3.2 [global.names] p1 reservers names containing a double
begining with an underscore followed by an uppercase letter for any use.
I think I got them all, but open to being corrected. For the most part I
didn't bother updating function-like macro parameter names because I don't
believe they're subject to any such collission - though some function-like
macros already follow this convention (I didn't update them in part because
the churn was more significant as several function-like macros use the double
underscore prefixed version of the same name as a parameter in their
implementation)
llvm-svn: 172666
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
0 files changed, 0 insertions, 0 deletions