- f47a7f8 classof isn't right. This is causing assertion failures somehow now. by Chris Lattner · 17 years ago
- adb83b4 Shrink the builtinID down by 3 bits, allowing all the bitfields to by Chris Lattner · 17 years ago
- ff38491 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 17 years ago
- f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
- f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
- 675218b add comments. by Chris Lattner · 17 years ago
- 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
- fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
- e5ab7f3 Every decl has a SourceLocation, move the location info into the Decl class instead of being in subclasses. by Chris Lattner · 17 years ago
- 7e62072 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
- b97de3e simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
- 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
- d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
- 48569ed Removed DataflowStmtVisitor. It is no longer used, and is obsoleted by Ted Kremenek · 17 years ago
- 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
- 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
- 29238a0 by Steve Naroff · 17 years ago
- 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
- 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
- b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
- 0e2dfd3 minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
- 1b38642 fix an incorrect assertion by Chris Lattner · 17 years ago
- 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
- 3a165b0 by Steve Naroff · 17 years ago
- 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
- e260e62 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago
- 37e58d1 by Steve Naroff · 17 years ago
- 93efc02 Unified SuperClass field name in an objective-c class. by Fariborz Jahanian · 17 years ago
- 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
- a5997c4 by Steve Naroff · 17 years ago
- 768f26e by Steve Naroff · 17 years ago
- ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
- 6a8a9a4 by Steve Naroff · 17 years ago
- 6019903 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
- 4d20f2d Moved ProgramEdge out out include/.../Analysis/PathSensitive to include/.../Analysis, as it is now used by the FlowSensitive subsystem as well. by Ted Kremenek · 17 years ago
- 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
- 4c3fbe3 Added DenseMapInfo traits for ProgramEdges by Ted Kremenek · 17 years ago
- c1581a0 Added a missing #include. by Hartmut Kaiser · 17 years ago
- 06ae8d6 by Steve Naroff · 17 years ago
- 0c6b624 by Steve Naroff · 17 years ago
- 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
- 63f5887 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
- 980e508 by Steve Naroff · 17 years ago
- 991e48b Moved two bitfields back to top of class ObjcMethodDecl so they pack by Fariborz Jahanian · 17 years ago
- d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
- d664ff7 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
- 1f945f6 Add a new getLength() method to IdentifierInfo, which relies on a newly added by Chris Lattner · 17 years ago
- 7cb8491 improve comment. by Chris Lattner · 17 years ago
- 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
- 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
- 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
- 5b6b72f by Steve Naroff · 17 years ago
- eb19188 Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that by Ted Kremenek · 17 years ago
- bcfb06a by Steve Naroff · 17 years ago
- f63aa45 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 17 years ago
- ca64cef Refactored ExprDeclBitVector into two classes: by Ted Kremenek · 17 years ago
- 677190f Fixed bug where declaration initializer expressions were not by Ted Kremenek · 17 years ago
- cb152a7 Added iterator mechanism to iterator over the decls and expressions by Ted Kremenek · 17 years ago
- 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
- a1de8c7 Fixed several bugs in the propagation of "uninitialized value" by Ted Kremenek · 17 years ago
- d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
- 4cbcb89 by Steve Naroff · 17 years ago
- aead153 Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean by Ted Kremenek · 17 years ago
- 68d331a by Steve Naroff · 17 years ago
- c592522 Added extra guard for null Stmt* when traversing the AST using VisitChildren. by Ted Kremenek · 17 years ago
- d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
- 1de632b Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client by Ted Kremenek · 17 years ago
- 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
- ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
- fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago
- d9bfa8c Added extra "constness" to parameter. by Ted Kremenek · 17 years ago
- 67cfad6 Added PersistentMap, an ADT that implements a map data structure that by Ted Kremenek · 17 years ago
- d33218c Added smart pointer class "IntrusiveSPtr" that handles reference by Ted Kremenek · 17 years ago
- 031b2d2 Fix for 64-bit systems. by Chris Lattner · 17 years ago
- a8ae51f Fixed VC++ bitfield to unsigned/signed sign propagation issue. by Hartmut Kaiser · 17 years ago
- 3d2313e add comments. by Chris Lattner · 17 years ago
- c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
- 1c9bdae work around bugs and missing features in apfloat. by Chris Lattner · 17 years ago
- 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
- b27c156 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
- 764a7ce Make case sorting deterministic by not depending on pointer by Chris Lattner · 17 years ago
- 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
- 57634c7 Renamed "include/clang/Analysis/CFGVisitors" "<snip>/Analysis/Visitors". by Ted Kremenek · 17 years ago
- adfb987 Moved include/clang/Analysis/*Visitor.h to include/clang/Analysis/CFGVisitors. by Ted Kremenek · 17 years ago
- bd51b87 Handle forward declaration of classes and prevent re-instantiation of by Fariborz Jahanian · 17 years ago
- 1d5b0e3 Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago
- d2a4a1a Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of Stmt.h not to have to pay the cost by Ted Kremenek · 17 years ago
- 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
- 5e97d4b Added GraphTraits template specialization for Stmt* to treat ASTs like graphs. by Ted Kremenek · 17 years ago
- b297754 More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
- ba0c5d6 Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
- 21d5a95 by Steve Naroff · 17 years ago
- 563477d by Steve Naroff · 17 years ago
- fe1b1e6 DataflowSolver now acccepts an "_Equal" template parameter that allows the user by Ted Kremenek · 17 years ago
- f5a9518 Fixed bug where getBitRef would incorrectly grab the bit from the by Ted Kremenek · 17 years ago
- 43a1698 More refactoring and code reduction. by Ted Kremenek · 17 years ago
- a90b0d1 Added member template CFG::VisitBlockStmts to provide a succinct way by Ted Kremenek · 17 years ago
- a36c654 Additional comments and cosmetic cleanups. by Ted Kremenek · 17 years ago
- fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
- 105bfee Modified DataFlowValues and DataflowSolver to associate dataflow value by Ted Kremenek · 17 years ago