[cfe-commits] [PATCH] make test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p3.cpp pass

Douglas Gregor dgregor at apple.com
Fri Aug 6 04:46:58 PDT 2010


On Jul 26, 2010, at 8:04 PM, Andrea Nall wrote:

> Checks for the "The inline specifier shall not appear on a block scope function declaration." part of C++ [dcl.dct.spec] p3

This is great, thank you! Committed here:

	http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20100802/032964.html

I made one small change: C doesn't seem to have this requirement, so I only perform the check in C++.

	- Doug



More information about the cfe-commits mailing list