summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix diagnostic formatting regression caused by adaa91a33eb2cf23b88.Nico Weber2013-07-191-1/+1
| | | | | | | | | | | | | Ninja regressed to include a location for every file on the include stack for nested diagnostics, i.e. it would print: input:1: include.ninja:1: expected path Fix this so that it prints only the current file location, like it used to: include.ninja:1: expected path Also add a test for this.
* Remove a few unused includes.Nico Weber2013-05-121-3/+0
|
* block parse method doneRobert Iannucci2012-11-101-0/+1
|
* Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-0/+71
So it matches with the class name in there. Signed-off-by: Thiago Farina <tfarina@chromium.org>