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. 04 Oct, 2018 1 commit
  3. 03 Oct, 2018 1 commit
  4. 02 Oct, 2018 4 commits
  5. 01 Oct, 2018 4 commits
  6. 30 Sep, 2018 1 commit
  7. 28 Sep, 2018 1 commit
  8. 27 Sep, 2018 1 commit
  9. 26 Sep, 2018 16 commits
  10. 25 Sep, 2018 10 commits