summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/FrontendTiming.cpp
blob: 9ea7347e77977927cfbf0b0ea6d27b92f12e451e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//===- FronendTiming.cpp - Implements Frontend timing utils  --------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file keps implementation of frontend timing utils.
//
//===----------------------------------------------------------------------===//

#include "clang/Frontend/Utils.h"

namespace clang {

bool FrontendTimesIsEnabled = false;

}