| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix buildbot failure on windows by slightly trimming test output to ignore te... | Blaine Garst | 2010-02-23 | 1 | -2/+2 |
| * | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola | 2010-02-23 | 2 | -0/+37 |
| * | Unconditionally support block introspection data in a new field at the end | Blaine Garst | 2010-02-23 | 1 | -0/+94 |
| * | Fixes a rewriting of qualified-id type which exposed a bigger | Fariborz Jahanian | 2010-02-23 | 1 | -0/+21 |
| * | Dead emit dead store warnings when assigning nil to an ObjC object | Ted Kremenek | 2010-02-23 | 1 | -0/+7 |
| * | Fix another crash on invalid code. In this case, handle ObjC categories (wit... | Ted Kremenek | 2010-02-23 | 1 | -0/+4 |
| * | Don't assert on compound assignment operators that operate in FP types when | John McCall | 2010-02-23 | 1 | -0/+8 |
| * | A test case for property synthesis using ivar in class extensions. | Fariborz Jahanian | 2010-02-23 | 1 | -0/+36 |
| * | PR6400: Handle an extreme edge case in mangling correctly. | Eli Friedman | 2010-02-23 | 1 | -0/+6 |
| * | PR6386: Fix a recent regression in IRGen of cast-to-union constructs. | Eli Friedman | 2010-02-23 | 1 | -0/+12 |
| * | Retain attributes for K&R style parameter declarations. | Richard Pennington | 2010-02-23 | 1 | -0/+11 |
| * | Add test case for <rdar://problem/7242010>, which appears to have been fixed | Ted Kremenek | 2010-02-23 | 1 | -0/+21 |
| * | When comparing two calling conventions after redeclaring a function, compare | Charles Davis | 2010-02-23 | 1 | -0/+4 |
| * | When a reference to a field of a struct/union/class is passed to the | Charles Davis | 2010-02-23 | 1 | -0/+6 |
| * | More fixes. Don't try to emit a virtual base vtable if the virtual base in qu... | Anders Carlsson | 2010-02-23 | 1 | -0/+29 |
| * | Always emit vcall offset for the primary base, not only if it's virtual. Remo... | Anders Carlsson | 2010-02-23 | 1 | -0/+59 |
| * | More support for ivars in class extension. | Fariborz Jahanian | 2010-02-23 | 1 | -0/+42 |
| * | Perform two more constructor/destructor code-size optimizations: | John McCall | 2010-02-23 | 5 | -10/+172 |
| * | Implement crazy destructor name lookup semantics differently in | Douglas Gregor | 2010-02-23 | 4 | -1/+78 |
| * | Fixes a rewriting of byref variable when its initializer is | Fariborz Jahanian | 2010-02-22 | 1 | -0/+28 |
| * | Do not require a complete type when checking for a pointer conversion | Douglas Gregor | 2010-02-22 | 1 | -0/+21 |
| * | Add 'previous declaration is here' note for param redefinition | Chris Lattner | 2010-02-22 | 3 | -3/+6 |
| * | De-XFAIL some win32 tests that are now passing | Douglas Gregor | 2010-02-21 | 5 | -5/+0 |
| * | Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL | Douglas Gregor | 2010-02-21 | 1 | -1/+0 |
| * | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -1/+7 |
| * | Commiting a revert from dgregor of a bit of destructor logic until we can | Chandler Carruth | 2010-02-21 | 1 | -1/+1 |
| * | Make Decl::isOutOfLine() virtual, and use that to determine when definitions | Chandler Carruth | 2010-02-21 | 1 | -0/+25 |
| * | Clang really intends to reject attribute 'warn_unused_result' on Objective-C ... | Ted Kremenek | 2010-02-21 | 1 | -0/+8 |
| * | Don't emit a warning about a dllimport attribute being used in a typedef | Ted Kremenek | 2010-02-21 | 1 | -0/+17 |
| * | Don't warn about functions redeclared without the dllimport attribute when | Ted Kremenek | 2010-02-21 | 1 | -0/+19 |
| * | Start supporting declaration of ivars in @implementation | Fariborz Jahanian | 2010-02-19 | 1 | -0/+22 |
| * | Issue extended diagnostic when property dot-syntax is used and | Fariborz Jahanian | 2010-02-19 | 1 | -2/+2 |
| * | Only parse C++0x attribute specifiers in declarators when in C++0x | Douglas Gregor | 2010-02-19 | 1 | -0/+12 |
| * | Implement C++ name lookup for instance variables of Objective-C classes | Douglas Gregor | 2010-02-19 | 1 | -1/+18 |
| * | Make Sema::ActOnClassMessage robust when name lookup for the receiver | Douglas Gregor | 2010-02-19 | 1 | -0/+12 |
| * | More refactoring around constructor/destructor code generation. | John McCall | 2010-02-19 | 1 | -1/+48 |
| * | Add another test from the ABI spec. | Anders Carlsson | 2010-02-19 | 1 | -0/+49 |
| * | Remove this test for now. | Fariborz Jahanian | 2010-02-19 | 1 | -17/+0 |
| * | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall | 2010-02-19 | 3 | -8/+7 |
| * | AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty... | Douglas Gregor | 2010-02-19 | 2 | -2/+4 |
| * | AST import for sizeof and alignof expressions | Douglas Gregor | 2010-02-19 | 2 | -2/+4 |
| * | AST import for DeclRefExprs | Douglas Gregor | 2010-02-19 | 2 | -2/+4 |
| * | XFAIL until I can fugure out how test check for a pattern when | Fariborz Jahanian | 2010-02-19 | 1 | -0/+1 |
| * | XFAIL some of the c-index-test tests on Windows, where they are failing inexp... | Douglas Gregor | 2010-02-19 | 6 | -1/+6 |
| * | AST import of parenthesized expressions, unary operators, binary | Douglas Gregor | 2010-02-19 | 2 | -2/+6 |
| * | Patch removes IVars list from ObjCInterfaceDecl and | Fariborz Jahanian | 2010-02-19 | 1 | -0/+16 |
| * | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor | 2010-02-18 | 2 | -2/+1 |
| * | Allow GNU attributes to appear in an Objective-C method declaration | Ted Kremenek | 2010-02-18 | 1 | -1/+5 |
| * | Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were | Douglas Gregor | 2010-02-18 | 2 | -1/+2 |
| * | Revert the ctor/dtor alias optimization for now; the buildbots can detect | John McCall | 2010-02-18 | 7 | -14/+18 |