mu/lib/parser
Ulrich Ölmann d37a961c8f parser: fix clang-7.0.1 warnings
Without this commit clang++-7.0.1 whines

|   CXX      parser.lo
| parser.cc:138:15: warning: braces around scalar initializer [-Wbraced-scalar-init]
|         return Tree({{Node::Type::Range},
|                      ^~~~~~~~~~~~~~~~~~~
2019-01-11 06:49:01 +01:00
..
Makefile.am add optional support for building with asan 2018-11-04 12:31:32 +02:00
data.hh phrases: only allow for index fields 2017-10-27 18:42:58 +03:00
dummy-processor.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00
parse.cc lib: implement new query parser 2017-10-24 22:55:35 +03:00
parser.cc parser: fix clang-7.0.1 warnings 2019-01-11 06:49:01 +01:00
parser.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00
proc-iface.hh parser: add more tests 2017-10-28 14:12:50 +03:00
test-parser.cc parser: handle implicit 'and not' 2017-11-04 12:59:48 +02:00
test-tokenizer.cc parser: add more tests 2017-10-28 14:12:50 +03:00
test-utils.cc parser/tests: allow for DST change 2018-03-31 18:44:17 +03:00
tokenize.cc lib: implement new query parser 2017-10-24 22:55:35 +03:00
tokenizer.cc tokenizer: clean unicode-aware 2017-10-28 14:13:09 +03:00
tokenizer.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00
tree.hh parser: fix some post-c++14 code 2017-10-27 18:40:37 +03:00
utils.cc mu: _XOPEN_SOURCE: fix typo 2018-03-10 13:05:44 +02:00
utils.hh parser/utils: enforce 64-bit times on 32-bit platforms 2017-11-04 11:30:23 +00:00
xapian.cc parser: avoid query parsing error 2018-11-11 13:15:08 +02:00
xapian.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00