diff options
Diffstat (limited to 'clang/tools/libclang/CXComment.h')
| -rw-r--r-- | clang/tools/libclang/CXComment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/CXComment.h b/clang/tools/libclang/CXComment.h index 606ee26bb68..d9d2bdef412 100644 --- a/clang/tools/libclang/CXComment.h +++ b/clang/tools/libclang/CXComment.h @@ -44,7 +44,7 @@ template<typename T> static inline const T *getASTNodeAs(CXComment CXC) { const comments::Comment *C = getASTNode(CXC); if (!C) - return NULL; + return nullptr; return dyn_cast<T>(C); } |

