dawn-cmake/src/resolver
Ben Clayton 4f3ff57c28 ast: Keep style consistent
Methods and functions are `CamelCase()`
Public fields are `snake_case` with no trailing `_`
Private fields are `snake_case` with a trailing `_`

Remove pointless getters on fully immutable fields.
They provide no value, and just add `()` noise on use.

Remove unused methods.

Bug: tint:1231
Change-Id: If32efd039df48938efd5bc2186d51fe4853e9840
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/66600
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2021-10-15 17:33:10 +00:00
..
array_accessor_test.cc validation: fix arrayAcceor/memberAccessor error msg and add unit-tests 2021-09-13 19:30:19 +00:00
assignment_validation_test.cc Resolver: Remove texture_storage read access 2021-10-14 10:10:45 +00:00
atomics_test.cc resolver: Resolve atomic types 2021-06-17 19:56:14 +00:00
atomics_validation_test.cc validation: disallow atomic type constructors 2021-08-13 15:20:42 +00:00
builtins_validation_test.cc intrinsics: Remove deprecated modf & frexp overloads 2021-10-12 21:57:47 +00:00
call_test.cc resolver: Validate calls to void callables 2021-08-21 08:50:40 +00:00
call_validation_test.cc validation: validate function call pointer parameter 2021-07-20 18:14:02 +00:00
compound_statement_test.cc sem: Add CompoundStatement 2021-07-14 09:44:41 +00:00
control_block_validation_test.cc resolver: Don't use ast to_str() methods 2021-10-14 20:30:29 +00:00
decoration_validation_test.cc Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
entry_point_validation_test.cc validation: Reject nested shader IO structures 2021-10-15 14:55:39 +00:00
function_validation_test.cc resolver: Validate unreachable stmts when terminator is in block(s) 2021-09-09 12:38:19 +00:00
host_shareable_validation_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
inferred_type_test.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
intrinsic_test.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
intrinsic_validation_test.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
is_host_shareable_test.cc Resolver: make IsConstructible non-recursive for arrays and struct members 2021-07-20 18:28:31 +00:00
is_storeable_test.cc Resolver: make IsConstructible non-recursive for arrays and struct members 2021-07-20 18:28:31 +00:00
pipeline_overridable_constant_test.cc resolver: Deterministic constant ID allocation 2021-09-30 17:29:50 +00:00
ptr_ref_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
ptr_ref_validation_test.cc validation: pointer to handle is not allowed 2021-07-28 03:57:22 +00:00
resolver.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
resolver.h validation: Reject struct builtins on wrong stages 2021-10-05 15:02:17 +00:00
resolver_constants.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
resolver_constants_test.cc sem: Rename `Vector::size()` to `Vector::Width()` 2021-07-22 18:31:34 +00:00
resolver_test.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
resolver_test_helper.cc TestHelper: rename td_ to resolver_ 2021-03-16 16:31:33 +00:00
resolver_test_helper.h resolver: Validate vector types 2021-07-05 20:21:35 +00:00
storage_class_layout_validation_test.cc Reland "Validate storage class constraints" 2021-07-15 19:09:25 +00:00
storage_class_validation_test.cc validation: atomics access mode and storage class 2021-08-05 15:18:29 +00:00
struct_layout_test.cc validation: matrix element type must be 'f32' 2021-06-21 17:08:05 +00:00
struct_pipeline_stage_use_test.cc validation: Reject struct builtins on wrong stages 2021-10-05 15:02:17 +00:00
struct_storage_class_use_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
type_constructor_validation_test.cc Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
type_validation_test.cc Resolver: Remove texture_storage read access 2021-10-14 10:10:45 +00:00
validation_test.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
var_let_test.cc ast: Replace NamedType with TypeDecl 2021-06-09 14:32:14 +00:00
var_let_validation_test.cc resolver: Validate storage class for var initializers 2021-08-27 14:54:47 +00:00