Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give backtraces for diagnostics from macros and include files. | Tavian Barnes | 2010-04-18 | 1 | -1/+3 |
| | | | | | Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle. | ||||
* | Preliminary support for global_settings. | Tavian Barnes | 2010-03-09 | 1 | -1/+30 |
| | |||||
* | Fix #line off-by-one :) | Tavian Barnes | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Add #line markers to {common,grammar,directives}.{prologue,declarations,...}. | Tavian Barnes | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | Implement #declare, #local, and #undef in middle tier. | Tavian Barnes | 2010-02-01 | 1 | -521/+3 |
| | | | | Oh God this is ugly... | ||||
* | Split grammar.y to allow code re-use. | Tavian Barnes | 2010-01-29 | 1 | -0/+562 |