- 605cc84 future notes & minor changes by Kevin · 17 years ago
- 2443d91 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
- 6b1ed8d simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
- a845bbe add a missing ; by Chris Lattner · 17 years ago
- d5c9d3d stub out some printing of objc decls. by Chris Lattner · 17 years ago
- 0db667a speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
- 8c9d29f speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
- a02a398 fix grammaro by Chris Lattner · 17 years ago
- 4651ab6 edits by Chris Lattner · 17 years ago
- 1ce4e4e fix accidental commit by Chris Lattner · 17 years ago
- 29e3db3 edits by Chris Lattner · 17 years ago
- 322fe70 various minor edits, e.g. & -> & by Chris Lattner · 17 years ago
- 96a8ca2 New directory. by Kevin · 17 years ago
- 5bbaee2 add a warning. by Chris Lattner · 17 years ago
- 21f9473 minor edits by Chris Lattner · 17 years ago
- 28db74b Fix spacing issues. by Bill Wendling · 17 years ago
- c440f21 Just say "No" to non-ASCII things. by Bill Wendling · 17 years ago
- ba4789a Remove non-ASCII ' by Bill Wendling · 17 years ago
- afda30a 1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1). by Kevin · 17 years ago
- 6f11f6a Modifications to XCode project: by Ted Kremenek · 17 years ago
- 94067f8 Removed DataflowStmtVisitor. It is no longer used, and is obsoleted by Ted Kremenek · 17 years ago
- 0210cfb A message on the main page about bulding clang. by Kevin · 17 years ago
- b3b52c4 new site -- the rest of it by Kevin · 17 years ago
- 8daceaf new site by Kevin · 17 years ago
- a096e1d This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
- cf9dbf2 Support case statement ranges. by Devang Patel · 17 years ago
- ec808cb Per request... about to make changes to the website. by Kevin · 17 years ago
- 48ed6f8 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
- f9e80db by Steve Naroff · 17 years ago
- 67907bd Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
- e58e080 switch statement code gen. by Devang Patel · 17 years ago
- 37c9c61 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
- 84082af More tab removal activity. by Fariborz Jahanian · 17 years ago
- d77ce0e minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
- 9dd383a fix an incorrect assertion by Chris Lattner · 17 years ago
- cbc36d4 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
- fa601d5 Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
- b82d6ef minor cleanup by Chris Lattner · 17 years ago
- a84a126 move DeclObjc.h down to be alphabetically organized by Chris Lattner · 17 years ago
- 25aace8 by Steve Naroff · 17 years ago
- 78adb39 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
- 7f58c14 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago
- b4dfe36 by Steve Naroff · 17 years ago
- 91b708d Unified SuperClass field name in an objective-c class. by Fariborz Jahanian · 17 years ago
- 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
- 89529b1 by Steve Naroff · 17 years ago
- f4bc79a by Steve Naroff · 17 years ago
- d3952f3 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
- fa465d1 by Steve Naroff · 17 years ago
- 9745645 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
- 35bc4d2 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
- a91aa32 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
- 9e99008 Added DenseMapInfo traits for ProgramEdges by Ted Kremenek · 17 years ago
- 96db856 by Steve Naroff · 17 years ago
- 379cf51 Added a missing #include. by Hartmut Kaiser · 17 years ago
- f280f5f by Steve Naroff · 17 years ago
- 4d5e5b1 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
- e8f248d by Steve Naroff · 17 years ago
- 8ce772b Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
- 3a81982 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
- 3fafa10 by Steve Naroff · 17 years ago
- a950a57 Moved two bitfields back to top of class ObjcMethodDecl so they pack by Fariborz Jahanian · 17 years ago
- bec0d56 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
- ad5682f Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
- ad21a61 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
- 2edb173 Add a new getLength() method to IdentifierInfo, which relies on a newly added by Chris Lattner · 17 years ago
- 3c9e4da Fix a bug I just introduced. by Chris Lattner · 17 years ago
- 90f163b improve comment. by Chris Lattner · 17 years ago
- 25b8285 simplify an expression by Chris Lattner · 17 years ago
- a00e074 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
- f7cf3a6 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
- dd243ef Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
- 0c5affb Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
- 5b82d95 by Steve Naroff · 17 years ago
- 319e89e Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that by Ted Kremenek · 17 years ago
- 6cb1d36 by Steve Naroff · 17 years ago
- 9729936 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
- 83a6ba1 Fixed bug where assignments to variables wrapped in parentheses would not by Ted Kremenek · 17 years ago
- f87111b Fixed UninitializedValues to properly propagate uninitialized "taint" by Ted Kremenek · 17 years ago
- 4f20054 DeadStores no longer reports warnings for stores to non-local variables. by Ted Kremenek · 17 years ago
- eebf131 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 17 years ago
- 67c0b61 Refactored ExprDeclBitVector into two classes: by Ted Kremenek · 17 years ago
- 528e2a5 Fixed bug where declaration initializer expressions were not by Ted Kremenek · 17 years ago
- 3a887aa Added iterator mechanism to iterator over the decls and expressions by Ted Kremenek · 17 years ago
- 5975f77 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
- 6b57649 Fixed several bugs in the propagation of "uninitialized value" by Ted Kremenek · 17 years ago
- 171ceb5 Patch to use case-stmt for keywords used as selectgor names. by Fariborz Jahanian · 17 years ago
- 1e4e82f Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
- e41de35 by Steve Naroff · 17 years ago
- bfbb7fb Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean by Ted Kremenek · 17 years ago
- 265c817 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
- 4ed9d66 by Steve Naroff · 17 years ago
- 99f5f0b objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
- 85a7ea3 Added extra guard for null Stmt* when traversing the AST using VisitChildren. by Ted Kremenek · 17 years ago
- 680fcb8 Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
- 56b7086 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
- 10389cf Moved "VerifyDiagnostics" variable declaration to right below ProgAction by Ted Kremenek · 17 years ago
- 2554117 Removed inclusion of <memory>, which is no longer needed since we by Ted Kremenek · 17 years ago
- 6856c63 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
- d34caf9 This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago