Rename validation source files to comply with Google style guide.
authorLei Zhang <antiagainst@google.com>
Tue, 8 Nov 2016 18:26:09 +0000 (10:26 -0800)
committerLei Zhang <antiagainst@gmail.com>
Wed, 9 Nov 2016 01:19:56 +0000 (17:19 -0800)
commit38036a7203ca604c0f25b0dc33da169ac58e2900
tree388b3987da07ddf531b4736e1b70a9f03fb2ba06
parent2881fe958f6345c57be00594337e64982f676047
Rename validation source files to comply with Google style guide.
18 files changed:
source/CMakeLists.txt
source/val/basic_block.cpp [moved from source/val/BasicBlock.cpp with 99% similarity]
source/val/basic_block.h [moved from source/val/BasicBlock.h with 100% similarity]
source/val/construct.cpp [moved from source/val/Construct.cpp with 98% similarity]
source/val/construct.h [moved from source/val/Construct.h with 100% similarity]
source/val/function.cpp [moved from source/val/Function.cpp with 99% similarity]
source/val/function.h [moved from source/val/Function.h with 99% similarity]
source/val/instruction.cpp [moved from source/val/Instruction.cpp with 98% similarity]
source/val/instruction.h [moved from source/val/Instruction.h with 100% similarity]
source/val/validation_state.cpp [moved from source/val/ValidationState.cpp with 99% similarity]
source/val/validation_state.h [moved from source/val/ValidationState.h with 99% similarity]
source/validate.cpp
source/validate_cfg.cpp
source/validate_datarules.cpp
source/validate_id.cpp
source/validate_instruction.cpp
source/validate_layout.cpp
test/val/val_state_test.cpp