Changeset View
Changeset View
Standalone View
Standalone View
unittests/ScopPassManager/PassManagerTest.cpp
#include "llvm/IR/PassManager.h" | |||||
#include "polly/CodeGen/IslAst.h" | #include "polly/CodeGen/IslAst.h" | ||||
#include "polly/DependenceInfo.h" | #include "polly/DependenceInfo.h" | ||||
#include "polly/ScopPass.h" | #include "polly/ScopPass.h" | ||||
#include "llvm/Analysis/AliasAnalysis.h" | #include "llvm/Analysis/AliasAnalysis.h" | ||||
#include "llvm/Analysis/CGSCCPassManager.h" | #include "llvm/Analysis/CGSCCPassManager.h" | ||||
#include "llvm/IR/PassManager.h" | |||||
grosser: Please update clang to the latest version. Then this formatting difference should go away. | |||||
#include "llvm/Passes/PassBuilder.h" | #include "llvm/Passes/PassBuilder.h" | ||||
#include "llvm/Transforms/Scalar/LoopPassManager.h" | #include "llvm/Transforms/Scalar/LoopPassManager.h" | ||||
#include "gtest/gtest.h" | #include "gtest/gtest.h" | ||||
using namespace polly; | using namespace polly; | ||||
using namespace llvm; | using namespace llvm; | ||||
namespace { | namespace { | ||||
▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines |
Please update clang to the latest version. Then this formatting difference should go away.