Age | Commit message (Expand) | Author |
2009-03-04 | Switch attributes to be allocated from the declcontext bump pointer just like | Chris Lattner |
2009-03-04 | add an a Attr::Destroy method and force clients to go through it. As part of | Chris Lattner |
2009-03-04 | simplify Sema::AddInstanceMethodToGlobalPool, no functionality change. | Chris Lattner |
2009-03-04 | Change Parser::ParseCaseStatement to use an iterative approach to parsing | Chris Lattner |
2009-03-03 | Change a warning to an error... | Steve Naroff |
2009-03-03 | Implement an important missing warning when a selector | Fariborz Jahanian |
2009-03-03 | Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesize... | Steve Naroff |
2009-03-03 | Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @cat... | Steve Naroff |
2009-03-03 | Fix <rdar://problem/6632061> [sema] non object types should not be allowed in... | Steve Naroff |
2009-03-03 | Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel... | Steve Naroff |
2009-03-03 | Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d... | Steve Naroff |
2009-03-03 | Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @im... | Steve Naroff |
2009-03-03 | PR3691: Add support for complex modes. I also tossed in support for XF | Eli Friedman |
2009-03-03 | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor |
2009-03-03 | Check of ivar access access control. | Fariborz Jahanian |
2009-03-03 | Fix <rdar://problem/6635908> crash on invalid | Steve Naroff |
2009-03-02 | Diagnose a variety of access of ivars when they conflict with | Fariborz Jahanian |
2009-03-02 | Fixed a typo. | Fariborz Jahanian |
2009-03-02 | Check for duplicate declaration of method of a class | Fariborz Jahanian |
2009-03-02 | Rework the way we find locally-scoped external declarations when we | Douglas Gregor |
2009-03-01 | Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. | Steve Naroff |
2009-03-01 | Fix PR3509 by providing correct starting locations for initializer lists | Douglas Gregor |
2009-03-01 | ObjCAtCatchStmt's ParamStmt is always a DeclStmt. | Daniel Dunbar |
2009-03-01 | "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas... | Chris Lattner |
2009-02-28 | Whoops, actually remove the VLA/VM check in FinalizeDeclaratorGroup. | Anders Carlsson |
2009-02-28 | Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable w... | Anders Carlsson |
2009-02-28 | Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead. | Steve Naroff |
2009-02-28 | Fix a crash in test/Parser/control-scope.c that testrunner didn't | Chris Lattner |
2009-02-28 | Minor name change (move the ObjC prefix to a more appropriate place). | Steve Naroff |
2009-02-28 | Fix <rdar://problem/6451399> problems with labels and blocks. | Steve Naroff |
2009-02-28 | Check a few more kinds of declarations that make a scope. | Eli Friedman |
2009-02-28 | Start of checking for gotos which jump to an illegal destination. | Eli Friedman |
2009-02-28 | Eliminate CXXRecordType | Douglas Gregor |
2009-02-28 | Add a FIXME for something I can't look at just yet | Douglas Gregor |
2009-02-28 | Template instantiation for function types | Douglas Gregor |
2009-02-28 | Implement template instantiation for pointer, reference, and (some) | Douglas Gregor |
2009-02-27 | Diagnose gc attribute mismatch of property and its ivar. | Fariborz Jahanian |
2009-02-27 | Give a code insertion hint for how to fix 'implicit int' warnings and errors. | Chris Lattner |
2009-02-27 | Fix a typo | Douglas Gregor |
2009-02-27 | In BuildAnonymousStructUnionMemberReference, we shouldn't invalidate OpLoc when | Ted Kremenek |
2009-02-27 | Implement the basic approach for instantiating types, with a lot of FIXME'd | Douglas Gregor |
2009-02-27 | upgrade various 'implicit int' warnings from an ext-warn to warning when not | Chris Lattner |
2009-02-27 | When checking printf-arguments for functions with '__attribute__ ((format (pr... | Ted Kremenek |
2009-02-27 | Clean up and document code modification hints. | Douglas Gregor |
2009-02-27 | Change the AST generated for offsetof a bit so that it looks like a | Eli Friedman |
2009-02-27 | Fix minor memory leak. Add comment describing what we need to do for | Eli Friedman |
2009-02-26 | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor |
2009-02-26 | fix a bozobug. | Chris Lattner |
2009-02-26 | ok, not as broken as I thought, just confusing. This allows | Chris Lattner |
2009-02-26 | allow wide strings to initialize arrays compatible with wchar_t. | Chris Lattner |