Adding checks and diagnostics which fall under Concepts TS[dcl.spec.concept]p5:
function concepts are required to have 'bool' return type.
Adding checks and diagnostics which fall under Concepts TS[dcl.spec.concept]p6:
variable concepts are required to have 'bool' declaration type.
Remove a test in Parser which caused a regression due to the new checks.
The declared return type here is bool (N4567 subclause 7.1.6.4 [dcl.spec.auto] paragraph 2).