]> granicus.if.org Git - clang/commit
Support arithmetic on pointer-to-function types as a GNU
authorDouglas Gregor <dgregor@apple.com>
Fri, 23 Jan 2009 00:36:41 +0000 (00:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 23 Jan 2009 00:36:41 +0000 (00:36 +0000)
commitc983b86514d14dd4b30147bf6791dde9487d2c3f
tree07d79ad962013eb73d0a1fd29b5d23971e48e919
parent990bd1edb54d439c6f59ec3917c873f61ad21fb7
Support arithmetic on pointer-to-function types as a GNU
extension. Addresses clang PR/3371.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62823 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaExpr.cpp
test/Sema/pointer-addition.c