Skip to content
Snippets Groups Projects
  1. Jun 05, 2017
  2. Jun 04, 2017
  3. Mar 15, 2017
  4. Feb 28, 2017
  5. Dec 10, 2016
  6. Sep 19, 2016
  7. Jun 27, 2016
  8. Feb 16, 2016
  9. Dec 11, 2015
  10. Sep 16, 2015
  11. Aug 19, 2015
    • John Kessenich's avatar
      Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based... · fc51d284
      John Kessenich authored
      Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST.
      
      If this breaks your AST consumer, best is to modify it to test
      against the enum values instead of doing string comparisons on
      built-in function names.  This is the reason the change was made.
      
      If you need the old behavior, you should be able to get it back by changing
      PureOperatorBuiltins to be false instead of true.  This path will work for
      a while, but is marked deprecated.
      
      Also, the old behavior is tagged as release 2.4.
      fc51d284
  12. Aug 17, 2015
  13. Jun 19, 2015
  14. May 18, 2015
  15. Apr 29, 2015
  16. Oct 08, 2014
  17. Aug 19, 2014
  18. Aug 13, 2014
  19. Aug 12, 2014
  20. Aug 11, 2014
  21. Aug 10, 2014
  22. Apr 14, 2014
  23. Mar 31, 2014
  24. Feb 03, 2014
  25. Jan 08, 2014
  26. Jan 07, 2014
  27. Jan 06, 2014
  28. Dec 09, 2013
  29. Dec 07, 2013
  30. Dec 06, 2013
  31. Dec 05, 2013
  32. Nov 20, 2013
  33. Nov 08, 2013
  34. Oct 24, 2013
  35. Oct 22, 2013
Loading