chromium/third_party/angle/src/compiler/translator/InfoSink.cpp

//
// Copyright 2002 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//

#include "compiler/translator/InfoSink.h"

#include "compiler/translator/ImmutableString.h"
#include "compiler/translator/Symbol.h"
#include "compiler/translator/Types.h"

namespace sh
{

void TInfoSinkBase::prefix(Severity severity)
{}

TInfoSinkBase &TInfoSinkBase::operator<<(const ImmutableString &str)
{}

TInfoSinkBase &TInfoSinkBase::operator<<(const TType &type)
{}

void TInfoSinkBase::location(int file, int line)
{}

}  // namespace sh