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
/
undefined-internal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-26
1
-0
/
+7
*
Revert r180263. It's causing failures.
Bill Wendling
2013-04-25
1
-7
/
+0
*
Fix a case in linkage computation that should check for single line extern "C".
Rafael Espindola
2013-04-25
1
-0
/
+7
*
When marking derived classes' virtual methods ODR-used in order to trigger
Nick Lewycky
2013-02-14
1
-0
/
+17
*
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-12
1
-0
/
+37
*
Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
2013-02-07
1
-0
/
+38
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
1
-0
/
+19
*
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-31
1
-0
/
+13
*
Don't warn for undefined but used decls that are external because of a typedef.
Rafael Espindola
2012-12-29
1
-0
/
+18
*
Make sure template argument deduction is consistently performed in an unevalu...
Eli Friedman
2012-02-08
1
-0
/
+11
*
Suppress the used-but-not-defined warning for static data members while I loo...
Eli Friedman
2012-02-04
1
-4
/
+7
*
Add some code to accurately perform odr-used marking for variables per the C+...
Eli Friedman
2012-02-02
1
-0
/
+45
*
Rough fix for PR9323 that prevents Clang from marking copy constructor
Chandler Carruth
2011-02-25
1
-0
/
+17
*
Don't warn about static const integral data members with in-line constant
John McCall
2011-02-21
1
-0
/
+21
*
Warn about code that uses variables and functions with internal linkage
John McCall
2011-02-19
1
-0
/
+86