1. 5f8a2dc removeforwardstringdecl clang plugin has been used, move it by Luboš Luňák · 13 years ago
  2. c3ffd74 compiler plugin to check incorrect #ifdef for config_XXX.h macros by Luboš Luňák · 13 years ago
  3. 996b6fc don't explicitly delete PPCallbacks-based compiler plugin actions by Luboš Luňák · 13 years ago
  4. 43e873b silence compilerplugin build by Peter Foley · 13 years ago
  5. c63e6c3 adjust unused compiler plugins for ASTContext to CompilerInstance change too by Luboš Luňák · 13 years ago
  6. 153a69c pass around CompilerInstance rather than ASTContext by Luboš Luňák · 13 years ago
  7. 9ab15ec -Wextra for compiler plugins by Luboš Luňák · 13 years ago
  8. 24387f1 A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] calls by Stephan Bergmann · 13 years ago
  9. f9e96c3 Enable -std=c++11 for compilerplugins/clang by Stephan Bergmann · 13 years ago
  10. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  11. 847749e Fixed compilation error of Clang plugins on Ubuntu/Mint by Marc-André Laverdière · 13 years ago
  12. 857a392 make it possible to limit what files will be modified by a compiler plugin by Luboš Luňák · 13 years ago
  13. 8f1a01a fix check whether a file is in a directory by Luboš Luňák · 13 years ago
  14. 1b53526 treat all source files as not up to date only with FORCE_COMPILE_ALL by Luboš Luňák · 13 years ago
  15. c3de6c1 create an output dir that's already needed by $(shell ...) by Luboš Luňák · 13 years ago
  16. 5535195 make sure the default target for compilerplugins is building by Luboš Luňák · 13 years ago
  17. 4fd910a tutorial examples for writing new Clang plugin actions by Luboš Luňák · 13 years ago
  18. 18e6151 a bit more reliable detection of removed/added sources by Luboš Luňák · 13 years ago
  19. 276953e remove not needed #include by Luboš Luňák · 13 years ago
  20. f5ee30c append [loplugin] automatically in report() rathen than manually everywhere by Luboš Luňák · 13 years ago
  21. b4392c5 always use the report() helper by Luboš Luňák · 13 years ago
  22. 108a956 move clang plugin that's no longer needed by Luboš Luňák · 13 years ago
  23. a1c61eb move documentation of plugins to the .cxx files by Luboš Luňák · 13 years ago
  24. c6ffe17 automatically link all .cxx files in clang/ into the plugin by Luboš Luňák · 13 years ago
  25. a7c3adb avoid having to manuall modify sources when adding a new clang plugin by Luboš Luňák · 13 years ago
  26. b8f932b move plugin handling to separate source files by Luboš Luňák · 13 years ago
  27. 5ceaa68 one more config/ -> config_host/ fix after the rename by Luboš Luňák · 13 years ago
  28. 9b11db8 rewriters no longer create .new files, they modify sources directly by Luboš Luňák · 13 years ago
  29. 03910bd point to our wiki page on clang rather than clang homepage by Luboš Luňák · 13 years ago
  30. d9a5c6bd fix detection whether to ignore a source file or not by Luboš Luňák · 13 years ago
  31. 62532ad do not set our clang timestamp to the timestamp of the clang binary by Luboš Luňák · 13 years ago
  32. 428a815 I hate arbitrary integer types by Luboš Luňák · 13 years ago
  33. d5ea81b handle case of SRCDIR == BUILDDIR by Luboš Luňák · 13 years ago
  34. 258aca9 rewriter plugin for removing forward rtl string declarations by Luboš Luňák · 13 years ago
  35. c26e655 support for removing a statement as a whole by Luboš Luňák · 13 years ago
  36. 217e3f2 better handling of which files are processed by clang plugins by Luboš Luňák · 13 years ago
  37. 6ede7ad fix build by Lubos Lunak · 13 years ago
  38. 8b72753 better error handling when writing modified source by Lubos Lunak · 13 years ago
  39. e1b11cc config_clang.h by Lubos Lunak · 13 years ago
  40. 2ac26dc adjust clang plugins for srcdir != builddir by Luboš Luňák · 13 years ago
  41. a6d6d1c CLANGPLUGIN_CPPFLAGS did not actually work by Stephan Bergmann · 13 years ago
  42. f995e0f Adapt to current Clang trunk by Stephan Bergmann · 13 years ago
  43. 149858e Adapt to Clang 3.2 by Stephan Bergmann · 13 years ago
  44. 1ed9af9 skip 'else' from a macro expansion too by Luboš Luňák · 13 years ago
  45. 5646906 do not warn about missing area in SAL_DEBUG by Luboš Luňák · 13 years ago
  46. 9cabab0 CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard location by Stephan Bergmann · 13 years ago
  47. 1a77b93 only one warning per one SAL_INFO/SAL_WARN by Lubos Lunak · 13 years ago
  48. dc3aa43 rewriter for postfix->prefix operator++ by Luboš Luňák · 13 years ago
  49. 2e3642e convenience functions for source rewriters by Luboš Luňák · 13 years ago
  50. 0349c73 support for compiler rewriters by Luboš Luňák · 13 years ago
  51. 41d6a0e some namespacing improvements by Luboš Luňák · 13 years ago
  52. 1d5c2d8 document sallogareas compiler check by Luboš Luňák · 13 years ago
  53. f1b6058 remove debug output by Luboš Luňák · 13 years ago
  54. 1e313e7 compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.dox by Luboš Luňák · 13 years ago
  55. cd8a490 compilers don't seem to warn about unused variables in the global scope by Luboš Luňák · 13 years ago
  56. 2acc59e DeclBase::getLocation() gives better location than getLocStart() by Luboš Luňák · 13 years ago
  57. 2c37597 print something when compiling clang plugin too by Luboš Luňák · 13 years ago
  58. f56da8c9 rebuild clang plugin when clang changes by Luboš Luňák · 13 years ago
  59. d1eee07 avoid crash on pointers to functions by Luboš Luňák · 13 years ago
  60. 9c0304f do not report unnamed parameters as unused by Luboš Luňák · 13 years ago
  61. 06fb559 note about (not) linking llvm/clang libraries by Luboš Luňák · 13 years ago
  62. 7c4d3ea don't check next statement after if body if there's also an else part by Luboš Luňák · 13 years ago
  63. 4d3c6a0 ignore macro expansion completely for now by Luboš Luňák · 13 years ago
  64. 7cd19a8 do not analyse system headers in the compiler plugin by Luboš Luňák · 13 years ago
  65. 4d05099 do not force compiler plugin warnings to errors with -Werror, for now by Luboš Luňák · 13 years ago
  66. 4fc56b9 move some code to a common base by Luboš Luňák · 13 years ago
  67. d4aa136 compiler plugin check for if/while/true bodies with possibly {} missing by Luboš Luňák · 13 years ago
  68. 13e3954 compiler check for unused variables by Luboš Luňák · 13 years ago
  69. 02a8d36 initial support for clang compiler plugins by Luboš Luňák · 14 years ago