[PATCH] D100867: [TableGen] [docs] Improve description of NAME in Programmer's Reference
    David Blaikie via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr 20 10:27:10 PDT 2021
    
    
  
dblaikie added inline comments.
================
Comment at: llvm/docs/TableGen/ProgRef.rst:65-66
 the programmer or generated by TableGen. Associated with that name
-is a list of *fields* with values and an optional list of *superclasses*
-(sometimes called base or parent classes). The fields are the primary data that
+is a list of *fields* with values and an optional list of *parent classes*
+(sometimes called base or super classes). The fields are the primary data that
 backends will process. Note that TableGen assigns no meanings to fields; the
----------------
Not sure how the wording is used in other parts of the TableGen docs, but since LLVM's a C++ oriented project, maybe we should standardize/lean towards the C++ terminology as being the canonical one, which would be "base" class?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100867/new/
https://reviews.llvm.org/D100867
    
    
More information about the llvm-commits
mailing list