[polly] 7a1bcf9 - [polly] NFC clang-format change following D83564

via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 12 10:59:12 PDT 2020


Author: mydeveloperday
Date: 2020-07-12T18:58:53+01:00
New Revision: 7a1bcf9f9a95fca9dcf8e42f8eb845db3643fffb

URL: https://github.com/llvm/llvm-project/commit/7a1bcf9f9a95fca9dcf8e42f8eb845db3643fffb
DIFF: https://github.com/llvm/llvm-project/commit/7a1bcf9f9a95fca9dcf8e42f8eb845db3643fffb.diff

LOG: [polly] NFC clang-format change following D83564

Added: 
    

Modified: 
    polly/lib/Analysis/ScopDetection.cpp

Removed: 
    


################################################################################
diff  --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp
index abe189f3e890..53d0b705c055 100644
--- a/polly/lib/Analysis/ScopDetection.cpp
+++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -383,7 +383,7 @@ ScopDetection::ScopDetection(Function &F, const DominatorTree &DT,
 
 template <class RR, typename... Args>
 inline bool ScopDetection::invalid(DetectionContext &Context, bool Assert,
-                                   Args &&... Arguments) const {
+                                   Args &&...Arguments) const {
   if (!Context.Verifying) {
     RejectLog &Log = Context.Log;
     std::shared_ptr<RR> RejectReason = std::make_shared<RR>(Arguments...);


        


More information about the llvm-commits mailing list