aboutsummaryrefslogtreecommitdiff
path: root/scripts/validusage.json
diff options
context:
space:
mode:
authorLiam Middlebrook <lmiddlebrook@nvidia.com>2018-03-19 12:28:04 -0700
committerMark Lobodzinski <mark@lunarg.com>2018-03-20 11:06:14 -0600
commitecd3f85fc68c0e33e1340460839151a4fe178f90 (patch)
tree5c7d4464e7df2197a2ef4a94c36cce907a7250cb /scripts/validusage.json
parent81a41cc32834effc1605b2f3b54e2f0e86b2c569 (diff)
downloadusermoji-ecd3f85fc68c0e33e1340460839151a4fe178f90.tar.xz
layers: Fix Superfluous inttypes.h Includes
The files that explicitly include <inttypes.h> are C++ files. The convention for including C header files in C++ programs is to use a special C++ header file that wraps the C header file. For example <inttypes.h> would be included as <cinttypes>. In vk_layer_logging.h:34 <cinttypes> is included. In buffer_validation.cpp and parameter_validation_utils.cpp "vk_layer_logging.h" is directly included. In core_validation.cpp "vk_layer_logging.h" is indirectly included via core_validation.h This change removes the invalid and superfluous use of C header files from the aforementioned C++ files. Change-Id: I1bed9ea4bf6c3bb98ac5ae05ad227c0da58acb2c Reviewed-by: dkoch Reviewed-by: ddadap
Diffstat (limited to 'scripts/validusage.json')
0 files changed, 0 insertions, 0 deletions