| .. |
|
fuzzer_corpus
|
5375c01056
Add dedicated fuzzer for string literals. (#372)
|
5 年之前 |
|
BUILD
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 年之前 |
|
character_set.h
|
97bb6f4e80
Factor out character set handling into a separate file. (#352)
|
5 年之前 |
|
numeric_literal.cpp
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 年之前 |
|
numeric_literal.h
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 年之前 |
|
numeric_literal_fuzzer.cpp
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 年之前 |
|
numeric_literal_test.cpp
|
4034fa223d
Update LLVM (and `llvm-bazel`). (#550)
|
5 年之前 |
|
string_literal.cpp
|
9400c1c8ae
Switch from manually tracking whether we've emitted any errors to asking the diagnostics machinery. (#406)
|
5 年之前 |
|
string_literal.h
|
9400c1c8ae
Switch from manually tracking whether we've emitted any errors to asking the diagnostics machinery. (#406)
|
5 年之前 |
|
string_literal_fuzzer.cpp
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 年之前 |
|
string_literal_test.cpp
|
9400c1c8ae
Switch from manually tracking whether we've emitted any errors to asking the diagnostics machinery. (#406)
|
5 年之前 |
|
test_helpers.h
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 年之前 |
|
token_kind.cpp
|
3995fc2d6c
Merge lexer from the toolchain repository. (#213)
|
5 年之前 |
|
token_kind.h
|
857a7e5cc6
Add convenience functions to inspect the kind of the next token.
|
5 年之前 |
|
token_kind_test.cpp
|
d4a2d435b8
Enable most relevant clang-tidy checks and fix uncovered issues. (#220)
|
5 年之前 |
|
token_registry.def
|
09763653b7
Add operator precedence parser. (#464)
|
5 年之前 |
|
tokenized_buffer.cpp
|
9325b50cfe
Make numeric literal parsing interface more value-oriented. (#407)
|
5 年之前 |
|
tokenized_buffer.h
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 年之前 |
|
tokenized_buffer_fuzzer.cpp
|
d1757d9979
Add location information to diagnostics. (#385)
|
5 年之前 |
|
tokenized_buffer_test.cpp
|
1e6c7e3963
Add sentinel Eof token at the end of the tokenized buffer. (#388)
|
5 年之前 |
|
tokenized_buffer_test_helpers.h
|
67ee1fcaa7
Initial support for string literals, following #199 (#309)
|
5 年之前 |