index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Utilities
/
ClangTidyModule
/
Tests
/
cmake-use-pragma-once
/
cmake-use-pragma-once-include-guards-fixit.h
blob: 36461c24f0fd492293672f6c986337feb838e988 (
plain
)
1
2
3
4
5
6
#pragma once
int
includeGuards
()
{
return
0
;
}