summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* fix buildbot failure on windows by slightly trimming test output to ignore te...Blaine Garst2010-02-231-2/+2
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-232-0/+37
* Unconditionally support block introspection data in a new field at the endBlaine Garst2010-02-231-0/+94
* Fixes a rewriting of qualified-id type which exposed a biggerFariborz Jahanian2010-02-231-0/+21
* Dead emit dead store warnings when assigning nil to an ObjC objectTed Kremenek2010-02-231-0/+7
* Fix another crash on invalid code. In this case, handle ObjC categories (wit...Ted Kremenek2010-02-231-0/+4
* Don't assert on compound assignment operators that operate in FP types whenJohn McCall2010-02-231-0/+8
* A test case for property synthesis using ivar in class extensions.Fariborz Jahanian2010-02-231-0/+36
* PR6400: Handle an extreme edge case in mangling correctly.Eli Friedman2010-02-231-0/+6
* PR6386: Fix a recent regression in IRGen of cast-to-union constructs.Eli Friedman2010-02-231-0/+12
* Retain attributes for K&R style parameter declarations.Richard Pennington2010-02-231-0/+11
* Add test case for <rdar://problem/7242010>, which appears to have been fixedTed Kremenek2010-02-231-0/+21
* When comparing two calling conventions after redeclaring a function, compareCharles Davis2010-02-231-0/+4
* When a reference to a field of a struct/union/class is passed to theCharles Davis2010-02-231-0/+6
* More fixes. Don't try to emit a virtual base vtable if the virtual base in qu...Anders Carlsson2010-02-231-0/+29
* Always emit vcall offset for the primary base, not only if it's virtual. Remo...Anders Carlsson2010-02-231-0/+59
* More support for ivars in class extension.Fariborz Jahanian2010-02-231-0/+42
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-235-10/+172
* Implement crazy destructor name lookup semantics differently inDouglas Gregor2010-02-234-1/+78
* Fixes a rewriting of byref variable when its initializer isFariborz Jahanian2010-02-221-0/+28
* Do not require a complete type when checking for a pointer conversionDouglas Gregor2010-02-221-0/+21
* Add 'previous declaration is here' note for param redefinition Chris Lattner2010-02-223-3/+6
* De-XFAIL some win32 tests that are now passingDouglas Gregor2010-02-215-5/+0
* Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLLDouglas Gregor2010-02-211-1/+0
* Implement support for parsing pseudo-destructor expression with a nested-name...Douglas Gregor2010-02-211-1/+7
* Commiting a revert from dgregor of a bit of destructor logic until we canChandler Carruth2010-02-211-1/+1
* Make Decl::isOutOfLine() virtual, and use that to determine when definitionsChandler Carruth2010-02-211-0/+25
* Clang really intends to reject attribute 'warn_unused_result' on Objective-C ...Ted Kremenek2010-02-211-0/+8
* Don't emit a warning about a dllimport attribute being used in a typedefTed Kremenek2010-02-211-0/+17
* Don't warn about functions redeclared without the dllimport attribute whenTed Kremenek2010-02-211-0/+19
* Start supporting declaration of ivars in @implementationFariborz Jahanian2010-02-191-0/+22
* Issue extended diagnostic when property dot-syntax is used and Fariborz Jahanian2010-02-191-2/+2
* Only parse C++0x attribute specifiers in declarators when in C++0xDouglas Gregor2010-02-191-0/+12
* Implement C++ name lookup for instance variables of Objective-C classesDouglas Gregor2010-02-191-1/+18
* Make Sema::ActOnClassMessage robust when name lookup for the receiverDouglas Gregor2010-02-191-0/+12
* More refactoring around constructor/destructor code generation.John McCall2010-02-191-1/+48
* Add another test from the ABI spec.Anders Carlsson2010-02-191-0/+49
* Remove this test for now.Fariborz Jahanian2010-02-191-17/+0
* Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall2010-02-193-8/+7
* AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor2010-02-192-2/+4
* AST import for sizeof and alignof expressionsDouglas Gregor2010-02-192-2/+4
* AST import for DeclRefExprsDouglas Gregor2010-02-192-2/+4
* XFAIL until I can fugure out how test check for a pattern whenFariborz Jahanian2010-02-191-0/+1
* XFAIL some of the c-index-test tests on Windows, where they are failing inexp...Douglas Gregor2010-02-196-1/+6
* AST import of parenthesized expressions, unary operators, binaryDouglas Gregor2010-02-192-2/+6
* Patch removes IVars list from ObjCInterfaceDecl andFariborz Jahanian2010-02-191-0/+16
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-182-2/+1
* Allow GNU attributes to appear in an Objective-C method declarationTed Kremenek2010-02-181-1/+5
* Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor2010-02-182-1/+2
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-187-14/+18
OpenPOWER on IntegriCloud