Rename files to be capitalized now that they are C++
authorChris Lattner <sabre@nondot.org>
Sat, 30 Aug 2003 22:47:59 +0000 (22:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Aug 2003 22:47:59 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8230 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/C++-Exception.cpp
runtime/GCCLibraries/crtend/C++-Exception.h
runtime/GCCLibraries/crtend/SJLJ-Exception.h
runtime/GCCLibraries/libexception/C++-Exception.cpp
runtime/GCCLibraries/libexception/C++-Exception.h
runtime/GCCLibraries/libexception/SJLJ-Exception.h

index e22d61c823a498146fad927bad6630374c6da017..cccb4a8e0329d920d0f969bda5382b853ddf7e25 100644 (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>
 
index 56cc21ae256f52464de3dba44af82db64a9963f8..133f43a58ecc02ba81e4d6fe7fc0b692c27d48ee 100644 (file)
@@ -1,4 +1,4 @@
-//===- c++-exception.h - C++ Specific exception Handling --------*- C++ -*-===//
+//===- C++-Exception.h - C++ Specific Exception Handling --------*- C++ -*-===//
 //
 // This file defines the data structures and API used by the C++ exception
 // handling runtime library.
@@ -8,7 +8,7 @@
 #ifndef CXX_EXCEPTION_H
 #define CXX_EXCEPTION_H
 
-#include "exception.h"
+#include "Exception.h"
 #include <typeinfo>
 #include <cassert>
 
index 4063cc2c854f66e1a8b19a25902fb478165aced9..103b6d653f9fb93d66811d75b0a02d8b4c022d8b 100644 (file)
@@ -1,4 +1,4 @@
-//===- SJLJ-exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
+//===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
 //
 // This file defines the data structures and API used by the Setjmp/Longjmp
 // exception handling runtime library.
@@ -8,7 +8,7 @@
 #ifndef SJLJ_EXCEPTION_H
 #define SJLJ_EXCEPTION_H
 
-#include "exception.h"
+#include "Exception.h"
 #include <cassert>
 
 struct llvm_sjlj_exception {
index e22d61c823a498146fad927bad6630374c6da017..cccb4a8e0329d920d0f969bda5382b853ddf7e25 100644 (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>
 
index 56cc21ae256f52464de3dba44af82db64a9963f8..133f43a58ecc02ba81e4d6fe7fc0b692c27d48ee 100644 (file)
@@ -1,4 +1,4 @@
-//===- c++-exception.h - C++ Specific exception Handling --------*- C++ -*-===//
+//===- C++-Exception.h - C++ Specific Exception Handling --------*- C++ -*-===//
 //
 // This file defines the data structures and API used by the C++ exception
 // handling runtime library.
@@ -8,7 +8,7 @@
 #ifndef CXX_EXCEPTION_H
 #define CXX_EXCEPTION_H
 
-#include "exception.h"
+#include "Exception.h"
 #include <typeinfo>
 #include <cassert>
 
index 4063cc2c854f66e1a8b19a25902fb478165aced9..103b6d653f9fb93d66811d75b0a02d8b4c022d8b 100644 (file)
@@ -1,4 +1,4 @@
-//===- SJLJ-exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
+//===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
 //
 // This file defines the data structures and API used by the Setjmp/Longjmp
 // exception handling runtime library.
@@ -8,7 +8,7 @@
 #ifndef SJLJ_EXCEPTION_H
 #define SJLJ_EXCEPTION_H
 
-#include "exception.h"
+#include "Exception.h"
 #include <cassert>
 
 struct llvm_sjlj_exception {