[all-commits] [llvm/llvm-project] edbf2f: [analyzer] Fix a strange compile error on a certai...

NoQ via All-commits all-commits at lists.llvm.org
Wed Mar 11 06:54:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: edbf2fde14a2b50e64ea20a011b2a3242c75b4d9
      https://github.com/llvm/llvm-project/commit/edbf2fde14a2b50e64ea20a011b2a3242c75b4d9
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   2020-03-11 (Wed, 11 Mar 2020)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp

  Log Message:
  -----------
  [analyzer] Fix a strange compile error on a certain Clang-7.0.0

error: default initialization of an object of const type
       'const clang::QualType' without a user-provided
       default constructor

  Irrelevant; // A placeholder, whenever we do not care about the type.
  ^
            {}




More information about the All-commits mailing list