[all-commits] [llvm/llvm-project] fc115f: [Polly] Move SimplifyVisitor into polly namespace.

Michael Kruse via All-commits all-commits at lists.llvm.org
Mon Nov 16 17:00:53 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc115f2e73a2049211efa231b6c54c29248efdf5
      https://github.com/llvm/llvm-project/commit/fc115f2e73a2049211efa231b6c54c29248efdf5
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
    M polly/include/polly/Simplify.h
    M polly/lib/Transform/Simplify.cpp

  Log Message:
  -----------
  [Polly] Move SimplifyVisitor into polly namespace.

Declarations in headers should not be in the anonymous
namespace. Compilers also warn about the use of
<anon namespace>::SimplifyVisitor as a public field in
polly::SimplifyPass and polly::SimplifyPrinterPass.




More information about the All-commits mailing list