summaryrefslogtreecommitdiff
path: root/srcpos.h
Commit message (Expand)AuthorAgeFilesLines
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-15/+1
* annotations: add the annotation functionalityJulia Lawall2018-11-191-0/+3
* annotations: add positionsJulia Lawall2018-11-191-0/+4
* srcpos: Remove srcpos_emptyDavid Gibson2018-11-141-7/+0
* Revert "annotations: add positions"David Gibson2018-11-141-3/+0
* annotations: add positionsJulia Lawall2018-11-131-0/+3
* Remove leading underscores from identifiersDavid Gibson2017-10-261-3/+3
* Clean up gcc attributesDavid Gibson2017-03-061-6/+5
* Remove unused srcpos_dump() functionDavid Gibson2016-07-131-1/+0
* Make srcpos_{v,}error() more widely usefulDavid Gibson2014-01-011-4/+6
* Fix typo in type of srcpos_verror() et al.David Gibson2014-01-011-2/+2
* Remove unused srcpos_warn() functionDavid Gibson2014-01-011-2/+0
* Use stdbool more widelyDavid Gibson2013-10-281-1/+2
* dtc: cpp co-existence: add support for #line directivesStephen Warren2012-09-281-0/+2
* dtc: Add -i option to support search pathsSimon Glass2012-03-181-0/+29
* dtc: Implement -d option to write out a dependency fileStephen Warren2012-01-131-0/+1
* Create new and use new print_error that uses printf style formatting.John Bonesio2010-10-201-0/+2
* dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarationsDavid Gibson2010-01-141-45/+27
* dtc: Cleanup line number tracking, add column number trackingDavid Gibson2010-01-141-1/+2
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-15/+12
* Enhance source position implementation.Jon Loeliger2008-10-031-2/+21
* dtc: Remove ugly include stack abuseDavid Gibson2008-03-231-3/+0
* dtc: Fix error reporting in push_input_file()David Gibson2008-03-231-1/+1
* Remove const from dtc_file::dir.Scott Wood2008-01-111-1/+1
* Look for include files in the directory of the including file.Scott Wood2008-01-041-8/+20
* Add yyerrorf() for formatted error messages.Scott Wood2008-01-041-0/+1
* dtc: move declaration of yyerrorMilton Miller2007-07-071-0/+1
* DTC: Incorporate some review suggestions.Jon Loeliger2007-03-281-2/+5
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-0/+71