aboutsummaryrefslogtreecommitdiffstats
path: root/src/PreProcessorVisitor.h
Commit message (Collapse)AuthorAgeFilesLines
* Add util method that tells us if QT_NO_KEYWORDS is definedSergio Martins2018-03-031-0/+4
|
* Add flag to change build of ClangLazy from shared to staticIvan Donchevskii2017-10-231-0/+2
| | | | Differential Revision: https://phabricator.kde.org/D8377
* qhash-namespace: Very qhash() is inside QT_*_NAMESPACE macrosSergio Martins2017-09-241-0/+9
| | | | | This will only be done if -qt-developer is passed, as it's not useful for user code
* Remove all ifdefs that support clang <= 3.6Sergio Martins2017-04-041-3/+0
| | | | | Many checks don't support 3.6, and we've had 4 clang release since 3.6 already. clazy 1.1 will continue to build with 3.6
* Move all source files into a src/ folderSergio Martins2017-02-051-0/+69
Top-level folder was starting to get messy