summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière2013-02-111-0/+2
* make it possible to limit what files will be modified by a compiler pluginLuboš Luňák2013-02-093-25/+90
* fix check whether a file is in a directoryLuboš Luňák2013-02-091-4/+4
* treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák2013-02-091-0/+2
* create an output dir that's already needed by $(shell ...)Luboš Luňák2013-02-071-1/+2
* make sure the default target for compilerplugins is buildingLuboš Luňák2013-02-071-1/+3
* tutorial examples for writing new Clang plugin actionsLuboš Luňák2013-02-029-1/+380
* a bit more reliable detection of removed/added sourcesLuboš Luňák2013-02-021-0/+4
* remove not needed #includeLuboš Luňák2013-02-029-18/+1
* append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák2013-02-026-20/+21
* always use the report() helperLuboš Luňák2013-02-025-29/+30
* move clang plugin that's no longer neededLuboš Luňák2013-02-023-0/+3
* move documentation of plugins to the .cxx filesLuboš Luňák2013-02-026-32/+28
* automatically link all .cxx files in clang/ into the pluginLuboš Luňák2013-02-021-12/+18
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-0216-52/+161
* move plugin handling to separate source filesLuboš Luňák2013-02-024-156/+212
* one more config/ -> config_host/ fix after the renameLuboš Luňák2013-02-011-1/+1
* rewriters no longer create .new files, they modify sources directlyLuboš Luňák2013-01-311-1/+1
* point to our wiki page on clang rather than clang homepageLuboš Luňák2013-01-111-1/+1
* fix detection whether to ignore a source file or notLuboš Luňák2013-01-111-3/+2
* do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák2013-01-064-5/+3
* I hate arbitrary integer typesLuboš Luňák2013-01-051-1/+1
* handle case of SRCDIR == BUILDDIRLuboš Luňák2013-01-041-1/+1
* rewriter plugin for removing forward rtl string declarationsLuboš Luňák2013-01-044-0/+116
* support for removing a statement as a wholeLuboš Luňák2013-01-042-10/+57
* better handling of which files are processed by clang pluginsLuboš Luňák2013-01-043-11/+62
* fix buildLubos Lunak2012-12-261-0/+1
* better error handling when writing modified sourceLubos Lunak2012-12-261-10/+17
* config_clang.hLubos Lunak2012-12-262-6/+4
* adjust clang plugins for srcdir != builddirLuboš Luňák2012-12-111-2/+2
* CLANGPLUGIN_CPPFLAGS did not actually workStephan Bergmann2012-12-071-6/+2
* Adapt to current Clang trunkStephan Bergmann2012-12-051-0/+1
* Adapt to Clang 3.2Stephan Bergmann2012-12-057-1/+10
* skip 'else' from a macro expansion tooLuboš Luňák2012-11-202-9/+11
* do not warn about missing area in SAL_DEBUGLuboš Luňák2012-10-261-7/+23
* CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard locationStephan Bergmann2012-10-221-1/+1
* only one warning per one SAL_INFO/SAL_WARNLubos Lunak2012-10-192-0/+9
* rewriter for postfix->prefix operator++Luboš Luňák2012-10-154-0/+211
* convenience functions for source rewritersLuboš Luňák2012-10-154-10/+107
* support for compiler rewritersLuboš Luňák2012-10-1512-23/+188
* some namespacing improvementsLuboš Luňák2012-10-156-8/+6
* document sallogareas compiler checkLuboš Luňák2012-10-141-0/+8
* remove debug outputLuboš Luňák2012-10-131-4/+4
* compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák2012-10-137-9/+166
* compilers don't seem to warn about unused variables in the global scopeLuboš Luňák2012-10-121-0/+2
* DeclBase::getLocation() gives better location than getLocStart()Luboš Luňák2012-10-122-3/+3
* print something when compiling clang plugin tooLuboš Luňák2012-10-121-0/+2
* rebuild clang plugin when clang changesLuboš Luňák2012-10-121-1/+5
* avoid crash on pointers to functionsLuboš Luňák2012-10-121-1/+1
* do not report unnamed parameters as unusedLuboš Luňák2012-10-121-0/+2