summaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptLexer.h
Commit message (Expand)AuthorAgeFilesLines
* [lld/elf] Use C++17 nested namespace syntax in most placesNico Weber2022-08-101-4/+2
* [ELF] Clean up headers. NFCFangrui Song2022-02-071-2/+1
* [ELF] Optimize ScriptLexer::getLineNumber by caching the previous line number...Colin Cross2021-06-221-0/+3
* [LLD][ELF] - Linkerscript: report location for the "unclosed comment in a lin...Georgii Rymar2020-07-241-1/+1
* [ELF] For relative paths in INPUT() and GROUP(), search the directory of the ...Fangrui Song2020-04-221-2/+3
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-11/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLD][ELD] - Do not reject INFO output section type when used with a start ad...George Rimar2018-08-281-0/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* [ELF] - Remove ScriptLexer::Error field and check ErrorCount instead.George Rimar2017-08-041-1/+0
* Handle ":" as a regular token character in linker scripts.Rui Ueyama2017-03-091-1/+2
* Apply different tokenization rules to linker script expressions.Rui Ueyama2017-02-151-0/+2
* Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama2017-02-141-0/+53