summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Test case for PR5134.John McCall2009-12-231-0/+7
* Driver: Fix '... -O4 -O0 ...', which was generating bitcode.Daniel Dunbar2009-12-231-0/+10
* Test case from PR5476.John McCall2009-12-231-0/+11
* Set a member's access specifier even if it doesn't match the previous specifier.John McCall2009-12-231-0/+11
* Add basic support for analyzing CastExprs as lvalues.Ted Kremenek2009-12-231-0/+11
* Objective-C methods can be variadic, too. Who knew.Douglas Gregor2009-12-231-0/+10
* warn when attribute warn_unused_result is applied to void functions.Nuno Lopes2009-12-221-2/+4
* Allow the first parameter of operator new to be a cv-qualifiedDouglas Gregor2009-12-221-2/+2
* Make sure that reinterpret_cast gets a CastKind on all successfulDouglas Gregor2009-12-221-0/+6
* Add using shadow decls to the "instantiated locals" map, fixing PR5847.John McCall2009-12-221-0/+14
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-224-8/+7
* Add transfer functions support for visiting an Objective-C message expression...Ted Kremenek2009-12-221-0/+31
* Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor2009-12-222-0/+7
* Enter the scope of an initializer for direct-initialization as well asDouglas Gregor2009-12-221-0/+2
* When transforming a C++ "new" expression that was not explicitly givenDouglas Gregor2009-12-221-0/+14
* Switch initialization of parameters in a call over toDouglas Gregor2009-12-225-11/+10
* Make sure that we mangle overloaded operators that are member functions corre...Anders Carlsson2009-12-222-3/+21
* fix a bug handling the gnu ?: extension. Patch by Storlek on IRC,Chris Lattner2009-12-221-0/+1
* When we simply return a retained member expression when instantiating, we mus...Anders Carlsson2009-12-221-0/+27
* Switch default arguments over to InitializationSequence.Eli Friedman2009-12-223-3/+3
* Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman2009-12-226-9/+9
* x86_64: Structures with no fields but which have padding should be classified asDaniel Dunbar2009-12-222-2/+5
* When converting from a type to itself or one of its base classes via aDouglas Gregor2009-12-221-0/+14
* When filling in value initializations within an initializer list, beDouglas Gregor2009-12-221-0/+17
* ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar2009-12-211-1/+0
* When a template-id refers to a single function template, and theDouglas Gregor2009-12-212-2/+39
* Allow comparison of 'void *' with function pointer Fariborz Jahanian2009-12-211-0/+9
* Fix for PR5840: fix the kind of name lookup used for classes inEli Friedman2009-12-211-0/+8
* Add tests for structs inside anonymous namespaces.Anders Carlsson2009-12-211-2/+17
* Incomplete structs should also have internal linkage.Anders Carlsson2009-12-211-0/+2
* Correcly handle pointers to member pointer types where the class or the point...Anders Carlsson2009-12-202-5/+28
* fix PR4010: add support for the warn_unused_result for function pointersNuno Lopes2009-12-201-0/+5
* fix PR5500: clang fails to parse inline asm with :: in C++ mode Chris Lattner2009-12-201-0/+6
* a really old testcase I apparently forgot to 'svn add'.Chris Lattner2009-12-201-0/+33
* Rework the way pointer types are handled by the RTTI builder. We now get the ...Anders Carlsson2009-12-202-6/+29
* Make sure we instantiate the destructor for variables initialized byEli Friedman2009-12-201-0/+11
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-209-18/+17
* Don't inject the class name until that magical lbrace.John McCall2009-12-201-0/+8
* Test the lookup I wasn't sure would be done properly after the last patch.John McCall2009-12-201-5/+25
* Parse base specifiers within the scope of the class. This is possibly notJohn McCall2009-12-191-0/+9
* Refactor to remove more dependencies on PreDeclaratorDC. I seem to have madeJohn McCall2009-12-191-8/+6
* Just push a new scope when parsing an out-of-line variable definition.John McCall2009-12-193-2/+20
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-1919-37/+33
* A CXXExprWithTemporaries expression is an lvalue if its subexpressionDouglas Gregor2009-12-191-0/+19
* Use the FunctionDecl's result type to know exactly if it returns a reference.Zhongxing Xu2009-12-191-2/+1
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-1913-31/+52
* Correctly initialize the PrimaryBaseInfo if a base is null. Fixes PR5832.Anders Carlsson2009-12-191-0/+8
* Unresolved implicit member accesses are dependent if the object type is depen...John McCall2009-12-191-0/+14
* Teach TryAnnotateTypeOrScopeToken to deal with already-annotatedJohn McCall2009-12-192-4/+42
* Fix for PR5524: make reference binding in default argument work correctly.Eli Friedman2009-12-191-0/+6
OpenPOWER on IntegriCloud