[all-commits] [llvm/llvm-project] 96dea2: [NFC] Make 1st param to getTemplateInstantiationAr...

Erich Keane via All-commits all-commits at lists.llvm.org
Mon Feb 28 12:14:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96dea2015554d1bf1e095ea82bc57d9229bd5fd5
      https://github.com/llvm/llvm-project/commit/96dea2015554d1bf1e095ea82bc57d9229bd5fd5
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2022-02-28 (Mon, 28 Feb 2022)

  Changed paths:
    M clang/include/clang/AST/ASTLambda.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaTemplateInstantiate.cpp

  Log Message:
  -----------
  [NFC] Make 1st param to getTemplateInstantiationArgs const correct

The function doesn't modify anything, and took minimal effort to get
const-correct, AND is necessary for a patch I've been working on for
concepts.




More information about the All-commits mailing list