summaryrefslogtreecommitdiffstats
path: root/lld/ELF/ScriptParser.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify ScriptParser.Rui Ueyama2016-12-011-1/+1
* Make get{Line,Column}Number members of StringParser.Rui Ueyama2016-12-011-1/+5
* [ELF] Print file:line for 'undefined section' errorsEugene Leviant2016-11-281-0/+1
* [ELF] Better error reporting for linker scriptsEugene Leviant2016-11-211-7/+7
* Rename skip(StringRef) -> consume(StringRef).Rui Ueyama2016-10-171-1/+1
* ELF: Add a skip() overload to ignore any tokenJustin Bogner2016-10-171-0/+1
* Remove dead ctor.Rui Ueyama2016-07-301-2/+0
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-291-2/+0
* Apply clang-tidy's misc-move-constructor-init to lld.Benjamin Kramer2016-06-031-1/+2
* Add `explicit`.Rui Ueyama2016-05-161-2/+3
* Use ScriptParserBase features to parse linker script expressions.Rui Ueyama2016-04-231-0/+1
* Devirtualize ScriptParserBase. NFC.Rui Ueyama2016-04-221-3/+0
* [lld] Fix build failure from r265600Adhemerval Zanella2016-04-061-0/+1
* [lld] [ELF] Add ScriptParserBase classAdhemerval Zanella2016-04-061-0/+50
OpenPOWER on IntegriCloud