sirit/src
ReinUsesLisp 22cc6f6c1b cmake: Always treat warnings as errors
Enable cast warnings in gcc and clang and always treat warnings as
errors.

GetWordCount now returns std::size_t for simplicity and the word count
is asserted and casted in WordCount (now called CalculateTotalWords.

Silence warnings.
2019-11-27 05:25:35 -03:00
..
instructions Add OpSubgroupBallotKHR and vote instructions 2019-11-10 21:15:45 -03:00
.gitignore Ignore sirit.h symlink 2018-10-23 04:51:34 -03:00
CMakeLists.txt Add OpGroupNonUniformShuffleXor 2019-11-02 19:39:41 -03:00
common_types.h common_types: Include types within the Sirit namespace 2019-10-06 20:55:15 +00:00
literal_number.cpp cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
literal_number.h cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
literal_string.cpp cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
literal_string.h cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
op.cpp cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
op.h cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
operand.cpp operand: Use pure virtual functions 2019-11-01 06:07:53 -03:00
operand.h cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
sirit.cpp Remove Emit entry in favor of auto-emitting code 2019-10-18 04:27:52 -03:00
stream.cpp cmake: Always treat warnings as errors 2019-11-27 05:25:35 -03:00
stream.h Assemble uint32_t instead of uint8_t 2019-10-18 03:46:47 -03:00