llvm-project/clang/include
Aaron Ballman b904e68f13 No longer issue static lambda pedantic warning for pre-c++2b compat
We were accidentally issuing "static lambdas are incompatible with C++
standards before C++2b" with -pedantic because it was an ExtWarn
diagnostic rather than a Warning. This corrects the diagnostic category
and adds some test coverage.

Fixes #61582
2023-03-21 12:49:45 -04:00
..
clang No longer issue static lambda pedantic warning for pre-c++2b compat 2023-03-21 12:49:45 -04:00
clang-c [libclang] Fix documentation; NFC 2023-03-17 08:40:08 -04:00
CMakeLists.txt