| commit | 3c613d608da68fe34ab45c093f7765a7f83cbdba | [log] [tgz] |
|---|---|---|
| author | Davide Italiano <davide@freebsd.org> | Sat Apr 25 20:20:04 2015 +0000 |
| committer | Davide Italiano <davide@freebsd.org> | Sat Apr 25 20:20:04 2015 +0000 |
| tree | e8e0365deebd6a4919354f73e9371f6453a9b39d | |
| parent | 81bd06d787f9934f4ee8bd491b7ea389c9b05019 [diff] |
[Sema] Check if a builtin is FunctionPrototype(). Don't assume it's always is. This prevents a crash in Sema while trying to merge return type for a builtin w/out function prototype. PR: 23086 Differential Revision: http://reviews.llvm.org/D9235 Reviewed by: rsmith llvm-svn: 235806