Age | Commit message (Expand) | Author |
2010-04-06 | IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. | Daniel Dunbar |
2010-04-06 | Simplify. | Daniel Dunbar |
2010-04-06 | Simplify. | Daniel Dunbar |
2010-04-05 | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor |
2010-04-05 | Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. | Ted Kremenek |
2010-04-05 | Match MemoryBuffer API changes. | Chris Lattner |
2010-04-05 | Fix possible null dereference by bailing out of CheckObjCPropertyAttributes()... | Ted Kremenek |
2010-04-05 | IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. | Daniel Dunbar |
2010-04-05 | Extend the type printing policy to allow one to turn off the printing | Douglas Gregor |
2010-04-05 | Clarify the ownership semantics of the Diagnostic object used by | Douglas Gregor |
2010-04-05 | Emit debug info for objc getters and setters. | Devang Patel |
2010-04-05 | fix PR6780, properly handling the IR {|} escapes in inline asm strings. | Chris Lattner |
2010-04-05 | fix PR6782, an accept invalid. We weren't emitting the diagnostic | Chris Lattner |
2010-04-05 | Minor ASTUnit cleanups: | Douglas Gregor |
2010-04-05 | IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. | Daniel Dunbar |
2010-04-05 | Add a FIXME and reduce nesting. | Daniel Dunbar |
2010-04-05 | Code completion results that refer to macros now get the cursor kind | Douglas Gregor |
2010-04-05 | Always assume block-level expressions in the caller are alive when analyzing | Zhongxing Xu |
2010-04-05 | Since now we process regions in clusters when removing dead bindings, this | Zhongxing Xu |
2010-04-04 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-04-03 | Don't produce a vtable for a class if we have an explicit template instantiat... | Rafael Espindola |
2010-04-02 | Add option and macro definition for AES instructions. Now produces real | Eric Christopher |
2010-04-02 | Improve diagnosing when a method type does not start with '-'|'+' | Fariborz Jahanian |
2010-04-02 | IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME. | Daniel Dunbar |
2010-04-02 | IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right De... | Daniel Dunbar |
2010-04-02 | AST: Add ObjCIvarDecl::getContainingInterface(). | Daniel Dunbar |
2010-04-02 | diagnose declaring class extension after its implementation | Fariborz Jahanian |
2010-04-02 | NewDebugLoc got renamed to DebugLoc. | Chris Lattner |
2010-04-02 | Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria... | Daniel Dunbar |
2010-04-02 | Diagnose invalid code with -fobjc-nonfragile-abi2 when | Fariborz Jahanian |
2010-04-02 | Sema/Obj-C: Narrow type, and simplify. | Daniel Dunbar |
2010-04-02 | Revert r100193 since it causes failures in objc in clang | Mon P Wang |
2010-04-02 | Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow t... | Daniel Dunbar |
2010-04-02 | Rework our handling of copy construction of temporaries, which was a | Douglas Gregor |
2010-04-02 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-04-02 | CG/NeXT: Assert some invariants on an ivar's containing decl context that I a... | Daniel Dunbar |
2010-04-02 | If a constructor is a dependent context, just set the base and member initial... | Anders Carlsson |
2010-04-02 | Diagnose multiple base and member initializers in class templates. | Anders Carlsson |
2010-04-02 | More cleanup. | Anders Carlsson |
2010-04-02 | Constify. | Anders Carlsson |
2010-04-02 | Minor cleanup. | Anders Carlsson |
2010-04-02 | Correct the calculation of access to more closely model the wording in | John McCall |
2010-04-01 | Minor cleanup with the ternary operator | Douglas Gregor |
2010-04-01 | Relax the typesafty rules of block pointers types which | Fariborz Jahanian |
2010-04-01 | Overhaul checking of non-type template arguments that should refer to | Douglas Gregor |
2010-04-01 | Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable | Daniel Dunbar |
2010-04-01 | Fix -Asserts warning, and protect against missing case. | Daniel Dunbar |
2010-04-01 | Use the element type to compute the array size when the base region is a VarR... | Zhongxing Xu |
2010-04-01 | Initial support for visiting CXXMemberCallExpr. | Zhongxing Xu |
2010-04-01 | adjust to IRBuilder change and use faster DebugLoc apis. | Chris Lattner |