ASTContext::OMPTraitInfoVector: Use unique_ptr to simplify memory management
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 29 Apr 2020 03:18:01 +0000 (20:18 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 29 Apr 2020 05:31:16 +0000 (22:31 -0700)
commitfcee80737c3272dc9de2dfd9635a1e90db215c7a
tree0c33c3bcc4e2ca4567f3a3364326b6e60e390a75
parentcbae0d8221c7a5de229913754d4a6bf562a7db67
ASTContext::OMPTraitInfoVector: Use unique_ptr to simplify memory management
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp