]> granicus.if.org Git - clang/commit
Fix bug in __extension__ handling for declarations, from Abramo
authorDouglas Gregor <dgregor@apple.com>
Wed, 26 Aug 2009 14:27:30 +0000 (14:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 26 Aug 2009 14:27:30 +0000 (14:27 +0000)
commit91a2886d558ea6ca7a0bed73ab5acea5ae78eac2
tree1d297e1668b7e3054281c81b3896097f33669c10
parenteb1a1b6df0ba8d6d42e16f056cf54a2c87780ffe
Fix bug in __extension__ handling for declarations, from Abramo
Bagnara with a fix from Enea Zaffanella!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80094 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
include/clang/Parse/DeclSpec.h
lib/Parse/ParseDecl.cpp
test/Sema/implicit-int.c