Skip to content
  • Steve Naroff's avatar
    Bug #: · 92e30f8c
    Steve Naroff authored
    Submitted by:
    Reviewed by:
    Incorporate code review feedback from Chris...
    - minor restructure of ParseMemberReferenceExpr logic. The last statement
    is now the instantiation of the AST node (which I like a lot and will conform
    to throughout Sema).
    - declare StmtClassNameTable const.
    - reword an error diagnostic.
    - install the correct type for ParseSizeOfAlignOfTypeExpr. Added hook in
    ASTContext. For now, simply return Context.UnsignedLongTy. Added a FIXME
    to revisit (i.e. compute using TargetInfo).
    
    llvm-svn: 39374
    92e30f8c
Loading