aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compilerscanfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly handle redeclarations of variablesLars Knoll2018-04-161-13/+15
* Fix leak of compiler contextsErik Verbruggen2018-04-101-7/+14
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Arguments passed to functions should shadow the function nameLars Knoll2018-01-121-5/+9
* Get rid of the hack for named expressionsLars Knoll2017-09-021-6/+7
* Cleanup argument handling in contextsLars Knoll2017-08-181-2/+11
* Limit the amount of escaping variablesLars Knoll2017-07-041-0/+13
* Properly calculate escaping variablesLars Knoll2017-07-041-0/+40
* Move Codegen::ScanFunctions into it's own fileLars Knoll2017-07-031-0/+412