| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix PR3607 and a fixme, by checking bitfield constraints | Chris Lattner | 2009-03-05 | 1 | -0/+4 |
| * | Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol... | Steve Naroff | 2009-03-05 | 1 | -0/+6 |
| * | When parsing a function body, add it to the crash stack, giving us something | Chris Lattner | 2009-03-05 | 1 | -0/+5 |
| * | Implemented access check for ivars accessed inside | Fariborz Jahanian | 2009-03-04 | 1 | -1/+2 |
| * | Some refactoring of recent code. No functionality change. | Fariborz Jahanian | 2009-03-04 | 1 | -1/+2 |
| * | Finish up some fixes related to <rdar://problem/6497631> Message lookup is so... | Steve Naroff | 2009-03-04 | 1 | -0/+3 |
| * | Change Parser::ParseCaseStatement to use an iterative approach to parsing | Chris Lattner | 2009-03-04 | 1 | -1/+3 |
| * | Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel... | Steve Naroff | 2009-03-03 | 1 | -1/+1 |
| * | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor | 2009-03-03 | 1 | -2/+19 |
| * | Check for duplicate declaration of method of a class | Fariborz Jahanian | 2009-03-02 | 1 | -0/+3 |
| * | Rework the way we find locally-scoped external declarations when we | Douglas Gregor | 2009-03-02 | 1 | -1/+29 |
| * | "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas... | Chris Lattner | 2009-03-01 | 1 | -8/+6 |
| * | Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead. | Steve Naroff | 2009-02-28 | 1 | -4/+0 |
| * | Minor name change (move the ObjC prefix to a more appropriate place). | Steve Naroff | 2009-02-28 | 1 | -1/+1 |
| * | Fix <rdar://problem/6451399> problems with labels and blocks. | Steve Naroff | 2009-02-28 | 1 | -5/+8 |
| * | Start of checking for gotos which jump to an illegal destination. | Eli Friedman | 2009-02-28 | 1 | -0/+13 |
| * | Template instantiation for function types | Douglas Gregor | 2009-02-28 | 1 | -0/+4 |
| * | Implement template instantiation for pointer, reference, and (some) | Douglas Gregor | 2009-02-28 | 1 | -0/+7 |
| * | Implement the basic approach for instantiating types, with a lot of FIXME'd | Douglas Gregor | 2009-02-27 | 1 | -0/+7 |
| * | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -2/+2 |
| * | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor | 2009-02-26 | 1 | -0/+2 |
| * | Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a... | Steve Naroff | 2009-02-26 | 1 | -1/+1 |
| * | Fix http://llvm.org/bugs/show_bug.cgi?id=3544. | Steve Naroff | 2009-02-26 | 1 | -0/+5 |
| * | Zap the Sema constant initializer checking code that we aren't using | Eli Friedman | 2009-02-26 | 1 | -4/+0 |
| * | Perform additional semantic checking of class template | Douglas Gregor | 2009-02-25 | 1 | -0/+6 |
| * | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor | 2009-02-25 | 1 | -0/+14 |
| * | move InitListChecker to be private to SemaInit.cpp | Chris Lattner | 2009-02-24 | 1 | -1/+0 |
| * | Make CheckSingleInitializer a static function in SemaInit.cpp | Chris Lattner | 2009-02-24 | 1 | -2/+0 |
| * | make CheckStringLiteralInit a static function in SemaInit.cpp | Chris Lattner | 2009-02-24 | 1 | -1/+0 |
| * | change IsStringLiteralInit into a static function in SemaInit.cpp | Chris Lattner | 2009-02-24 | 1 | -1/+0 |
| * | When we're declaring an object or function with linkage, teach name | Douglas Gregor | 2009-02-24 | 1 | -2/+8 |
| * | Extend the implicit declaration and checking against out-of-scope | Douglas Gregor | 2009-02-24 | 1 | -1/+2 |
| * | Improve merging of function declarations. Specifically: | Douglas Gregor | 2009-02-24 | 1 | -1/+3 |
| * | Add enough checking to ensure that non-constant block literals don't | Mike Stump | 2009-02-19 | 1 | -1/+2 |
| * | rip out __builtin_overload | Chris Lattner | 2009-02-18 | 1 | -6/+0 |
| * | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor | 2009-02-18 | 1 | -9/+3 |
| * | Start improving diagnostics that relate to subcharacters of string literals. | Chris Lattner | 2009-02-18 | 1 | -0/+2 |
| * | nothing says "ted was here" like a random url dropped in a header :) | Chris Lattner | 2009-02-18 | 1 | -1/+1 |
| * | rename CheckBuiltinCFStringArgument -> CheckObjCString | Chris Lattner | 2009-02-18 | 1 | -1/+1 |
| * | Implement basic parsing and semantic analysis for explicit | Douglas Gregor | 2009-02-17 | 1 | -4/+16 |
| * | emit: | Chris Lattner | 2009-02-17 | 1 | -1/+1 |
| * | Make PragmaPackStack be a private class in SemaAttr and make its | Chris Lattner | 2009-02-17 | 1 | -32/+11 |
| * | Added ClassTemplateSpecializationDecl, which is a subclass of | Douglas Gregor | 2009-02-17 | 1 | -4/+8 |
| * | copying and assignment of sema seem unwise :) | Chris Lattner | 2009-02-17 | 1 | -0/+2 |
| * | Adopt a more principled approach to invalid declarations: | Douglas Gregor | 2009-02-16 | 1 | -9/+10 |
| * | Refactor the deprecated and unavailable checks into a new | Chris Lattner | 2009-02-15 | 1 | -1/+12 |
| * | Add hook to add attributes to function declarations that we know | Douglas Gregor | 2009-02-14 | 1 | -4/+6 |
| * | Pass the location of the start of the selector to ActOnClassMessage/ActOnInst... | Anders Carlsson | 2009-02-14 | 1 | -3/+3 |
| * | Make it possible for builtins to expression FILE* arguments, so that | Douglas Gregor | 2009-02-14 | 1 | -2/+0 |
| * | Extend builtin "attribute" syntax to include a notation for | Douglas Gregor | 2009-02-14 | 1 | -11/+1 |