summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/warn_binary_literals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split off the binary literal warning into a subgroup of C++14 warningsRichard Trieu2015-09-181-0/+5
Binary literals predate C++14, but they are listed as a C++14 extension since this was the first time they were standardized in the language. Move the warning into a subgroup so it can be selectively disabled when checking for other C++14 features. llvm-svn: 248064
OpenPOWER on IntegriCloud