Skip to content
Snippets Groups Projects
  1. Jul 12, 2019
  2. Nov 15, 2018
  3. Sep 06, 2018
  4. Apr 12, 2018
  5. Mar 05, 2018
  6. Jun 06, 2017
    • Vassil Vassilev's avatar
      Do not confuse clang-format. · 68a8a335
      Vassil Vassilev authored
      ClassImp is a macro defined in Rtypes.h. It can be written without trailing
      semicolon. However, clang-format is based on lexing and it doesn't know at
      all about preprocessors and how to expand macros. When visiting ClassImp(X)
      it thinks this is not a completed entity (as it doesn't expand macros) and
      considers the next line as continuation of the previous.
      
      Inserting a semicolon fixes the issue and makes formatting with clang-format
      in the ROOT codebase less tricky.
      68a8a335
  7. Jun 01, 2017
  8. May 16, 2017
  9. Apr 11, 2017
  10. Aug 30, 2016
  11. Apr 08, 2016
  12. Sep 29, 2015
  13. Jul 23, 2015
  14. Jul 22, 2015
  15. Jul 10, 2015
  16. Jun 26, 2015
  17. Jun 25, 2015
  18. Jun 23, 2015
  19. Jun 18, 2015
  20. Jun 09, 2015
  21. Jun 03, 2015
Loading