diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-30 22:47:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-30 22:47:59 +0000 |
commit | ea0721c725e5643620e5edb25ae7d241c6d1b708 (patch) | |
tree | e5d6c26ba037e0dd6e274c2b2193d4611a1915fd | |
parent | d6ddfb226fce8a9f96f4f0948429976edc46c921 (diff) | |
download | external_llvm-ea0721c725e5643620e5edb25ae7d241c6d1b708.zip external_llvm-ea0721c725e5643620e5edb25ae7d241c6d1b708.tar.gz external_llvm-ea0721c725e5643620e5edb25ae7d241c6d1b708.tar.bz2 |
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
-rw-r--r-- | runtime/GCCLibraries/crtend/C++-Exception.cpp | 4 | ||||
-rw-r--r-- | runtime/GCCLibraries/crtend/C++-Exception.h | 4 | ||||
-rw-r--r-- | runtime/GCCLibraries/crtend/SJLJ-Exception.h | 4 | ||||
-rw-r--r-- | runtime/GCCLibraries/libexception/C++-Exception.cpp | 4 | ||||
-rw-r--r-- | runtime/GCCLibraries/libexception/C++-Exception.h | 4 | ||||
-rw-r--r-- | runtime/GCCLibraries/libexception/SJLJ-Exception.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/runtime/GCCLibraries/crtend/C++-Exception.cpp b/runtime/GCCLibraries/crtend/C++-Exception.cpp index e22d61c..cccb4a8 100644 --- a/runtime/GCCLibraries/crtend/C++-Exception.cpp +++ b/runtime/GCCLibraries/crtend/C++-Exception.cpp @@ -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> diff --git a/runtime/GCCLibraries/crtend/C++-Exception.h b/runtime/GCCLibraries/crtend/C++-Exception.h index 56cc21a..133f43a 100644 --- a/runtime/GCCLibraries/crtend/C++-Exception.h +++ b/runtime/GCCLibraries/crtend/C++-Exception.h @@ -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> diff --git a/runtime/GCCLibraries/crtend/SJLJ-Exception.h b/runtime/GCCLibraries/crtend/SJLJ-Exception.h index 4063cc2c..103b6d6 100644 --- a/runtime/GCCLibraries/crtend/SJLJ-Exception.h +++ b/runtime/GCCLibraries/crtend/SJLJ-Exception.h @@ -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 { diff --git a/runtime/GCCLibraries/libexception/C++-Exception.cpp b/runtime/GCCLibraries/libexception/C++-Exception.cpp index e22d61c..cccb4a8 100644 --- a/runtime/GCCLibraries/libexception/C++-Exception.cpp +++ b/runtime/GCCLibraries/libexception/C++-Exception.cpp @@ -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> diff --git a/runtime/GCCLibraries/libexception/C++-Exception.h b/runtime/GCCLibraries/libexception/C++-Exception.h index 56cc21a..133f43a 100644 --- a/runtime/GCCLibraries/libexception/C++-Exception.h +++ b/runtime/GCCLibraries/libexception/C++-Exception.h @@ -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> diff --git a/runtime/GCCLibraries/libexception/SJLJ-Exception.h b/runtime/GCCLibraries/libexception/SJLJ-Exception.h index 4063cc2c..103b6d6 100644 --- a/runtime/GCCLibraries/libexception/SJLJ-Exception.h +++ b/runtime/GCCLibraries/libexception/SJLJ-Exception.h @@ -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 { |