Followon to PR #4348: more bool fixes
[scons.git] / SCons / Tool / clang.xml
blob8fdd3c174ec89f378a09d1aa4e185df14e0e6adc
1 <?xml version="1.0"?>
2 <!--
3  MIT License
5  Copyright The SCons Foundation
7  Permission is hereby granted, free of charge, to any person obtaining
8  a copy of this software and associated documentation files (the
9  "Software"), to deal in the Software without restriction, including
10  without limitation the rights to use, copy, modify, merge, publish,
11  distribute, sublicense, and/or sell copies of the Software, and to
12  permit persons to whom the Software is furnished to do so, subject to
13  the following conditions:
15  The above copyright notice and this permission notice shall be included
16  in all copies or substantial portions of the Software.
18  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
19  KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
20  WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 This file is processed by the bin/SConsDoc.py module.
28 See its __doc__ string for a discussion of the format.
29 -->
31 <!DOCTYPE sconsdoc [
32 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
33 %scons;
34 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
35 %builders-mod;
36 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
37 %functions-mod;
38 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
39 %tools-mod;
40 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
41 %variables-mod;
44 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
45           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46           xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
48 <tool name="clang">
49 <summary>
50 <para>
51 Set construction variables for the Clang C compiler.
52 </para>
53 </summary>
54 <sets>
55 <item>CC</item>
56 <item>SHCCFLAGS</item>
57 <item>CCVERSION</item>
58 <item>CCDEPFLAGS</item>
59 </sets>
60 </tool>
62 </sconsdoc>