[PATCH] D74015: [AIX][Frontend] C++ ABI customizations for AIX boilerplate
    David Tenty via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Feb 11 07:24:38 PST 2020
    
    
  
daltenty added inline comments.
================
Comment at: clang/include/clang/Basic/TargetCXXABI.h:116
+    ///   - static initialization is adjusted to use sinit and sterm functions;
+    XL_Clang,
+
----------------
Why the underscore in the name? This is a bit inconsistent with both the LLVM naming convention here and the name as it appears in other sources.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74015/new/
https://reviews.llvm.org/D74015
    
    
More information about the cfe-commits
mailing list