Age | Commit 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-29 | On Darwin, libc++ may be installed alongside the compiler in | Douglas Gregor |
2011-07-29 | Renamed Loaded member to ImportedBy, as it's easier to read. Added another s... | Jonathan D. Turner |
2011-07-29 | Add a missing \endcode for Doxygen | Douglas Gregor |
2011-07-29 | Remove some unnecessary single element array temporaries. | Jay Foad |
2011-07-29 | Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple | Argyrios Kyrtzidis |
2011-07-29 | This patch makes the string/character literal tests run in C, | Douglas Gregor |
2011-07-29 | Remove unused debug function | Douglas Gregor |
2011-07-29 | In the ASTReader, replace the continuous range maps whose value types | Douglas Gregor |
2011-07-29 | Fix assertion failure in CodeGen where the input operand to an asm | Peter Collingbourne |
2011-07-29 | Fix an inconsistency in Sema::ConvertArgumentsForCall in that | Peter Collingbourne |
2011-07-29 | Move the base type ID from the ASTReader's global type map into the | Douglas Gregor |
2011-07-29 | Remove an unused function (found by Clang's -Wunused-function) | Chandler Carruth |
2011-07-28 | objective-c: warn if implementation of a method in category | Fariborz Jahanian |
2011-07-28 | Some documentation fixes so that we are explicit about which iteration order ... | Jonathan D. Turner |
2011-07-28 | Really remove FlatStoreManager and BasicStoreManager, this time from the driv... | Ted Kremenek |
2011-07-28 | Remove flat store tests. | Ted Kremenek |
2011-07-28 | Remove 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-28 | Introduce the local-global mapping for preprocessed entities, and use | Douglas Gregor |
2011-07-28 | Use local-to-global mapping appropriately for macro definitions in the ASTReader | Douglas Gregor |
2011-07-28 | Use the local -> global mapping functions for selectors more | Douglas Gregor |
2011-07-28 | Teach the ASTReader to perform local and global mapping of identifier | Douglas Gregor |
2011-07-28 | Add a fixit for removal of unused label. | Anna Zaks |
2011-07-28 | Fix a test case that was intermittently failing. The issue was that instanti... | Richard Trieu |
2011-07-28 | Added basic parsing for all remaining attributes, thread safety | Caitlin Sadowski |
2011-07-28 | Another test case for the &/* mismatch fixit. | Anna Zaks |
2011-07-28 | Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). | Anna Zaks |
2011-07-28 | Make the deserialization of Sema::PendingInstantiations lazy. At this | Douglas Gregor |
2011-07-28 | Refactor the */& mismatch fixit generation out of SemaOverload and provide a ... | Anna Zaks |
2011-07-28 | Promote the deserialized PendingInstantiations vector from being a | Douglas Gregor |
2011-07-28 | Lazily deserialize Sema::VTableUses. Plus, fix the utterly and | Douglas Gregor |
2011-07-28 | Thread safety: Fix typo in documentation | Caitlin Sadowski |
2011-07-28 | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor |
2011-07-28 | Add missing documentation onto new member variable. | Jonathan D. Turner |
2011-07-28 | Added parsing for guarded_var, pt_guarded_var, lockable, | Caitlin Sadowski |
2011-07-28 | Switch the ModuleManager over to using a FileManager and FileEntry* as part o... | Jonathan D. Turner |