aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29[analyzer] Remove explicit argument processing from ExprEngine::VisitObjCMess...Ted Kremenek
2011-07-29[analyzer] Remove recursive visitation in ExprEngine::VisitLValObjCIvarRefExp...Ted Kremenek
2011-07-29[analyzer] tighten up ExprEngine::VisitObjCAtSynchronizationStmt().Ted Kremenek
2011-07-29[analyzer] Remove recursive visitation in ExprEngine::VisitObjCPropertyRefExp...Ted Kremenek
2011-07-29[analyzer] Remove recursive visitation in ExprEngine::VisitCallExpr because i...Ted Kremenek
2011-07-29[analyzer] Remove recursive visitation in ExprEngine::VisitMemberExpr because...Ted Kremenek
2011-07-29[analyzer] Remove recursive visitation in ExprEngine::VisitLvalArraySubscript...Ted Kremenek
2011-07-29On Darwin, libc++ may be installed alongside the compiler inDouglas Gregor
2011-07-29Renamed Loaded member to ImportedBy, as it's easier to read. Added another s...Jonathan D. Turner
2011-07-29Add a missing \endcode for DoxygenDouglas Gregor
2011-07-29Remove some unnecessary single element array temporaries.Jay Foad
2011-07-29Make DiagnosticErrorTrap keep a count of the errors that occurred so multipleArgyrios Kyrtzidis
2011-07-29This patch makes the string/character literal tests run in C,Douglas Gregor
2011-07-29Remove unused debug functionDouglas Gregor
2011-07-29In the ASTReader, replace the continuous range maps whose value typesDouglas Gregor
2011-07-29Fix assertion failure in CodeGen where the input operand to an asmPeter Collingbourne
2011-07-29Fix an inconsistency in Sema::ConvertArgumentsForCall in thatPeter Collingbourne
2011-07-29Move the base type ID from the ASTReader's global type map into theDouglas Gregor
2011-07-29Remove an unused function (found by Clang's -Wunused-function)Chandler Carruth
2011-07-28objective-c: warn if implementation of a method in categoryFariborz Jahanian
2011-07-28Some documentation fixes so that we are explicit about which iteration order ...Jonathan D. Turner
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-07-28Remove flat store tests.Ted Kremenek
2011-07-28Remove FlatStoreManager and BasicStoreManager. The latter has long been obso...Ted Kremenek
2011-07-28[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek
2011-07-28[analyzer] fix bug in malloc checker where the tracked symbol would not prope...Ted Kremenek
2011-07-28[analyzer] add accessor to StoreRef.Ted Kremenek
2011-07-28[analyzer] Add StoreManager::includedInBindings() to to query whether a regio...Ted Kremenek
2011-07-28[analyzer] Add safety checking in RegionStoreManager for string literal under...Ted Kremenek
2011-07-28[analyzer] Teach Environment to not look through MaterializeTemporaryExprs.Ted Kremenek
2011-07-28[analyzer] Fix bug in ObjCMessage where casts were being incorrectly ignored.Ted Kremenek
2011-07-28[analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...Ted Kremenek
2011-07-28Introduce the local-global mapping for preprocessed entities, and useDouglas Gregor
2011-07-28Use local-to-global mapping appropriately for macro definitions in the ASTReaderDouglas Gregor
2011-07-28Use the local -> global mapping functions for selectors moreDouglas Gregor
2011-07-28Teach the ASTReader to perform local and global mapping of identifierDouglas Gregor
2011-07-28Add a fixit for removal of unused label.Anna Zaks
2011-07-28Fix a test case that was intermittently failing. The issue was that instanti...Richard Trieu
2011-07-28Added basic parsing for all remaining attributes, thread safetyCaitlin Sadowski
2011-07-28Another test case for the &/* mismatch fixit.Anna Zaks
2011-07-28Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks
2011-07-28Make the deserialization of Sema::PendingInstantiations lazy. At thisDouglas Gregor
2011-07-28Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...Anna Zaks
2011-07-28Promote the deserialized PendingInstantiations vector from being aDouglas Gregor
2011-07-28Lazily deserialize Sema::VTableUses. Plus, fix the utterly andDouglas Gregor
2011-07-28Thread safety: Fix typo in documentationCaitlin Sadowski
2011-07-28Make Sema::WeakUndeclaredIdentifiers lazily deserialized.Douglas Gregor
2011-07-28Add missing documentation onto new member variable.Jonathan D. Turner
2011-07-28Added parsing for guarded_var, pt_guarded_var, lockable,Caitlin Sadowski
2011-07-28Switch the ModuleManager over to using a FileManager and FileEntry* as part o...Jonathan D. Turner