| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make that test case actually test something, and add another test. | John McCall | 2011-02-01 | 1 | -2/+12 |
| * | The code trying to assign a typedef to an anonymous tag declaration was | John McCall | 2011-02-01 | 1 | -0/+11 |
| * | Revert 124633. The linker has been told how to merge available_externally. | Rafael Espindola | 2011-02-01 | 1 | -1/+1 |
| * | When initializing struct members, the important thing is that the "initializi... | Argyrios Kyrtzidis | 2011-02-01 | 1 | -1/+12 |
| * | Set visibility for available_externally globals. This is important for two re... | Rafael Espindola | 2011-02-01 | 1 | -1/+1 |
| * | Perform the bad-address-space conversions check as part of | John McCall | 2011-02-01 | 2 | -4/+2 |
| * | Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! | Argyrios Kyrtzidis | 2011-01-31 | 1 | -2/+12 |
| * | Add -Wcustom-atomic-properties which warns if an atomic-by-default property h... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+10 |
| * | Implement reasonable conversion ranking for Objective-C pointer | Douglas Gregor | 2011-01-31 | 2 | -7/+94 |
| * | Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin K... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+12 |
| * | Implement the suggested resolution to core issue 547, extended to also | Douglas Gregor | 2011-01-31 | 1 | -0/+66 |
| * | Warn if the class has virtual methods but non-virtual destructor. Addresses r... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -1/+29 |
| * | Don't warn that variables in C++ static member functions shadow fields. Fixes... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+13 |
| * | Fix the diagnostic when we are shadowing an external variable and there exist... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -1/+6 |
| * | Diagnose if extern local variable is followed by non-extern and vice-versa. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -10/+6 |
| * | 'extern' variables in functions don't shadow externs in global scope. Fixes r... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+6 |
| * | If there were errors, disable 'unused' warnings since they will mostly be noise. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+8 |
| * | Error for use of field from anonymous struct or union should say "invalid use... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+12 |
| * | Amazing that there are still issues with the fields of anonymous struct/unions.. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+14 |
| * | Fix test that didn't actually test what it wanted to test. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -4/+4 |
| * | Allow Microsoft attributes in a constructor's parameter list. | Francois Pichet | 2011-01-31 | 1 | -0/+8 |
| * | When building with optimizations, emit vtables where the key is not in the | Anders Carlsson | 2011-01-30 | 1 | -0/+55 |
| * | Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker | Roman Divacky | 2011-01-30 | 1 | -1/+1 |
| * | Fix test. | Anders Carlsson | 2011-01-29 | 1 | -2/+2 |
| * | When emitting RTTI for a non-class type, compute the visibility of the RTTI d... | Anders Carlsson | 2011-01-29 | 2 | -2/+2 |
| * | Update tests. | Anders Carlsson | 2011-01-29 | 2 | -2/+2 |
| * | Add a test for RTTI visibility. | Anders Carlsson | 2011-01-29 | 1 | -0/+35 |
| * | Give VTTs the right visibility. | Anders Carlsson | 2011-01-29 | 1 | -1/+3 |
| * | Make emitting a VTT a two-step process, much like emitting a VTable. You firs... | Anders Carlsson | 2011-01-29 | 1 | -3/+3 |
| * | When trying to get the most derived class, don't assume that we can ignore al... | Anders Carlsson | 2011-01-29 | 1 | -0/+12 |
| * | When calling a virtual member function on a base class and the most derived c... | Anders Carlsson | 2011-01-29 | 1 | -0/+14 |
| * | When doing a derived-to-base class through a virtual class, we don't have to ... | Anders Carlsson | 2011-01-29 | 1 | -0/+16 |
| * | More work to support -fapple-kext regarding | Fariborz Jahanian | 2011-01-28 | 1 | -0/+77 |
| * | Fix some corner cases in the __is_base_of logic. | John McCall | 2011-01-28 | 1 | -1/+11 |
| * | Make the FreeBSD driver test more robust so it doesn't fail when there's a si... | Benjamin Kramer | 2011-01-28 | 1 | -1/+1 |
| * | Convert the exception-freeing cleanup over to the conditional cleanups code, | John McCall | 2011-01-28 | 1 | -31/+53 |
| * | PR9037: Allow override, final, and new as an extension on inline members. | Nico Weber | 2011-01-28 | 2 | -0/+42 |
| * | Not really any point to testing control flow in this test without | John McCall | 2011-01-28 | 1 | -8/+1 |
| * | Update exceptions.m for r124462. | Eric Christopher | 2011-01-28 | 1 | -4/+7 |
| * | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -0/+6 |
| * | Allow elision of invocations of move constructors from temporary objects. | Douglas Gregor | 2011-01-27 | 1 | -6/+3 |
| * | When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only | Douglas Gregor | 2011-01-27 | 1 | -0/+52 |
| * | Fix an objective-c rewriter bug rewriting a __block | Fariborz Jahanian | 2011-01-27 | 1 | -0/+17 |
| * | Teach the evaluation of the __is_convertible_to trait to translate | Douglas Gregor | 2011-01-27 | 1 | -0/+7 |
| * | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor | 2011-01-27 | 1 | -0/+28 |
| * | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin | 2011-01-27 | 1 | -50/+0 |
| * | Teach -Wuninitialized about indirect goto. Fixes PR 9071. | Ted Kremenek | 2011-01-27 | 1 | -0/+11 |
| * | Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's O... | Ted Kremenek | 2011-01-27 | 1 | -1/+27 |
| * | Test for previous commit | Douglas Gregor | 2011-01-27 | 1 | -0/+8 |
| * | Allow #pragma unused to be used on global variables like gcc. Fixes rdar://87... | Argyrios Kyrtzidis | 2011-01-27 | 1 | -9/+8 |