1. 05 Oct, 2018 1 commit
    • Abseil Team's avatar
      Apply clang-tidy modernize-use-nullptr to googletest. · 4bb49ed6
      Abseil Team authored
      Now that googletest has moved to C++11, it should no longer
      use NULL or 0 for the null pointer. This patch converts all
      such usages to nullptr using clang-tidy.
      
      This prevents LLVM from issuing -Wzero-as-null-pointer-constant
      warnings.
      
      PiperOrigin-RevId: 215814400
      4bb49ed6
  2. 14 Sep, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · ffc9baeb
      Abseil Team authored
      Treat default-constructed string_view same as constructed from "".
      In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith,
      etc.), a default-constructed string_view (nullptr) should be semantically same
      as a empty string "".
      
      PiperOrigin-RevId: 212816839
      ffc9baeb
  3. 27 Aug, 2018 1 commit
  4. 14 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · a3c0dd0f
      Gennadiy Civil authored
      Comments changes, no functionality changes
      a3c0dd0f
  5. 20 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · a02af2f6
      Gennadiy Civil authored
      code merge
      a02af2f6
  6. 19 Jul, 2018 1 commit
  7. 18 Jul, 2018 1 commit
  8. 02 May, 2018 1 commit
  9. 25 Apr, 2018 1 commit
  10. 19 Apr, 2018 3 commits
  11. 18 Apr, 2018 10 commits
  12. 17 Apr, 2018 3 commits
  13. 12 Apr, 2018 4 commits
  14. 05 Apr, 2018 4 commits
  15. 04 Apr, 2018 6 commits
  16. 16 Mar, 2018 1 commit