Commit 5868ffd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
Submodule sourcepawn updated 83 files
- .clang-format+62
- .travis.yml+7-12
- AMBuildScript+19-18
- README.md+7-3
- compiler/AMBuilder-3
- compiler/Makefile+1-1
- compiler/amx.h+467-462
- compiler/amxdbg.h+90-86
- compiler/assembler.cpp+1.1k-1.1k
- compiler/assembler.h+1-1
- compiler/binreloc.h+40-44
- compiler/codegen.cpp+880-792
- compiler/codegen.h+39-37
- compiler/errors.cpp+202-207
- compiler/errors.h+30-38
- compiler/expressions.cpp+2.7k-2.7k
- compiler/expressions.h+42-43
- compiler/lexer.cpp+2.8k-2.7k
- compiler/lexer.h+198-199
- compiler/libpawnc.cpp+183-170
- compiler/libpawnc.h+12-12
- compiler/lstring.cpp+51-51
- compiler/lstring.h+10-12
- compiler/memfile.cpp+85-83
- compiler/memfile.h+21-22
- compiler/messages.h+255-241
- compiler/optimizer.cpp+457-430
- compiler/optimizer.h+5-3
- compiler/osdefs.h+67-67
- compiler/parse-expr.cpp+295-294
- compiler/parse-expr.h+27-27
- compiler/parser.cpp+5.5k-5.5k
- compiler/patterns.h+564-1.1k
- compiler/pawncc.cpp+22-16
- compiler/sc.h+312-305
- compiler/sci18n.cpp+95-94
- compiler/sci18n.h+4-2
- compiler/sclinux.h+11-11
- compiler/sclist.cpp+254-231
- compiler/sclist.h+28-26
- compiler/sctracker.cpp+249-241
- compiler/sctracker.h+124-134
- compiler/scvars.cpp+65-65
- compiler/scvars.h+68-66
- compiler/sp_symhash.cpp+62-66
- compiler/sp_symhash.h+16-16
- compiler/types.cpp+86-90
- compiler/types.h+197-198
- exp/compiler/compile-context.h+3-3
- exp/compiler/constant-evaluator.cpp+1-1
- exp/compiler/dll_exports.cpp+1-1
- exp/compiler/float-value.cpp+1-1
- exp/compiler/parser/ast.h+1-1
- exp/compiler/parser/lexer.cpp+1-1
- exp/compiler/parser/lexer.h+1-1
- exp/compiler/parser/macro-lexer.h+1-1
- exp/compiler/pool-allocator.h+2-2
- exp/compiler/process-options.h+3-3
- exp/compiler/reporting.cpp+1-1
- exp/compiler/sema/type-resolver.h+1-1
- exp/compiler/source-manager.cpp+1-1
- include/smx/smx-headers.h+119-123
- include/smx/smx-legacy-debuginfo.h+50-57
- include/smx/smx-typeinfo.h+118-115
- include/smx/smx-v1-opcodes.h+197-198
- include/smx/smx-v1.h+36-45
- include/sp_typeutil.h+13-10
- include/sp_vm_api.h+352-369
- include/sp_vm_base.h+2-3
- include/sp_vm_types.h+120-129
- third_party/amtl+1-1
- tools/restyler/fix_comments.py+221
- tools/travis-download-compiler.sh+8-3
- vm/AMBuilder-5
- vm/environment.h+1-1
- vm/jit.h+1
- vm/runtime-helpers.cpp+6
- vm/runtime-helpers.h+1
- vm/watchdog_timer.cpp+9
- vm/x64/macro-assembler-x64.cpp-11
- vm/x64/macro-assembler-x64.h-4
- vm/x86/jit_x86.cpp+15-12
- vm/x86/macro-assembler-x86.h+8-8
0 commit comments