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