summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/abstract.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Implement several unary type traits more accuratelyDavid Majnemer2015-11-161-0/+4
* Normalize line endingsDavid Majnemer2014-03-021-10/+10
* Implement DR257 / fix PR16659:Richard Smith2013-07-221-1/+28
* Add missing check for creating an instance of an abstract class through anRichard Smith2013-07-201-0/+7
* Detecting illegal instantiations of abstract types when using a function-styl...Aaron Ballman2012-05-071-0/+14
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* When checking for abstract types, don't crash when we have aDouglas Gregor2011-02-221-0/+10
* Update the test error messages to match the update I made to the actualChandler Carruth2011-02-191-3/+3
* Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth2011-02-181-13/+13
* Flesh out the test cases a little.John McCall2010-08-181-0/+44
* Rip out the existing retroactive abstract-class usage checker,John McCall2010-08-181-4/+23
* Fix the build. Using declarations should not be considering when lookingJohn McCall2010-06-161-0/+18
* Diagnose the use of abstract types as array element types. Previously,Douglas Gregor2010-04-271-5/+4
* Correctly calcluate abstract-ness in the case where an implicitly declaredEli Friedman2009-12-161-0/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Track overriding methods when instantiating a template class. Fixes PR5550.Sebastian Redl2009-11-181-0/+17
* It's OK for a pure virtual function to override another pure virtual function...Anders Carlsson2009-10-181-0/+15
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-30/+27
* Prep for new warning.Mike Stump2009-07-221-1/+1
* Replace a cast with a dyn_cast as suggested by Doug.Anders Carlsson2009-05-301-0/+8
* Add a member lookup criteria constructor for searching for overridden virtual...Anders Carlsson2009-05-301-0/+23
* Rewrite PureVirtualMethodCollector to use the overridden methods. Fixes <rdar...Anders Carlsson2009-05-171-0/+13
* Fix the bug that Eli noticed where we wouldn't look at function decls outside...Anders Carlsson2009-03-241-0/+16
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Handle pointers to arrays of abstract types.Anders Carlsson2009-03-241-1/+3
* More work on diagnosing abstract classes. We can now handle cases likeAnders Carlsson2009-03-241-1/+13
* More improvements to abstract type checking. Handle arrays correctly, and mak...Anders Carlsson2009-03-231-0/+17
* It's an error to try to allocate an abstract object using new.Anders Carlsson2009-03-231-0/+3
* Disallow abstract types where appropriate.Anders Carlsson2009-03-221-1/+9
* Keep track of whether a class is abstract or not. This is currently only used...Anders Carlsson2009-03-221-0/+26
OpenPOWER on IntegriCloud