| .. |
|
fuzzer_corpus
|
5375c01056
Add dedicated fuzzer for string literals. (#372)
|
5 years ago |
|
BUILD
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 years ago |
|
character_set.h
|
97bb6f4e80
Factor out character set handling into a separate file. (#352)
|
5 years ago |
|
numeric_literal.cpp
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 years ago |
|
numeric_literal.h
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 years ago |
|
numeric_literal_fuzzer.cpp
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 years ago |
|
numeric_literal_test.cpp
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 years ago |
|
string_literal.cpp
|
9400c1c8ae
Switch from manually tracking whether we've emitted any errors to asking the diagnostics machinery. (#406)
|
5 years ago |
|
string_literal.h
|
9400c1c8ae
Switch from manually tracking whether we've emitted any errors to asking the diagnostics machinery. (#406)
|
5 years ago |
|
string_literal_fuzzer.cpp
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 years ago |
|
string_literal_test.cpp
|
9400c1c8ae
Switch from manually tracking whether we've emitted any errors to asking the diagnostics machinery. (#406)
|
5 years ago |
|
test_helpers.h
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 years ago |
|
token_kind.cpp
|
3995fc2d6c
Merge lexer from the toolchain repository. (#213)
|
5 years ago |
|
token_kind.h
|
8f9609c53b
Move to by-value friend comparison operator definitions. (#222)
|
5 years ago |
|
token_kind_test.cpp
|
d4a2d435b8
Enable most relevant clang-tidy checks and fix uncovered issues. (#220)
|
5 years ago |
|
token_registry.def
|
1e6c7e3963
Add sentinel Eof token at the end of the tokenized buffer. (#388)
|
5 years ago |
|
tokenized_buffer.cpp
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 years ago |
|
tokenized_buffer.h
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 years ago |
|
tokenized_buffer_fuzzer.cpp
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 years ago |
|
tokenized_buffer_test.cpp
|
1e6c7e3963
Add sentinel Eof token at the end of the tokenized buffer. (#388)
|
5 years ago |
|
tokenized_buffer_test_helpers.h
|
67ee1fcaa7
Initial support for string literals, following #199 (#309)
|
5 years ago |