Age | Commit message (Expand) | Author |
---|---|---|
2009-11-17 | Remove unused program action. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-15 | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar |
2009-11-14 | Move the program action enum to FrontendOptions. | Daniel Dunbar |
2009-11-14 | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar |
2009-11-13 | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Move -target-{triple,abi} options into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Move code completion options to clang-cc | Daniel Dunbar |
2009-11-12 | Move FixItAtLocations into FrontendOptions | Daniel Dunbar |
2009-11-12 | Add FrontendOptions, and starting moving clang-cc to it. | Daniel Dunbar |