[all-commits] [llvm/llvm-project] 80fda7: [clang][Sema][NFC] Make a bunch of things const if...

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Apr 20 03:24:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80fda7a346630e490e8bc3a9cc0d5e0d35526ecb
      https://github.com/llvm/llvm-project/commit/80fda7a346630e490e8bc3a9cc0d5e0d35526ecb
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
    M clang/include/clang/AST/DeclarationName.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/DeclarationName.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaOpenMP.cpp

  Log Message:
  -----------
  [clang][Sema][NFC] Make a bunch of things const if possible

And some general code style cleanup.

Differential Revision: https://reviews.llvm.org/D148696




More information about the All-commits mailing list