1. 22 Sep, 2015 1 commit
    • Support parsing defined operator generated by macro expansion · 261f5379
      Olli Etuaho authored
      dEQP tests enforce that the defined operator should be parsed even when
      it is generated as a result of macro expansion, even though this is
      undefined according to the C++ preprocessor spec.
      
      Implement support for this by putting the parsing for the defined
      operator inside MacroExpander. The operator gets processed right after
      it is generated by macro expansion. Parsing the defined operator is
      toggled with a boolean according to the context where MacroExpander
      is used.
      
      BUG=angleproject:989
      TEST=angle_unittests,
           dEQP-GLES3.functional.shaders.preprocessor.* - 2 tests start passing:
           dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.basic_2*
      
      Change-Id: I780e63bd4558253657d898685d62339017564a06
      Reviewed-on: https://chromium-review.googlesource.com/300970Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
      Tested-by: 's avatarOlli Etuaho <oetuaho@nvidia.com>
  2. 21 Sep, 2015 1 commit
  3. 17 Sep, 2015 2 commits
  4. 16 Sep, 2015 9 commits
  5. 15 Sep, 2015 3 commits
  6. 14 Sep, 2015 12 commits
  7. 11 Sep, 2015 12 commits