Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1134 - Make ASTLocusTag's text optional | Sven Gothel | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ↵ | Sven Gothel | 2015-03-08 | 1 | -10/+4 |
| | | | | | | | | ASTLocationTag log/exception formatting. Since commit eca019cdea4017227e951d8a9eb30cb34fca4a07, we have ASTLocationTag available. Hence use it for all logging purposes and emit a standard compiler output, which shall be parsable by other tools. | ||||
* | Bug 1134 - GlueGenException.toString(): Produce a 'gcc' like/compatible ↵ | Sven Gothel | 2015-03-06 | 1 | -1/+4 |
| | | | | error message | ||||
* | Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors while ↵ | Sven Gothel | 2015-03-06 | 1 | -0/+95 |
parsing / analyzing New GlueGenException supports ASTLocationTag, which will be throws in case of semantic and/or parsing errors. |