]> granicus.if.org Git - clang/commit
-fms-extensions: Recognize _alloca as an alias for the alloca builtin
authorReid Kleckner <reid@kleckner.net>
Wed, 13 Nov 2013 22:58:53 +0000 (22:58 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 13 Nov 2013 22:58:53 +0000 (22:58 +0000)
commit6526de425dbfd368407566ff123b5bdc0924859a
tree870d258cc0de0e0014d46461e10358ed6c0eed77
parentf2941ec5bfcce36feffac514582d168b4e0ef811
-fms-extensions: Recognize _alloca as an alias for the alloca builtin

Differential Revision: http://llvm-reviews.chandlerc.com/D1989

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194617 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-ms.c [new file with mode: 0644]