index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
abstract.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Implement several unary type traits more accurately
David Majnemer
2015-11-16
1
-0
/
+4
*
Normalize line endings
David Majnemer
2014-03-02
1
-10
/
+10
*
Implement DR257 / fix PR16659:
Richard Smith
2013-07-22
1
-1
/
+28
*
Add missing check for creating an instance of an abstract class through an
Richard Smith
2013-07-20
1
-0
/
+7
*
Detecting illegal instantiations of abstract types when using a function-styl...
Aaron Ballman
2012-05-07
1
-0
/
+14
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
When checking for abstract types, don't crash when we have a
Douglas Gregor
2011-02-22
1
-0
/
+10
*
Update the test error messages to match the update I made to the actual
Chandler Carruth
2011-02-19
1
-3
/
+3
*
Fix PR8767, improve diagnostic wording when allocating an object of an
Chandler Carruth
2011-02-18
1
-13
/
+13
*
Flesh out the test cases a little.
John McCall
2010-08-18
1
-0
/
+44
*
Rip out the existing retroactive abstract-class usage checker,
John McCall
2010-08-18
1
-4
/
+23
*
Fix the build. Using declarations should not be considering when looking
John McCall
2010-06-16
1
-0
/
+18
*
Diagnose the use of abstract types as array element types. Previously,
Douglas Gregor
2010-04-27
1
-5
/
+4
*
Correctly calcluate abstract-ness in the case where an implicitly declared
Eli Friedman
2009-12-16
1
-0
/
+14
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Track overriding methods when instantiating a template class. Fixes PR5550.
Sebastian Redl
2009-11-18
1
-0
/
+17
*
It's OK for a pure virtual function to override another pure virtual function...
Anders Carlsson
2009-10-18
1
-0
/
+15
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-30
/
+27
*
Prep for new warning.
Mike Stump
2009-07-22
1
-1
/
+1
*
Replace a cast with a dyn_cast as suggested by Doug.
Anders Carlsson
2009-05-30
1
-0
/
+8
*
Add a member lookup criteria constructor for searching for overridden virtual...
Anders Carlsson
2009-05-30
1
-0
/
+23
*
Rewrite PureVirtualMethodCollector to use the overridden methods. Fixes <rdar...
Anders Carlsson
2009-05-17
1
-0
/
+13
*
Fix the bug that Eli noticed where we wouldn't look at function decls outside...
Anders Carlsson
2009-03-24
1
-0
/
+16
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Handle pointers to arrays of abstract types.
Anders Carlsson
2009-03-24
1
-1
/
+3
*
More work on diagnosing abstract classes. We can now handle cases like
Anders Carlsson
2009-03-24
1
-1
/
+13
*
More improvements to abstract type checking. Handle arrays correctly, and mak...
Anders Carlsson
2009-03-23
1
-0
/
+17
*
It's an error to try to allocate an abstract object using new.
Anders Carlsson
2009-03-23
1
-0
/
+3
*
Disallow abstract types where appropriate.
Anders Carlsson
2009-03-22
1
-1
/
+9
*
Keep track of whether a class is abstract or not. This is currently only used...
Anders Carlsson
2009-03-22
1
-0
/
+26