]> granicus.if.org Git - clang/commit
Make all 'is in extern "C"' tests use the lexical context.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 5 May 2013 20:15:21 +0000 (20:15 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 5 May 2013 20:15:21 +0000 (20:15 +0000)
commitd8ffd0b7b61566f15a67192883a607f7703bcece
tree1589b51840a6db685aa0913ea7c019eef0f47e36
parent287f24d3991994b9a263af9e2a873f4feadfb8fa
Make all 'is in extern "C"' tests use the lexical context.

I was not able to find a case (other than the fix in r181163) where this
makes a difference, but it is a more obviously correct API to have.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181165 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaDecl.cpp