summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NSString.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-4/+4
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-4/+4
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-4/+4
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-4/+4
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-4/+4
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-4/+4
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-4/+4
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-4/+4
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-4/+4
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-4/+4
* [analyzer] Fix crash in RetainCountChecker::checkEndFunctionAlexander Shaposhnikov2016-09-231-2/+6
* [analyzer] Use BodyFarm-synthesized body even when actual body available.Devin Coughlin2016-03-281-1/+14
* [analyzer] Place all inlining policy checks into one palceAnna Zaks2013-02-221-0/+1
* [analyzer] Always inline functions with bodies generated by BodyFarm.Anna Zaks2013-02-021-0/+24
* Remove OSAtomicChecker.Ted Kremenek2012-10-111-2/+2
* Fix analyzer tests.Ted Kremenek2012-08-241-2/+2
* Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek2012-08-221-2/+0
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-4/+4
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-7/+7
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-4/+4
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-4/+4
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-5/+0
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-8/+8
* Make the Objective-C checker look for subclasses of NSString instead of just ...Anders Carlsson2011-03-081-0/+7
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-8/+8
* [analyzer] Migrate OSAtomicChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-8/+8
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-8/+8
* [analyzer] Use the new registration mechanism on the apple checkers:Argyrios Kyrtzidis2011-02-161-8/+8
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-8/+8
* Enhance ScanReachableSymbols::scan(). Now another OSAtomic test case passes.Zhongxing Xu2010-01-111-0/+8
* Enhance SVals::getAsRegion: get the region that is converted to an integer.Zhongxing Xu2010-01-111-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-8/+8
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-8/+8
* Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We...Ted Kremenek2009-12-091-4/+20
* OSAtomic simulation: use the original region as the location to load from,Zhongxing Xu2009-12-091-2/+2
* Handle case of missing '@end' in implementation contextFariborz Jahanian2009-11-161-2/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-8/+8
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Per an astute observation from Zhongxing Xu, remove a "special case" logic inTed Kremenek2009-10-151-10/+45
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-2/+0
* Add another analyzer test case involving an OSAtomic function.Ted Kremenek2009-07-291-0/+6
* Prep for new warning.Mike Stump2009-07-211-0/+1
* This test now passes with RegionStore.Ted Kremenek2009-07-201-5/+3
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-2/+2
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-1/+3
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-4/+4
* Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...Ted Kremenek2009-05-131-3/+28
* Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto...Ted Kremenek2009-05-111-0/+12
* Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or ...Ted Kremenek2009-05-031-1/+18
* Add CFG support for @synchronized. This fixes <rdar://problem/6848820>.Ted Kremenek2009-05-021-0/+8
OpenPOWER on IntegriCloud