libcxxabi: Rename .hpp files to .h

LLVM uses .h as its extension for header files.

Differential Revision: https://reviews.llvm.org/D65981

llvm-svn: 368604
This commit is contained in:
Nico Weber 2019-08-12 19:11:23 +00:00
parent c3b93bed29
commit 086048df04
16 changed files with 20 additions and 20 deletions

View File

@ -14,8 +14,8 @@
#include <cstdlib>
#include "abort_message.h"
#include "cxxabi.h"
#include "cxa_handlers.hpp"
#include "cxa_exception.hpp"
#include "cxa_handlers.h"
#include "cxa_exception.h"
#include "private_typeinfo.h"
#include "include/atomic_support.h"

View File

@ -14,8 +14,8 @@
#include <exception> // for std::terminate
#include <cstring> // for memset
#include "cxa_exception.hpp"
#include "cxa_handlers.hpp"
#include "cxa_exception.h"
#include "cxa_handlers.h"
#include "fallback_malloc.h"
#include "include/atomic_support.h"

View File

@ -1,4 +1,4 @@
//===------------------------- cxa_exception.hpp --------------------------===//
//===------------------------- cxa_exception.h ----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
#include "cxa_exception.hpp"
#include "cxa_exception.h"
#include <__threading_support>

View File

@ -14,8 +14,8 @@
#include <exception>
#include "abort_message.h"
#include "cxxabi.h"
#include "cxa_handlers.hpp"
#include "cxa_exception.hpp"
#include "cxa_handlers.h"
#include "cxa_exception.h"
#include "private_typeinfo.h"
#include "include/atomic_support.h"

View File

@ -1,4 +1,4 @@
//===------------------------- cxa_handlers.cpp ---------------------------===//
//===------------------------- cxa_handlers.h -----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -15,8 +15,8 @@
#include "cxxabi.h"
#include <exception> // for std::terminate
#include "cxa_exception.hpp"
#include "cxa_handlers.hpp"
#include "cxa_exception.h"
#include "cxa_handlers.h"
namespace __cxxabiv1 {

View File

@ -17,8 +17,8 @@
#include <typeinfo>
#include "__cxxabi_config.h"
#include "cxa_exception.hpp"
#include "cxa_handlers.hpp"
#include "cxa_exception.h"
#include "cxa_handlers.h"
#include "private_typeinfo.h"
#include "unwind.h"

View File

@ -8,7 +8,7 @@
#include <exception>
#include "cxxabi.h"
#include "cxa_exception.hpp"
#include "cxa_exception.h"
namespace __cxxabiv1
{

View File

@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
#include <cassert>
#include "support/timer.hpp"
#include "support/timer.h"
namespace t1
{

View File

@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
#include <cassert>
#include "support/timer.hpp"
#include "support/timer.h"
// This test explicitly tests dynamic cast with types that have inaccessible
// bases.

View File

@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
#include <cassert>
#include "support/timer.hpp"
#include "support/timer.h"
// This test explicitly tests dynamic cast with types that have inaccessible
// bases.

View File

@ -10,7 +10,7 @@
#include <cassert>
#include <tuple>
#include "support/timer.hpp"
#include "support/timer.h"
template <std::size_t Indx, std::size_t Depth>
struct C

View File

@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
#include "support/timer.hpp"
#include "support/timer.h"
#include <iostream>
#include <string>
#include <cstdlib>

View File

@ -12,7 +12,7 @@
#include <__threading_support>
#include <unistd.h>
#include "../src/cxa_exception.hpp"
#include "../src/cxa_exception.h"
typedef __cxxabiv1::__cxa_eh_globals globals_t ;