llvm-project/clang/test/CXX/stmt.stmt
shafik 6333871f85 Add diagnostic for for-range-declaration being specificed with thread_local
Currently we have a diagnostic that catches the other storage class specifies for the range based for loop declaration but we miss the thread_local case. This changes adds a diagnostic for that case as well.

Differential Revision: https://reviews.llvm.org/D92671
2020-12-04 15:06:35 -08:00
..
stmt.ambig
stmt.dcl
stmt.iter/stmt.ranged Add diagnostic for for-range-declaration being specificed with thread_local 2020-12-04 15:06:35 -08:00
stmt.label
stmt.select Refactor the way we handle diagnosing unused expression results. 2019-01-04 16:58:14 +00:00