/vbahelper/util/

m+xml'/>
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sharedvisitor/generator.cxx
AgeCommit message (Expand)Author
2021-10-07drop 'using namespace std' in compilerpluginsJulien Nabet
2020-02-03handle -Wunused-function warnings in clang's sharedvisitor.cxxLuboš Luňák
2020-02-03significantly reduce build time of sharedvisitor.cxxLuboš Luňák
2020-01-28avoid compilerplugin's sharedvisitor bailing out prematurelyLuboš Luňák
2019-11-14Improve error messageStephan Bergmann
2019-10-07try to autodetect flags needed to build Clang pluginsLuboš Luňák
2019-10-07fix various warnings in compilerpluginsLuboš Luňák
2019-09-06split clangplugins sharedvisitor generator into two stepsLuboš Luňák
2019-08-30adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin
2019-08-15LLVM trunk requires C++14 nowStephan Bergmann
2019-07-17Revert "simplify sharedplugin PostTraverse calls"Noel Grandin
2019-07-17simplify sharedplugin PostTraverse callsNoel Grandin
2019-03-22Allow to pass additional options into generator's clang::toolingStephan Bergmann
2019-03-13warn if sharedvisitor generator cannot find code in a source fileLuboš Luňák
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák