summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Symbol: remove static access to CodeContext1270-remove-static-codecontext-accessDaniel Espinosa2022-01-031-14/+70
* SwitchSection: avoid static access to ReportDaniel Espinosa2022-01-031-1/+1
* SwitchLabel: avoid static access to ReportDaniel Espinosa2022-01-031-2/+2
* ReturnStatement: avoid static access to ReportDaniel Espinosa2022-01-031-1/+1
* Property: avoid static access to ReportDaniel Espinosa2022-01-031-2/+2
* PropertyAccessor: avoid static access to ReportDaniel Espinosa2022-01-031-2/+2
* Parameter: avoid static access to ReportDaniel Espinosa2022-01-031-1/+1
* ObjectCreationExpression: avoid static access to ReportDaniel Espinosa2022-01-031-1/+1
* Method: avoid static access to ReportDaniel Espinosa2022-01-031-7/+7
* MethodCall: avoid static access to ReportDaniel Espinosa2022-01-031-1/+1
* MemberAccess: avoid static access to ReportDaniel Espinosa2022-01-031-2/+2
* LockStatement: avoid static access to ReportDaniel Espinosa2022-01-031-3/+3
* LocalVariable: avoid static access to ReportDaniel Espinosa2022-01-031-2/+2
* CreationMethod: avoid static report accessDaniel Espinosa2022-01-031-2/+2
* Constructor: use context when available to avoid report static accessDaniel Espinosa2022-01-031-1/+1
* Constant: use context when available to avoid report static accessDaniel Espinosa2022-01-031-1/+1
* CatchClause: use context when available to avoid report static accessDaniel Espinosa2022-01-031-2/+2
* BinaryExpression: use context when available to avoid report static accessDaniel Espinosa2022-01-031-2/+2
* Assigment: use context if available to avoid Report static accessDaniel Espinosa2022-01-031-5/+5
* ObjectTypeSymbol: use context when available to avoid report static accessDaniel Espinosa2022-01-031-1/+1
* Report: replace static methods when context is availableDaniel Espinosa2022-01-0355-393/+393
* Namespace: set current context at construction timeDaniel Espinosa2022-01-036-22/+24
* CodeNode: add CodeContext propertyDaniel Espinosa2022-01-031-0/+26
* ArrayCreationExpression: don't use static ReportDaniel Espinosa2022-01-031-8/+8
* VersionAttribute: use context's report methodsDaniel Espinosa2022-01-031-3/+3
* SourceFile: use context's report methodsDaniel Espinosa2022-01-031-1/+1
* AddressOfExpression: use instance context's report methodsDaniel Espinosa2022-01-031-1/+1
* CodeWriter: use instance context's report methodsDaniel Espinosa2022-01-031-1/+1
* MarkupReader: use instance context's report log methodsDaniel Espinosa2022-01-036-11/+15
* SymbolResolver: use instance context's report log methodsDaniel Espinosa2022-01-031-11/+14
* FlowAnalyzer: use instance context's report log methodDaniel Espinosa2022-01-031-18/+18
* Scanner: use instance context's report log methodsDaniel Espinosa2022-01-031-41/+41
* GirParser: use instance context's report log methodsDaniel Espinosa2022-01-031-39/+39
* Genie.Scanner: use instance context's report log methodsDaniel Espinosa2022-01-031-41/+41
* Genie.Parser: use context's report instance log methodsDaniel Espinosa2022-01-031-14/+14
* Parser: use instance Report log methodsDaniel Espinosa2022-01-033-56/+50
* Report: add log instance methodsDaniel Espinosa2022-01-032-18/+41
* tests: Add XFAIL tests if undefined behavior sanitizer is enabledRico Tzschichholz2022-01-031-0/+6
* tests: Skip constants/member-access-enum.vala for ASANRico Tzschichholz2022-01-031-0/+1
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-03433-3059/+3059
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-03207-418/+428
* codegen: Cast given default-value of struct with possible member initializerRico Tzschichholz2022-01-033-1/+75
* codegen: Allow boxing of non-external SimpleType structsRico Tzschichholz2022-01-034-2/+74
* gio-2.0: Add custom MemoryOutputStream.with_*data() wrappersRico Tzschichholz2021-12-285-0/+293
* vala: Show source location when reporting deprecationsRico Tzschichholz2021-12-271-1/+1
* Revert "Make more use of native GLib.Regex syntax"Rico Tzschichholz2021-12-273-3/+18
* Make more use of native GLib.Regex syntaxRico Tzschichholz2021-12-223-18/+3
* parser: Improve partial classes supportRico Tzschichholz2021-12-215-63/+601
* vala: Correctly replace "in" expression in pre-/postconditions of methodRico Tzschichholz2021-12-214-0/+114
* vala: Silently accept unsafe assignment of "0" literal to enum typeRico Tzschichholz2021-12-172-2/+4