Reland 2: [analyzer] NFC: Update test infrastructure to support multiple constraint managers
Summary: Replace calls to %clang/%clang_cc1 with %clang_analyze_cc1 when invoking static analyzer, and perform runtime substitution to select the appropriate constraint manager, per D28952. Reviewers: xazax.hun, NoQ, zaks.anna, dcoughlin Subscribers: mgorny, rgov, mikhail.ramalho, a.sidorin, cfe-commits Differential Revision: https://reviews.llvm.org/D30373 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296835 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- test/Analysis/CFContainers-invalid.c 1 addition, 1 deletiontest/Analysis/CFContainers-invalid.c
- test/Analysis/CFContainers.mm 1 addition, 1 deletiontest/Analysis/CFContainers.mm
- test/Analysis/CFDateGC.m 1 addition, 1 deletiontest/Analysis/CFDateGC.m
- test/Analysis/CFNumber.c 1 addition, 1 deletiontest/Analysis/CFNumber.c
- test/Analysis/CFRetainRelease_NSAssertionHandler.m 1 addition, 1 deletiontest/Analysis/CFRetainRelease_NSAssertionHandler.m
- test/Analysis/CGColorSpace.c 1 addition, 1 deletiontest/Analysis/CGColorSpace.c
- test/Analysis/CheckNSError.m 1 addition, 1 deletiontest/Analysis/CheckNSError.m
- test/Analysis/DeallocMissingRelease.m 3 additions, 3 deletionstest/Analysis/DeallocMissingRelease.m
- test/Analysis/DeallocUseAfterFreeErrors.m 1 addition, 1 deletiontest/Analysis/DeallocUseAfterFreeErrors.m
- test/Analysis/DynamicTypePropagation.m 1 addition, 1 deletiontest/Analysis/DynamicTypePropagation.m
- test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp 2 additions, 2 deletionstest/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
- test/Analysis/Malloc+MismatchedDeallocator_intersections.cpp 1 addition, 1 deletiontest/Analysis/Malloc+MismatchedDeallocator_intersections.cpp
- test/Analysis/Malloc+NewDelete_intersections.cpp 2 additions, 2 deletionstest/Analysis/Malloc+NewDelete_intersections.cpp
- test/Analysis/MemRegion.cpp 1 addition, 1 deletiontest/Analysis/MemRegion.cpp
- test/Analysis/MismatchedDeallocator-checker-test.mm 1 addition, 1 deletiontest/Analysis/MismatchedDeallocator-checker-test.mm
- test/Analysis/MismatchedDeallocator-path-notes.cpp 2 additions, 2 deletionstest/Analysis/MismatchedDeallocator-path-notes.cpp
- test/Analysis/MissingDealloc.m 2 additions, 2 deletionstest/Analysis/MissingDealloc.m
- test/Analysis/NSContainers.m 1 addition, 1 deletiontest/Analysis/NSContainers.m
- test/Analysis/NSPanel.m 1 addition, 1 deletiontest/Analysis/NSPanel.m
- test/Analysis/NSString.m 4 additions, 4 deletionstest/Analysis/NSString.m
Loading
Please register or sign in to comment