Jonas Maebe
|
3a54183ce8
* clarified errors regarding invalid uses of packed array/record fields
|
19 years ago |
Jonas Maebe
|
758a1ab5b0
* allow taking the address of packed array elements if the element size
|
19 years ago |
peter
|
d1e7a68289
* include para number in call by var error
|
19 years ago |
Jonas Maebe
|
340e2257f3
* don't allow taking the address of packed record fields
|
19 years ago |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 years ago |
peter
|
4506394cfa
* pass contextobjdef for visibility of methods. There are different
|
19 years ago |
peter
|
a704cbf048
* never prefer conversion to formaldef
|
19 years ago |
Jonas Maebe
|
30ee3416e8
* fixed wrong "assigned but not used" note for class and interface
|
19 years ago |
peter
|
5e5edcb520
* allow passing single element to open array bug6960
|
19 years ago |
Jonas Maebe
|
e344ee3cd7
+ support for register variables which contain records
|
19 years ago |
Jonas Maebe
|
e0250bcdb4
* never remove regvar-ability of parameters passed by reference
|
19 years ago |
florian
|
600af6c9d0
+ support for unaligned as lvalue
|
19 years ago |
Jonas Maebe
|
5e02b02d24
* properly count references to overloaded operators (tests/tbs/tb0500.pp)
|
19 years ago |
peter
|
95be416b9d
* don't allow stringconst+integer
|
19 years ago |
peter
|
ae0010ad6c
* support proc to procvar conversion for overloaded procdefs passed to parameters
|
19 years ago |
Jonas Maebe
|
9dbd69c307
* don't give range check hints/warnings for conversions of
|
19 years ago |
Jonas Maebe
|
765fe2b2ab
* fixed bug #4737 (check for potential range errors in for-loop
|
19 years ago |
Jonas Maebe
|
7edc9d0e6a
* also perform initialised checking for out-parameter, and set the
|
19 years ago |
Jonas Maebe
|
c15b500e32
+ warn if a static variable is read but not assigned (tw4781*)
|
19 years ago |
peter
|
232555904e
* symtablestack cleanup and rewrite
|
19 years ago |
peter
|
301042c824
* more check_hints fixes
|
19 years ago |
Jonas Maebe
|
9fd4e98dad
* fixed displaying of hints such for procedures and functions
|
19 years ago |
Jonas Maebe
|
f6864a653f
* don't warn about possible use of uninitialised function results of
|
19 years ago |
Jonas Maebe
|
9bb86eb411
* never make vs_var or vs_out variabled non-regable, unless it's an
|
19 years ago |
Jonas Maebe
|
021dabc37e
* also honour vsf_use_hints for uninitialised warnings for the
|
19 years ago |
Jonas Maebe
|
857664a5d4
* fixed tw4554:
|
19 years ago |
Jonas Maebe
|
62cbd007f1
* indexes in vecn's are only read, not written
|
19 years ago |
Jonas Maebe
|
42ec76598c
* new categories for vs_*: vs_declared, vs_initialised, vs_read,
|
19 years ago |
Jonas Maebe
|
7996bb3b06
* fixed showing of warnings for uninitialised function results
|
19 years ago |
peter
|
f9db030350
* fix overload choosing if both normal proc and proc of object are available
|
20 years ago |