]> granicus.if.org Git - clang/commit
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
authorJohn McCall <rjmccall@apple.com>
Sat, 21 Aug 2010 22:46:04 +0000 (22:46 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 21 Aug 2010 22:46:04 +0000 (22:46 +0000)
commitee79a4c30e5d1c5285551c9a25b8ec6d45d46aa7
tree646cd47265c995749e077b9f2e620436a5007436
parentff58e3610f4e12094def69eb2d6dcb4330378d8f
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
it deserves its own enumerator.  Obviously the implementations should
closely follow the Itanium ABI except in cases of divergence.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111749 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
include/clang/Basic/TargetOptions.h
lib/AST/ASTContext.cpp
lib/AST/CXXABI.h
lib/AST/ItaniumCXXABI.cpp
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/ItaniumCXXABI.cpp