summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/explicit-bool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-16/+16
| | | | | | | | | | | | | user interface and documentation, and update __cplusplus for C++20. WG21 considers the C++20 standard to be finished (even though it still has some more steps to pass through in the ISO process). The old flag names are accepted for compatibility, as usual, and we still have lots of references to C++2a in comments and identifiers; those can be cleaned up separately. (cherry picked from commit 24ad121582454e625bdad125c90d9ac0dae948c8)
* Add extra test file forgotten in 45d7080.Richard Smith2020-01-171-0/+62
(cherry picked from commit b78e8e0d79c47a6698a0abc10a37b8a253cb6064)
OpenPOWER on IntegriCloud