]> granicus.if.org Git - clang/commit
Diagnose the use of "inline" on block-scope function declarations in
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 11:44:10 +0000 (11:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 11:44:10 +0000 (11:44 +0000)
commited328c6129152f66771c3bed338a2e6e13e4e230
treedfcae614419d1d78f16b948935554cb3a68a41e9
parent2d490f2d8a9a093e6e36b07b70993ae739cad803
Diagnose the use of "inline" on block-scope function declarations in
C++, from Andrea Nall!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110439 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p3.cpp