diff options
Diffstat (limited to 'llvm/include/llvm/Support/DebugCounter.h')
| -rw-r--r-- | llvm/include/llvm/Support/DebugCounter.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/DebugCounter.h b/llvm/include/llvm/Support/DebugCounter.h index 39a08d4..9904a0d 100644 --- a/llvm/include/llvm/Support/DebugCounter.h +++ b/llvm/include/llvm/Support/DebugCounter.h @@ -140,7 +140,7 @@ public:    }    // Iterate through the registered counters -  typedef UniqueVector<std::string> CounterVector; +  using CounterVector = UniqueVector<std::string>;    CounterVector::const_iterator begin() const {      return RegisteredCounters.begin();    }  | 
