Rename files to be capitalized now that they are C++

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-08-30 22:47:59 +00:00
parent d6ddfb226f
commit ea0721c725
6 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
//===- c++-exception.cpp - Exception handling support for C++ exceptions --===//
//===- C++-Exception.cpp - Exception handling support for C++ exceptions --===//
//
// This file defines the methods used to implement C++ exception handling in
// terms of the invoke and %llvm.unwind intrinsic. These primitives implement
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
#include "c++-exception.h"
#include "C++-Exception.h"
#include <cstdlib>
#include <cstdarg>