]> granicus.if.org Git - clang/commit
add codegen support for __func__ and friends, producing the same
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 05:18:02 +0000 (05:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 05:18:02 +0000 (05:18 +0000)
commit35345640442594acbc29445fbde4874a6e4c860a
tree9f38f4a8a57e350fb2c20fe330b85aa3beafe17a
parentb0da923653601191c4f60bdc284feae376d28cda
add codegen support for __func__ and friends, producing the same
output that GCC does.  rdar://6440297

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60922 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp