llvm-capstone/clang/lib/Frontend/FrontendTiming.cpp
Fangrui Song 524b3c1810 Fix file headers. NFC
llvm-svn: 355176
2019-03-01 06:49:51 +00:00

20 lines
610 B
C++

//===- FrontendTiming.cpp - Implements Frontend timing utils -------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file keps implementation of frontend timing utils.
//
//===----------------------------------------------------------------------===//
#include "clang/Frontend/Utils.h"
namespace clang {
bool FrontendTimesIsEnabled = false;
}