Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmArgumentParser: Fix -Wcomma warning | Brad King | 2019-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | Clang `-Wcomma` warns: ``` Source/cmArgumentParser.cxx:58:42: warning: possible misuse of comma operator this->CurrentList = (val.emplace_back(), &val.back()); ^ ``` This was introduced by commit 4359fe133b (Introduce cmArgumentParser, 2019-03-23). Suppress it with the suggested cast. | ||||
* | Introduce cmArgumentParser | Regina Pfeifer | 2019-04-04 | 1 | -0/+93 |