Skip to content
Snippets Groups Projects
  1. Oct 06, 2018
    • 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. Oct 05, 2018
  3. Oct 04, 2018
  4. Oct 03, 2018
  5. Oct 02, 2018
  6. Oct 01, 2018
  7. Sep 29, 2018
  8. Sep 27, 2018
  9. Sep 26, 2018
Loading