-//===- 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
//
//===----------------------------------------------------------------------===//
-#include "c++-exception.h"
+#include "C++-Exception.h"
#include <cstdlib>
#include <cstdarg>
-//===- 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.
#ifndef CXX_EXCEPTION_H
#define CXX_EXCEPTION_H
-#include "exception.h"
+#include "Exception.h"
#include <typeinfo>
#include <cassert>
-//===- 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.
#ifndef SJLJ_EXCEPTION_H
#define SJLJ_EXCEPTION_H
-#include "exception.h"
+#include "Exception.h"
#include <cassert>
struct llvm_sjlj_exception {
-//===- 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
//
//===----------------------------------------------------------------------===//
-#include "c++-exception.h"
+#include "C++-Exception.h"
#include <cstdlib>
#include <cstdarg>
-//===- 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.
#ifndef CXX_EXCEPTION_H
#define CXX_EXCEPTION_H
-#include "exception.h"
+#include "Exception.h"
#include <typeinfo>
#include <cassert>
-//===- 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.
#ifndef SJLJ_EXCEPTION_H
#define SJLJ_EXCEPTION_H
-#include "exception.h"
+#include "Exception.h"
#include <cassert>
struct llvm_sjlj_exception {