summaryrefslogtreecommitdiff
path: root/source/compiler/aslerror.c
Commit message (Expand)AuthorAgeFilesLines
* Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
* iASL: Additional fixes for error reporting.Robert Moore2022-08-121-1/+0
* Improve an iASL error messageRobert Moore2022-03-181-1/+2
* Update copyright notices to the year 2022Robert Moore2022-02-171-1/+1
* Fix potential infinite loop due to type mismatchColin Ian King2021-03-301-1/+1
* iASL: fix typo in error message, erro -> errorColin Ian King2021-03-181-2/+2
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* ACPICA: fix -WfallthroughNick Desaulniers2020-11-131-1/+1
* iASL: clean up loop counter mismatch with upper boundColin Ian King2020-07-061-1/+1
* iASL: implement custom iASL macro for expected errorsErik Kaneda2020-03-181-0/+101
* iASL: add line number and file name for compiler error checksErik Kaneda2020-03-181-3/+11
* iASL: trivial code clean-up and function renaming, no functional changeErik Kaneda2020-03-181-4/+6
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* iASL: print extra message inside of suberror nodesErik Kaneda2020-01-071-1/+8
* aslerror.c - fix some typos/misspellingsRobert Moore2019-12-111-16/+18
* iASL: switch to the correct file during error node creationErik Schmauss2019-12-111-1/+13
* iASL: abort with an error when current file is not foundErik Schmauss2019-10-311-5/+0
* Revert "iASL: use .src file handle only for include file error messages"Erik Schmauss2019-04-181-10/+2
* iASL: use .src file handle only for include file error messagesErik Schmauss2019-04-041-2/+10
* iASL: trivial clean up, no functional changeErik Schmauss2019-04-041-4/+6
* iASL: perform analysis and code generation after parsing all tablesErik Schmauss2019-04-021-3/+13
* iASL: fix ww option by using the correct variable to index the arrayErik Schmauss2019-03-131-1/+1
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* iASL: add the ability to report specific warnings or remarks as errorsErik Schmauss2018-12-111-4/+93
* Use %d for signed int print formatting instead of %uColin Ian King2018-10-041-2/+2
* iASL: Standardize names for all global variablesRobert Moore2018-09-201-51/+51
* iASL: add check for ignored exceptions in AslCommonErrorErik Schmauss2018-02-071-0/+7
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* iASL: trivial style fixes and indent suberror message when printedErik Schmauss2017-09-131-49/+51
* iASL: adding extra check to avoid NULL dereference of SourceFileErik Schmauss2017-09-081-0/+6
* iASL: Automated cleanup; no functional changeRobert Moore2017-09-081-2/+2
* iASL: adding mechanism for error messages that refer to multiple parse nodesErik Schmauss2017-09-051-197/+363
* iASL: refactor iASL common error functions and add suberror fieldErik Schmauss2017-09-051-74/+126
* iASL: Move all allocation functions to new modulesRobert Moore2017-09-011-2/+2
* iASL: move error check inside AslCommonErrorErik Schmauss2017-08-281-8/+5
* iASL: change -vw option to ignore errors in addition to warnings and remarksErik Schmauss2017-08-251-3/+4
* iASL: add option to expect specific compilation remarks/warnings/errorsErik Schmauss2017-07-181-3/+162
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* iASL: Update for code formatting, no functional changesRobert Moore2015-10-141-16/+19
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* De-macroize calls to standard C library functions.Robert Moore2015-06-091-3/+3
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-1001/+1001
* source and test: update copyright notices to 2015David E. Box2015-01-231-1001/+1001
* iASL: Add global to differentiate parser-detected errors.Robert Moore2014-11-201-0/+2
* iASL: Improve cacheing, reduce memory leaks.Robert Moore2014-08-131-4/+4
* iASL: Improve handling of exception code blocks.Robert Moore2014-04-111-88/+71