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