summaryrefslogtreecommitdiff
path: root/compilerplugins/README
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann1-0/+16
2013-12-20typo fixesAndras Timar1-1/+1
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák1-2/+9
2013-02-09treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák1-0/+2
2013-02-02tutorial examples for writing new Clang plugin actionsLuboš Luňák1-1/+2
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák1-31/+4
2013-01-31rewriters no longer create .new files, they modify sources directlyLuboš Luňák1-1/+1
2013-01-11point to our wiki page on clang rather than clang homepageLuboš Luňák1-1/+1
2012-10-15support for compiler rewritersLuboš Luňák1-2/+18
2012-10-14document sallogareas compiler checkLuboš Luňák1-0/+8
2012-10-09compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák1-0/+12
2012-10-09compiler check for unused variablesLuboš Luňák1-0/+7
2012-10-09initial support for clang compiler pluginsLuboš Luňák1-0/+27