[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] c29e12: drop_front doesn't mutate the string but rather re...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: c29e1261c72715e45829999262495dbd80c5cba1
      https://github.com/csmith-project/creduce/commit/c29e1261c72715e45829999262495dbd80c5cba1
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
    M clang_delta/RenameCXXMethod.cpp

  Log Message:
  -----------
  drop_front doesn't mutate the string but rather returns the new string:

http://llvm.org/docs/doxygen/html/classllvm_1_1StringRef.html#ad977ad21e398b4cda9801dc8e86cf169


  Commit: fc4643ef01dfe161de19b6f805e8a562b144842e
      https://github.com/csmith-project/creduce/commit/fc4643ef01dfe161de19b6f805e8a562b144842e
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
    M clang_delta/RenameCXXMethod.cpp

  Log Message:
  -----------
  Merge pull request #107 from regehr/drop-front-fix

drop_front doesn't mutate the string but rather returns the new string:


Compare: https://github.com/csmith-project/creduce/compare/1f250b205584...fc4643ef01df