tree-sitter/test
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
..
compiler Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
fixtures Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
helpers Silence false-positive warning in ts_record_free 2017-06-14 11:12:06 -04:00
integration Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
runtime Fix parsing of valid code with halt_on_error flag set 2017-05-01 14:25:25 -07:00
test_helper.h Rename spec -> test 2017-03-09 20:40:01 -08:00
tests.cc Rename spec -> test 2017-03-09 20:40:01 -08:00