lazarus/components/codetools/tests/laztests
Martin e1dc8a96d9 Codetool: prevent recursion in ResolveBaseTypeOfIdentifier. Issue 39897
`fdfFunctionResult` will cause `FindExpressionTypeOfTerm` to `ResolveChildren` and recurse forever if the node starts with open brackets. If the cursor is not on an identifier, it should not be a function and the flag is not needed.
2022-10-26 14:58:42 +02:00
..
bug28861_unit1.pas
bug28861_unit2.pas
bug28866_prg.pas
bug28866_unit1.pas
bug28876.pas
bug28877.pas
bug39897.pas Codetool: prevent recursion in ResolveBaseTypeOfIdentifier. Issue 39897 2022-10-26 14:58:42 +02:00
delphi_autodereference1.pas
README.txt
tcompletion_keywords.pas
tdefaultproperty1.pas
tgeneric_base.pas CodeTool: Improve tracking specialized generic parameters (e.g. variable class base). 2022-10-20 13:55:54 +02:00
tprogramdots1.pas
tunit_order_test.pas
tunitdots.main.pas
unit_order_a.pas
unit_order_b.pas
unitdots.dot.pas
unitdots.nsa.nsaa.nsaaa.pas
unitdots.pas

This directory contains tests with marks for the ../finddeclarationtest.lpi.

Testing all these files:
./finddeclarationtest --suite=TestFindDeclaration_LazTests

Testing one file:
./finddeclarationtest --suite=TestFindDeclaration_LazTests --filemask=tchlp41.pp

Testing a bunch of files:
./finddeclarationtest --suite=TestFindDeclaration_LazTests --filemask=tchlp*.pp