[all-commits] [llvm/llvm-project] ea8aeb: [analyzer] Move unexecuted test block into it's ow...

isuckatcs via All-commits all-commits at lists.llvm.org
Thu Oct 20 05:15:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea8aebf9eb7f0762d357e02524be9f65cfdb4f58
      https://github.com/llvm/llvm-project/commit/ea8aebf9eb7f0762d357e02524be9f65cfdb4f58
  Author: isuckatcs <65320245+isuckatcs at users.noreply.github.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    A clang/test/Analysis/lambdas-modern.cpp
    M clang/test/Analysis/lambdas.cpp

  Log Message:
  -----------
  [analyzer] Move unexecuted test block into it's own source file

Inside lambdas.cpp a block of code wasn't executed,
because it required the standard to be at least c++14.
This patch moves this block of code into it's own
source file and makes sure it's tested.

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




More information about the All-commits mailing list