Age | Commit message (Expand) | Author |
2008-04-18 | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman |
2008-04-17 | Addition of TranslationUnitDecl to the AST: | Argyrios Kyrtzidis |
2008-04-13 | Introduce support for finding class and enum names via ordinary name lookup i... | Douglas Gregor |
2008-04-07 | random whitespace fixes. | Chris Lattner |
2008-04-07 | fix a bug I introduced in my previous checkin. | Chris Lattner |
2008-04-07 | simplify array compatibility testing. | Chris Lattner |
2008-04-07 | simplify reference handling. | Chris Lattner |
2008-04-07 | move some code around, no other change. | Chris Lattner |
2008-04-07 | simplify compatibility testing for tag types. | Chris Lattner |
2008-04-07 | merge compatibility testing of qualified/unqualified interfaces together | Chris Lattner |
2008-04-07 | MyOtherClass<MyProtocol>* is compatible with MyClass* | Chris Lattner |
2008-04-07 | Remove a dead check for compatible builtin types | Chris Lattner |
2008-04-07 | futher simplify compatibility testing of objc interface types. | Chris Lattner |
2008-04-07 | ocuvector and vector should be compatible. Fix ASQual compatibility. | Chris Lattner |
2008-04-07 | Fix comment typo, do reference eval at the correct type. | Chris Lattner |
2008-04-07 | simplify vector type compatibility testing. | Chris Lattner |
2008-04-07 | move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. | Chris Lattner |
2008-04-07 | Replace an O(n^2) algorithm in areCompatObjCQualInterfaces with | Chris Lattner |
2008-04-07 | move sorting of qualifying protocols from the parser into | Chris Lattner |
2008-04-07 | eliminate getReferencedProtocols from | Chris Lattner |
2008-04-07 | make QualifiedInterfaceTypesAreCompatible a static function | Chris Lattner |
2008-04-07 | This predicate is just a generic "issuperclass" predicate, move it to the | Chris Lattner |
2008-04-07 | Simplify some objc compatibility testing, make interfaceTypesAreCompatible | Chris Lattner |
2008-04-07 | simplify the logic in ASTContext::objcTypesAreCompatible | Chris Lattner |
2008-04-07 | clean up some logic in objc type handling. Specifically, make it so that | Chris Lattner |
2008-04-06 | trivial changes to getFloatingTypeOfSizeWithinDomain, nothing significant. | Chris Lattner |
2008-04-06 | simplify max type computation by making it return an integer (like | Chris Lattner |
2008-04-06 | minor simplifications/cleanups to type comparisons. | Chris Lattner |
2008-04-06 | Start switching clients over from CT.getCanonicalType() to Context.getCanonic... | Chris Lattner |
2008-04-06 | introduce a new ASTContext::getCanonicalType method. This is the first | Chris Lattner |
2008-04-06 | make use of EnumType to simplify some code, eliminate warnings | Chris Lattner |
2008-04-06 | This patch contains these changes: | Chris Lattner |
2008-04-04 | Introduce ContextDecl, patch by Argiris Kirtzidis! | Chris Lattner |
2008-04-03 | qualifier comparisons should be done on canonical types. | Chris Lattner |
2008-04-02 | add a common base class "PointerLikeType" for PointerType and ReferenceType, | Chris Lattner |
2008-04-02 | Add a citation. | Chris Lattner |
2008-04-02 | Fix several bugs in array -> pointer decomposition. | Chris Lattner |
2008-03-16 | switch the rest of the C decl classes to do their | Chris Lattner |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |