summaryrefslogtreecommitdiff
path: root/test/Analysis/NSString.m
AgeCommit message (Expand)Author
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2016-12-01[analyzer] Drop explicit mention of range constraint solverDominic Chen
2016-09-23[analyzer] Fix crash in RetainCountChecker::checkEndFunctionAlexander Shaposhnikov
2016-03-28[analyzer] Use BodyFarm-synthesized body even when actual body available.Devin Coughlin
2013-02-22[analyzer] Place all inlining policy checks into one palceAnna Zaks
2013-02-02[analyzer] Always inline functions with bodies generated by BodyFarm.Anna Zaks
2012-10-11Remove OSAtomicChecker.Ted Kremenek
2012-08-24Fix analyzer tests.Ted Kremenek
2012-08-22Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-09-02[analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek
2011-03-08Make the Objective-C checker look for subclasses of NSString instead of just ...Anders Carlsson
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Migrate OSAtomicChecker to CheckerV2.Argyrios Kyrtzidis
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis
2011-02-16[analyzer] Use the new registration mechanism on the apple checkers:Argyrios Kyrtzidis
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2010-01-11Enhance ScanReachableSymbols::scan(). Now another OSAtomic test case passes.Zhongxing Xu
2010-01-11Enhance SVals::getAsRegion: get the region that is converted to an integer.Zhongxing Xu
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu
2009-12-09Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We...Ted Kremenek
2009-12-09OSAtomic simulation: use the original region as the location to load from,Zhongxing Xu
2009-11-16Handle case of missing '@end' in implementation contextFariborz Jahanian
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-15Per an astute observation from Zhongxing Xu, remove a "special case" logic inTed Kremenek
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek
2009-07-29Add another analyzer test case involving an OSAtomic function.Ted Kremenek
2009-07-21Prep for new warning.Mike Stump
2009-07-20This test now passes with RegionStore.Ted Kremenek
2009-07-10Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek
2009-07-06Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek
2009-05-19Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman
2009-05-13Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...Ted Kremenek
2009-05-11Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto...Ted Kremenek
2009-05-03Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or ...Ted Kremenek
2009-05-02Add CFG support for @synchronized. This fixes <rdar://problem/6848820>.Ted Kremenek