]> git.ipfire.org Git - thirdparty/ccache.git/commit
support for precompiled headers with clang
authorLuboš Luňák <l.lunak@suse.cz>
Fri, 6 Jul 2012 16:09:36 +0000 (18:09 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 13 Jul 2012 20:40:14 +0000 (22:40 +0200)
commit8d9e955ba99a627e4fd8c270c0c86df7efa5a723
treedfd66a291166a62effe80e3dee113e6d4818b262
parentd24b26cb1c3e6d5bf895729ea8fab35f762acad4
support for precompiled headers with clang

Support the clang-specific -include-pch option, which references
the PCH file itself, and support the .pch extension when using
the gcc -include way.
MANUAL.txt
ccache.c
compopt.c