tree-sitter/test/helpers
Phil Turnbull aa6e93820c Silence false-positive warning in ts_record_free
This is safe but I think it is technically undefined behaviour to use a pointer
after it has been freed:

test/helpers/record_alloc.cc:75:3: warning: Use of memory after it is freed
  record_deallocation(pointer);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
2017-06-14 11:12:06 -04:00
..
dedent.h Rename spec -> test 2017-03-09 20:40:01 -08:00
encoding_helpers.cc Handle invalid UTF8 in encoding test helpers 2017-04-27 14:49:44 -07:00
encoding_helpers.h Rename spec -> test 2017-03-09 20:40:01 -08:00
file_helpers.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
file_helpers.h Rename spec -> test 2017-03-09 20:40:01 -08:00
load_language.cc In tests, regenerate parser if its timestamp matches grammar.json 2017-03-17 17:04:04 -07:00
load_language.h Rename spec -> test 2017-03-09 20:40:01 -08:00
point_helpers.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
point_helpers.h Rename spec -> test 2017-03-09 20:40:01 -08:00
random_helpers.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
random_helpers.h Rename spec -> test 2017-03-09 20:40:01 -08:00
read_test_entries.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
read_test_entries.h Rename spec -> test 2017-03-09 20:40:01 -08:00
record_alloc.cc Silence false-positive warning in ts_record_free 2017-06-14 11:12:06 -04:00
record_alloc.h Rename spec -> test 2017-03-09 20:40:01 -08:00
scope_sequence.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
scope_sequence.h Rename spec -> test 2017-03-09 20:40:01 -08:00
spy_input.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
spy_input.h Rename spec -> test 2017-03-09 20:40:01 -08:00
spy_logger.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
spy_logger.h Rename spec -> test 2017-03-09 20:40:01 -08:00
stderr_logger.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
stderr_logger.h Rename spec -> test 2017-03-09 20:40:01 -08:00
stream_methods.cc Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
stream_methods.h Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
tree_helpers.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
tree_helpers.h Rename spec -> test 2017-03-09 20:40:01 -08:00