summaryrefslogtreecommitdiffstats
path: root/src/Detect.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation and comments to use https links where possibleBrad King2020-02-131-1/+1
|
* Revise C++ coding style using clang-formatKitware Robot2016-11-101-4/+2
| | | | | | | | | | | | | Run the `src/clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. Fix expected test output for new line numbers. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Add --castxml-cc-<id> option to specify compiler commandBrad King2014-02-141-0/+28
Add members to the Options struct to hold the preprocessor and target settings detected from a given compiler command. Add an API to fill in the members.