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
/
attr-deprecated.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to fix this test on i686 targets.
Nick Lewycky
2013-02-12
1
-1
/
+1
*
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-12
1
-1
/
+12
*
Unify the codepaths for emitting deprecation warnings. The test changes are ...
Eli Friedman
2012-08-08
1
-1
/
+1
*
-Wdeprecated warning to include reference (as a note)
Fariborz Jahanian
2012-05-27
1
-21
/
+21
*
pinpoint name/location of deprecated/unavailable enumerator
Fariborz Jahanian
2011-11-28
1
-2
/
+2
*
c - Enumerators may inherit the deprecated/unavailable
Fariborz Jahanian
2011-09-29
1
-2
/
+2
*
Parse attributes on enumerators and instantiate attributes on enum decls.
John McCall
2010-10-22
1
-0
/
+43
*
Diagnose deprecated/unavailable functions selected by overload resolution.
John McCall
2010-05-06
1
-0
/
+126
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878.
Anders Carlsson
2009-09-13
1
-0
/
+10
*
Fix PR4878 for real.
Anders Carlsson
2009-09-11
1
-0
/
+13
*
Don't check use of a member function declaration used if the member function ...
Anders Carlsson
2009-09-10
1
-0
/
+17
*
getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDec...
Anders Carlsson
2009-08-08
1
-0
/
+10
*
Make sure to diagnose use of declarations in the case where we create an impl...
Anders Carlsson
2009-08-08
1
-0
/
+16