aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-03-25Properly instantiate friend class template declarations and link them intoJohn McCall
2010-03-25Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fntBob Wilson
2010-03-25Fix two bugs in format-string checking:Ted Kremenek
2010-03-25Properly instantiate and link in friend-class-template declarations.John McCall
2010-03-25Add c-index-test support for printing USRs.Ted Kremenek
2010-03-24Switch static_cast from the old reference-initialization code (viaDouglas Gregor
2010-03-24Check for ret, so that we know we hit the end of the functionDouglas Gregor
2010-03-24When returning from a function that has a reference return type, useDouglas Gregor
2010-03-24Discussing with dgregor we decided that we should not force the emission ofRafael Espindola
2010-03-24When pulling apart an initializer that involves a CXXConstructExpr, doDouglas Gregor
2010-03-24Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor
2010-03-24Allow conversion of qualified Class type to unqualifiedFariborz Jahanian
2010-03-24XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the ...Douglas Gregor
2010-03-24Control warnings about GNU extensions with -Wgnu, which has a subgroupDouglas Gregor
2010-03-24Implement support for -nostdc++. Fixes PR6446.Douglas Gregor
2010-03-24Improve diagnostics when ivar added to classFariborz Jahanian
2010-03-24Silently drop dependent friend function template specializations,Douglas Gregor
2010-03-24Code gen for multi-dimensional dynamic allocations.Fariborz Jahanian
2010-03-24More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson
2010-03-24Walk out of enums when determining effective context.John McCall
2010-03-24Support friend function specializations.John McCall
2010-03-24When a declaration of a function is missing an exception specificationDouglas Gregor
2010-03-24Implement a framework for the delay of arbitrary diagnostics withinJohn McCall
2010-03-24When performing name lookup for the allocation or deallocationDouglas Gregor
2010-03-24More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson
2010-03-24Each non-local class instantiation is its own local instantiationDouglas Gregor
2010-03-24Make sure to properly track the anonymous namespace that lives insideDouglas Gregor
2010-03-24Flip the switch and use the new vtable layout code for thunks by default. Add...Anders Carlsson
2010-03-24Remove parts of virt.cppAnders Carlsson
2010-03-23Implement computation of the final overriders for each virtualDouglas Gregor
2010-03-23revert 99311. Looks like it broke darwin bootstrap.Rafael Espindola
2010-03-23Improve diagnostic for @property/ivar type mismatch by including the types of...Ted Kremenek
2010-03-23Avoid producing implicit methods when we have a explicit template instantiationRafael Espindola
2010-03-23Code gen for compound assignment of complexFariborz Jahanian
2010-03-23Patch to implement code gen. use of compound assignent onFariborz Jahanian
2010-03-23When recovering from a qualified typedef name, don't clear out theDouglas Gregor
2010-03-23Ignore a more comprehensive set of gcc-special format attributes.Duncan Sands
2010-03-23For forward-declared static inline functions, delay CFG-based warnings until weTed Kremenek
2010-03-23Tweak null dereference diagnostics to give clearer diagnostics whenTed Kremenek
2010-03-23Only perform CFG-based warnings on 'static inline' functions thatTed Kremenek
2010-03-22Set the relevent attributes declared in class extensionFariborz Jahanian
2010-03-22A fixed version of r99174 which also includes a test that we emit vtables whenRafael Espindola
2010-03-22Improve the diagnostics for the UndefinedAssignmentChecker when anTed Kremenek
2010-03-22(re)implement PR6542, accepting and discarding the __gcc_tdiag__Chris Lattner
2010-03-22merge some tests.Chris Lattner
2010-03-22rename testChris Lattner
2010-03-22Diagnose miuse of property dot-syntax instead of crashing.Fariborz Jahanian
2010-03-22merge two tests.Chris Lattner
2010-03-22rename test.Chris Lattner
2010-03-22move a test to a more appropriate directoryChris Lattner