index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
undefined-internal.cpp
Age
Commit message (
Expand
)
Author
2013-04-26
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-25
Revert r180263. It's causing failures.
Bill Wendling
2013-04-25
Fix a case in linkage computation that should check for single line extern "C".
Rafael Espindola
2013-02-14
When marking derived classes' virtual methods ODR-used in order to trigger
Nick Lewycky
2013-02-12
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-07
Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-01-31
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2012-12-29
Don't warn for undefined but used decls that are external because of a typedef.
Rafael Espindola
2012-02-08
Make sure template argument deduction is consistently performed in an unevalu...
Eli Friedman
2012-02-04
Suppress the used-but-not-defined warning for static data members while I loo...
Eli Friedman
2012-02-02
Add some code to accurately perform odr-used marking for variables per the C+...
Eli Friedman
2011-02-25
Rough fix for PR9323 that prevents Clang from marking copy constructor
Chandler Carruth
2011-02-21
Don't warn about static const integral data members with in-line constant
John McCall
2011-02-19
Warn about code that uses variables and functions with internal linkage
John McCall