| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak code-completion result priorities, so that exact and similar | Douglas Gregor | 2010-10-19 | 20 | -222/+222 |
* | tests: Force triple to avoid limited precision warning on win32. | Daniel Dunbar | 2010-10-18 | 2 | -3/+3 |
* | "Fix" bogus idempotent operations warning due to loop unrolling not unrolling... | Ted Kremenek | 2010-10-18 | 1 | -0/+29 |
* | Fix the translation of the PCC_ForInit code-completion context for | Douglas Gregor | 2010-10-18 | 1 | -0/+6 |
* | Provide code completion for types after the '^' that starts a block | Douglas Gregor | 2010-10-18 | 1 | -0/+6 |
* | Fix some bugs in local class mangling brought up in PR8355. | John McCall | 2010-10-18 | 3 | -0/+169 |
* | Introduce code completion results for Objective-C methods, both when | Douglas Gregor | 2010-10-18 | 2 | -43/+42 |
* | Read/write declaration attributes from/to PCH properly. Embed them in the dec... | Argyrios Kyrtzidis | 2010-10-18 | 1 | -0/+23 |
* | Merge header & cpp for test/PCH/attrs.c - more convenient to keep the tests i... | Argyrios Kyrtzidis | 2010-10-18 | 2 | -10/+12 |
* | When providing code completions of Objective-C method declarations | Douglas Gregor | 2010-10-18 | 1 | -1/+3 |
* | patch fixes class names missing from method names in debug information for | Fariborz Jahanian | 2010-10-18 | 1 | -0/+50 |
* | Implement the first half of [dcl.attr.override]p6. | Anders Carlsson | 2010-10-18 | 1 | -0/+45 |
* | Microsoft enum extensions. 2 things will change on -fms-extensions: | Francois Pichet | 2010-10-18 | 2 | -1/+22 |
* | Reapply r116684 with fixes. The test cases needed to be updated. | Bill Wendling | 2010-10-18 | 2 | -4/+4 |
* | Implement [dcl.attr.override]p2 and add tests for p1 and p2. | Anders Carlsson | 2010-10-17 | 1 | -0/+12 |
* | Add test for [dcl.attr.final]p4. | Anders Carlsson | 2010-10-17 | 1 | -0/+15 |
* | Coding by inspection has its problems. | John McCall | 2010-10-16 | 1 | -0/+4 |
* | objc_exception_rethrow does not take an exception argument. | John McCall | 2010-10-16 | 1 | -0/+13 |
* | White-listing templated-scope friend decls is a good idea, but doing it | John McCall | 2010-10-16 | 1 | -0/+17 |
* | Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for | Daniel Dunbar | 2010-10-16 | 1 | -14/+0 |
* | IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't | Daniel Dunbar | 2010-10-16 | 1 | -0/+14 |
* | Fix a rewriting bug of rewriting properties declared in | Fariborz Jahanian | 2010-10-16 | 1 | -0/+22 |
* | Not really sure how this worked, but it seems like a clear typo. =] | Chandler Carruth | 2010-10-16 | 1 | -1/+1 |
* | Allow list-initialization of a local variable of class type with a | Douglas Gregor | 2010-10-15 | 1 | -2/+7 |
* | Disable this test again, which naturally fails on every platform except the o... | Douglas Gregor | 2010-10-15 | 1 | -0/+3 |
* | Tweak retain/release checker diagnostics to specify a leak occurs because an ... | Ted Kremenek | 2010-10-15 | 1 | -2/+2 |
* | Check for ivar being a C++ object before attempting to | Fariborz Jahanian | 2010-10-15 | 1 | -1/+1 |
* | Report the location of the syntax error inside a macro. Fixes PR7944. | Nick Lewycky | 2010-10-15 | 1 | -0/+12 |
* | Revert r116605, a lot more were committed by mistake. | Argyrios Kyrtzidis | 2010-10-15 | 1 | -21/+0 |
* | Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. | Argyrios Kyrtzidis | 2010-10-15 | 1 | -0/+21 |
* | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis | 2010-10-15 | 1 | -2/+0 |
* | When performing typo correction, keep track of whether the last lookup | Douglas Gregor | 2010-10-15 | 2 | -4/+1 |
* | Disable type.m while failures are investigated. | Daniel Dunbar | 2010-10-15 | 1 | -0/+3 |
* | Make test more consistent. | Daniel Dunbar | 2010-10-15 | 1 | -1/+1 |
* | Diagnose C++ [class.mem]p13-14, where a class member has the same name | Douglas Gregor | 2010-10-15 | 3 | -1/+61 |
* | zap trailing whitespace | Gabor Greif | 2010-10-15 | 1 | -5/+5 |
* | testcase for http://llvm.org/PR8371 of my last commit, r116570 | Gabor Greif | 2010-10-15 | 1 | -0/+3 |
* | Treat __extension__ like ParenExpr. | Abramo Bagnara | 2010-10-15 | 1 | -1/+2 |
* | Don't complain about a variable within a linkage-specification that is | Douglas Gregor | 2010-10-15 | 1 | -0/+3 |
* | When we are missing the ',' or '>' to terminate a template parameter | Douglas Gregor | 2010-10-15 | 1 | -1/+3 |
* | Add builtin conditional operator candidates for scoped enumeration | Douglas Gregor | 2010-10-15 | 1 | -0/+15 |
* | Rewrite bug fix rewriting a property assignment when | Fariborz Jahanian | 2010-10-14 | 1 | -0/+18 |
* | template-ids are looked up differently in friend declarations. | John McCall | 2010-10-14 | 1 | -1/+26 |
* | When performing typo correction, look through the set of known | Douglas Gregor | 2010-10-14 | 3 | -1/+13 |
* | Make sure that we diagnose invalid qualifiers on friend functions. | Douglas Gregor | 2010-10-14 | 2 | -1/+16 |
* | Reverting r116493: removes a test that failed on clang selfhost and msvc | Andrew Trick | 2010-10-14 | 1 | -2/+0 |
* | Put line number on the diagnostic. //rdar: //8550657. | Fariborz Jahanian | 2010-10-14 | 1 | -0/+32 |
* | r116509 fixed the Win32 XFAIL. | Francois Pichet | 2010-10-14 | 1 | -1/+0 |
* | Tweak the typo-correction implementation to determine corrections | Douglas Gregor | 2010-10-14 | 1 | -1/+1 |
* | Store in PCH the key function of C++ class to avoid deserializing the complet... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -0/+1 |