diff options
| author | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2017-09-12 00:21:17 +0000 |
|---|---|---|
| committer | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2017-09-12 00:21:17 +0000 |
| commit | b1bb99d66a5290bb6a7362a710d4ee2874f29ce3 (patch) | |
| tree | e6eea579f65447e6a939f2e640df6de49af0adce /clang/lib/AST | |
| parent | 37c019afab7633364b929177e3d767f439ae62c3 (diff) | |
| download | bcm5719-llvm-b1bb99d66a5290bb6a7362a710d4ee2874f29ce3.tar.gz bcm5719-llvm-b1bb99d66a5290bb6a7362a710d4ee2874f29ce3.zip | |
Fix broken links to the Itanium CXX ABI
llvm-svn: 312986
Diffstat (limited to 'clang/lib/AST')
| -rw-r--r-- | clang/lib/AST/ItaniumMangle.cpp | 2 | ||||
| -rw-r--r-- | clang/lib/AST/RecordLayoutBuilder.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/AST/ItaniumMangle.cpp b/clang/lib/AST/ItaniumMangle.cpp index 95be23f26f1..dbda7a5dbd4 100644 --- a/clang/lib/AST/ItaniumMangle.cpp +++ b/clang/lib/AST/ItaniumMangle.cpp @@ -11,7 +11,7 @@ // which is used in GCC 3.2 and newer (and many compilers that are // ABI-compatible with GCC): // -// http://mentorembedded.github.io/cxx-abi/abi.html#mangling +// http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling // //===----------------------------------------------------------------------===// #include "clang/AST/Mangle.h" diff --git a/clang/lib/AST/RecordLayoutBuilder.cpp b/clang/lib/AST/RecordLayoutBuilder.cpp index 5c1d43b0f4b..fe66a5662a0 100644 --- a/clang/lib/AST/RecordLayoutBuilder.cpp +++ b/clang/lib/AST/RecordLayoutBuilder.cpp @@ -2084,7 +2084,7 @@ static bool mustSkipTailPadding(TargetCXXABI ABI, const CXXRecordDecl *RD) { // rules, we should implement the restrictions about over-sized // bitfields: // - // http://mentorembedded.github.com/cxx-abi/abi.html#POD : + // http://itanium-cxx-abi.github.io/cxx-abi/abi.html#POD : // In general, a type is considered a POD for the purposes of // layout if it is a POD type (in the sense of ISO C++ // [basic.types]). However, a POD-struct or POD-union (in the |

