summaryrefslogtreecommitdiffstats
path: root/contrib/iwyu-g++
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-27 22:32:46 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-27 22:32:46 (GMT)
commitc70d02010ea99e6c8e35da3b767f41f1ee5dce56 (patch)
treea0ef030204ec2eb656845d03876006d9cdc0760c /contrib/iwyu-g++
parenta4b506fd774ec50ad79b7531bd3698c5a6339407 (diff)
downloaduscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.zip
uscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.tar.gz
uscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.tar.bz2
Major header movement
- Used IWYU to reorganize headers - Dropped PHP support - Updated tests
Diffstat (limited to 'contrib/iwyu-g++')
-rwxr-xr-xcontrib/iwyu-g++3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/iwyu-g++ b/contrib/iwyu-g++
index b3b66da..27b98be 100755
--- a/contrib/iwyu-g++
+++ b/contrib/iwyu-g++
@@ -1,4 +1,7 @@
#!/bin/sh
+
+# call as cmake CC=[..]/iwyu-gcc CXX=[..]/iwyu-g++
+
IWYU_COMMAND=/usr/bin/iwyu
COMPILER_COMMAND=/usr/bin/g++
$IWYU_COMMAND $@