]> granicus.if.org Git - re2c/commit
Fixed includes using include-what-you-use.
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 12 Jul 2019 12:35:40 +0000 (13:35 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 12 Jul 2019 12:35:40 +0000 (13:35 +0100)
commit3e0e62ced83d8cdde3a8a37b5d3218589c21488c
treec4d9b61d3e5eb9a5cca57193ac12bd03e6ca8be3
parent0755d98b32b974771d7f7710001dd6dbba24ed05
Fixed includes using include-what-you-use.
149 files changed:
lib/bench.cc
lib/regcomp.cc
lib/regex.h
lib/regexec.cc
lib/regexec_dfa.cc
lib/regexec_nfa_leftmost.cc
lib/regexec_nfa_leftmost_trie.cc
lib/regexec_nfa_posix.cc
lib/regexec_nfa_posix_backward.cc
lib/regexec_nfa_posix_kuklewicz.cc
lib/regexec_nfa_posix_trie.cc
lib/regfree.cc
src/adfa/action.h
src/adfa/adfa.cc
src/adfa/adfa.h
src/adfa/prepare.cc
src/cfg/cfg.cc
src/cfg/cfg.h
src/cfg/compact.cc
src/cfg/dce.cc
src/cfg/freeze.cc
src/cfg/interfere.cc
src/cfg/liveanal.cc
src/cfg/normalize.cc
src/cfg/optimize.cc
src/cfg/rename.cc
src/cfg/varalloc.cc
src/codegen/bitmap.cc
src/codegen/bitmap.h
src/codegen/emit.h
src/codegen/emit_action.cc
src/codegen/emit_dfa.cc
src/codegen/go.h
src/codegen/go_construct.cc
src/codegen/go_destruct.cc
src/codegen/go_emit.cc
src/codegen/go_used_labels.cc
src/codegen/input_api.cc
src/codegen/input_api.h
src/codegen/label.cc
src/codegen/label.h
src/codegen/output.cc
src/codegen/output.h
src/codegen/print.cc
src/codegen/print.h
src/compile.cc
src/compile.h
src/debug/dump_adfa.cc
src/debug/dump_cfg.cc
src/debug/dump_dfa.cc
src/debug/dump_interf.cc
src/debug/dump_nfa.cc
src/dfa/closure.cc
src/dfa/closure_posix.h
src/dfa/dead_rules.cc
src/dfa/determinization.cc
src/dfa/determinization.h
src/dfa/dfa.h
src/dfa/fallback_tags.cc
src/dfa/fillpoints.cc
src/dfa/find_state.cc
src/dfa/minimization.cc
src/dfa/tag_history.h
src/dfa/tagver_table.cc
src/dfa/tagver_table.h
src/dfa/tcmd.cc
src/dfa/tcmd.h
src/encoding/case.h
src/encoding/ebcdic/ebcdic_regexp.cc
src/encoding/ebcdic/ebcdic_regexp.h
src/encoding/enc.cc
src/encoding/enc.h
src/encoding/range_suffix.cc
src/encoding/range_suffix.h
src/encoding/utf16/utf16.cc
src/encoding/utf16/utf16.h
src/encoding/utf16/utf16_regexp.cc
src/encoding/utf16/utf16_regexp.h
src/encoding/utf8/utf8.cc
src/encoding/utf8/utf8.h
src/encoding/utf8/utf8_regexp.cc
src/encoding/utf8/utf8_regexp.h
src/main.cc
src/msg/msg.cc
src/msg/msg.h
src/msg/ver_to_vernum.h
src/msg/ver_to_vernum.re
src/msg/warn.cc
src/msg/warn.h
src/nfa/estimate_size.cc
src/nfa/nfa.h
src/nfa/re_to_nfa.cc
src/options/opt.cc
src/options/opt.h
src/options/parse_opts.re
src/parse/ast.cc
src/parse/ast.h
src/parse/input.cc
src/parse/input.h
src/parse/lex.re
src/parse/lex_conf.re
src/parse/normalize.cc
src/parse/parse.h
src/parse/parser.ypp
src/parse/scanner.cc
src/parse/scanner.h
src/parse/unescape.cc
src/parse/unescape.h
src/parse/validate.cc
src/regexp/ast_to_re.cc
src/regexp/default_tags.cc
src/regexp/empty_class_policy.h
src/regexp/fixed_tags.cc
src/regexp/nullable.cc
src/regexp/re.h
src/regexp/rule.cc
src/regexp/rule.h
src/regexp/split_charset.cc
src/regexp/tag.cc
src/regexp/tag.h
src/skeleton/control_flow.cc
src/skeleton/generate_code.cc
src/skeleton/generate_data.cc
src/skeleton/maxpath.cc
src/skeleton/path.h
src/skeleton/skeleton.cc
src/skeleton/skeleton.h
src/test/range/test.cc
src/test/s_to_n32_unsafe/test.cc
src/test/ver_to_vernum/test.cc
src/util/allocate.h
src/util/counter.h
src/util/free_list.h
src/util/get_dir.cc
src/util/get_dir.h
src/util/hash32.h
src/util/local_increment.h
src/util/lookup.h
src/util/range.cc
src/util/range.h
src/util/s_to_n32_unsafe.cc
src/util/s_to_n32_unsafe.h
src/util/slab_allocator.h
src/util/smart_ptr.h
src/util/static_assert.h
src/util/string_utils.h
src/util/u32lim.h
src/util/uniq_vector.h
src/util/wrap_iter.h