Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 120297 | ||||
* | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall | 2010-11-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | of the ASTs. Only available in assertions builds. No stability guarantee. This is intended solely as a debugging tool. I'm not sure if the goals are sufficiently aligned with the XML printer to allow a common implementation. Currently just falls back on the StmtDumper to display statements, which means it doesn't produce valid XML in those cases. llvm-svn: 120088 | ||||
* | getNumErrors() -> hasErrorOccurred() | Argyrios Kyrtzidis | 2010-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 119765 | ||||
* | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne | 2010-08-24 | 1 | -0/+155 |
r110903 introduced a dependency from Frontend to every library that declared an Action by introducing Action references that previously resided in the driver in the file ExecuteCompilerInvocation.cpp. This patch moves ExecuteCompilerInvocation to a new library named FrontendTool which is intended to bear these dependencies. llvm-svn: 111873 |