1. 16 Jun, 2014 1 commit
    • Christopher Dembia's avatar
      Fix Clang warning about unhandled enum values. · debf09a4
      Christopher Dembia authored
      Clang had been generating the following warning:
      
      ```
      ParsedExpression.cpp:123:13:
      warning:
            30 enumeration values not handled in switch: 'CONSTANT', 'VARIABLE',
            'CUSTOM'...
                  [-Wswitch]
                      switch (node.getOperation().getId()) {
                                      ^
                                      1 warning generated.
      ```
      
      To get rid of this warning, I added a default case, which does nothing.
      debf09a4
  2. 13 Jun, 2014 2 commits
  3. 12 Jun, 2014 2 commits
  4. 11 Jun, 2014 3 commits
  5. 10 Jun, 2014 7 commits
  6. 09 Jun, 2014 1 commit
  7. 07 Jun, 2014 1 commit
  8. 06 Jun, 2014 3 commits
  9. 03 Jun, 2014 4 commits
  10. 02 Jun, 2014 2 commits
  11. 30 May, 2014 3 commits
  12. 29 May, 2014 3 commits
  13. 28 May, 2014 8 commits