Edit

kc3-lang/angle/src/compiler/preprocessor/new/DirectiveHandler.cpp

Branch :

  • Show log

    Commit

  • Author : alokp@chromium.org
    Date : 2012-05-24 02:17:43
    Hash : 36124de8
    Message : Implemented #error and #pragma directives. Added new tests and updated old ones for the new preprocessor API. Review URL: https://codereview.appspot.com/6213066 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1094 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • src/compiler/preprocessor/new/DirectiveHandler.cpp
  • //
    // Copyright (c) 2012 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 "DirectiveHandler.h"
    
    namespace pp
    {
    
    DirectiveHandler::~DirectiveHandler()
    {
    }
    
    }  // namespace pp