Inclusion guards follow Google C++ style
authorDavid Neto <dneto@google.com>
Tue, 27 Oct 2015 20:27:05 +0000 (16:27 -0400)
committerDavid Neto <dneto@google.com>
Mon, 2 Nov 2015 18:52:15 +0000 (13:52 -0500)
commit9f79d789ec321a6135618a3cf0945af0381a2075
treef319b3843399e70efc7a92e3c4c343e782d201f0
parentdb901b622ef3c68261aac61da4ad2a68325a6150
Inclusion guards follow Google C++ style

Follow the scheme in
http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#The__define_Guard
except:
 - 'include/' is dropped from the guard token
 - 'source/' is dropped from the guard token
16 files changed:
include/libspirv/libspirv.h
include/util/bitutils.h
source/assembly_grammar.h
source/binary.h
source/diagnostic.h
source/endian.h
source/ext_inst.h
source/instruction.h
source/opcode.h
source/operand.h
source/print.h
source/text.h
source/text_handler.h
source/validate.h
test/TestFixture.h
test/UnitSPIRV.h