[all-commits] [llvm/llvm-project] c0e5e3: [Ignore Expressions] Fix performance regression by...

Eduardo Caldas via All-commits all-commits at lists.llvm.org
Wed Sep 9 00:33:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c0e5e3fbfa504c3792023d0db9008b08caa6b6d7
      https://github.com/llvm/llvm-project/commit/c0e5e3fbfa504c3792023d0db9008b08caa6b6d7
  Author: Eduardo Caldas <ecaldas at google.com>
  Date:   2020-09-09 (Wed, 09 Sep 2020)

  Changed paths:
    M clang/include/clang/AST/IgnoreExpr.h
    M clang/lib/AST/CMakeLists.txt
    R clang/lib/AST/IgnoreExpr.cpp

  Log Message:
  -----------
  [Ignore Expressions] Fix performance regression by inlining `Ignore*SingleStep`

We also add a `const` versions of `IgnoreExprNodes`

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




More information about the All-commits mailing list