Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Clean up code using clang-tidy #359

Merged
merged 3 commits into from
Mar 8, 2016
Merged

Commits on Mar 4, 2016

  1. Formatting namespaces with clang-tidy

    Using : -checks=llvm-namespace-comment
    
    Signed-off-by: Florian Poncabaré <[email protected]>
    Florian Poncabaré committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    00e3f75 View commit details
    Browse the repository at this point in the history
  2. Changing NULL to nullptr with clang-tidy

    Using : -checks=modernize-use-nullptr
    
    Signed-off-by: Florian Poncabaré <[email protected]>
    Florian Poncabaré committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    ddb5173 View commit details
    Browse the repository at this point in the history
  3. Use auto to improve readability

    Using : -checks=modernize-use-auto
    
    Signed-off-by: Florian Poncabaré <[email protected]>
    Florian Poncabaré committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    3afc389 View commit details
    Browse the repository at this point in the history