[C++11] Use 'nullptr'. Unittests edition.
authorCraig Topper <craig.topper@gmail.com>
Sun, 8 Jun 2014 08:38:12 +0000 (08:38 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 8 Jun 2014 08:38:12 +0000 (08:38 +0000)
commit416fa34b873f40393a2e52827e9ab2a12133a921
tree144c566ff6d62526cce37a9feec3f45171514bbc
parent69186e731ffd95c3d3c2b70d36e306d109c92630
[C++11] Use 'nullptr'. Unittests edition.

llvm-svn: 210423
19 files changed:
clang/unittests/AST/ASTVectorTest.cpp
clang/unittests/AST/CommentParser.cpp
clang/unittests/AST/StmtPrinterTest.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.h
clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
clang/unittests/Basic/FileManagerTest.cpp
clang/unittests/Basic/SourceManagerTest.cpp
clang/unittests/Basic/VirtualFileSystemTest.cpp
clang/unittests/Lex/LexerTest.cpp
clang/unittests/Lex/PPCallbacksTest.cpp
clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
clang/unittests/Sema/ExternalSemaSourceTest.cpp
clang/unittests/Tooling/CommentHandlerTest.cpp
clang/unittests/Tooling/CompilationDatabaseTest.cpp
clang/unittests/Tooling/RefactoringTest.cpp
clang/unittests/Tooling/RewriterTestContext.h
clang/unittests/Tooling/ToolingTest.cpp
clang/unittests/libclang/LibclangTest.cpp