Skip to content
Snippets Groups Projects
  • David Blaikie's avatar
    4f918aed
    PR14964: intrinsic headers using non-reserved identifiers · 4f918aed
    David Blaikie authored
    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)
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172666 91177308-0d34-0410-b5e6-96231b3b80d8
    4f918aed
    History
    PR14964: intrinsic headers using non-reserved identifiers
    David Blaikie authored
    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)
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172666 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.