blob: 9ea7347e77977927cfbf0b0ea6d27b92f12e451e [file] [log] [blame]
//===- 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;
}