]> granicus.if.org Git - clang/commitdiff
AST: Update URL for Itanium ABI spec
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 13 Dec 2013 00:54:42 +0000 (00:54 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 13 Dec 2013 00:54:42 +0000 (00:54 +0000)
The old URL hasn't worked for quite some time.  While we are here, also
change the link so that it will send us straight to the mangling portion
of the ABI doc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197195 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ItaniumMangle.cpp

index e2d334b316db407433d821130fac70d10aa10275..245cc5e1647a7f00d909daa5b1bd1ff5845b7139 100644 (file)
@@ -11,7 +11,7 @@
 // which is used in GCC 3.2 and newer (and many compilers that are
 // ABI-compatible with GCC):
 //
-//   http://www.codesourcery.com/public/cxx-abi/abi.html
+//   http://mentorembedded.github.io/cxx-abi/abi.html#mangling
 //
 //===----------------------------------------------------------------------===//
 #include "clang/AST/Mangle.h"