[all-commits] [llvm/llvm-project] 3c50f0: Add const information about AST nodes used to cons...

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Tue Nov 8 03:11:53 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c50f0d879bf73e7cf64c83017ccb442d780aae6
      https://github.com/llvm/llvm-project/commit/3c50f0d879bf73e7cf64c83017ccb442d780aae6
  Author: Dani Ferreira Franco Moura <danimoura at google.com>
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
    M clang/include/clang/Analysis/CFG.h

  Log Message:
  -----------
  Add const information about AST nodes used to construct CFG elements.

Most constructors and destructors in CFG.h already specify const arguments, but some are missing this.

Reviewed By: gribozavr2, krasimir

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




More information about the All-commits mailing list