]> granicus.if.org Git - clang/commit
AST: Remove dead-code/update reference to standard
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 15 May 2014 06:25:57 +0000 (06:25 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 15 May 2014 06:25:57 +0000 (06:25 +0000)
commit7eaa924ed25330b5a9aff7d0262dbcbd93eaf593
tree2599762e10d78de1e00b7c3ee49f12060b658e89
parentbef5d7996387ce036872e8b0404126f6528a20b7
AST: Remove dead-code/update reference to standard

GetGVALinkageForFunction handles TSK_ExplicitInstantiationDeclaration
twice, remove the redundant code trying to handle it again.

While we are here, update the reference we make to the standard.  It
seems like another paragraph was added causing this text to get
renumbered.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208850 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp