summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/undefined-internal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola2013-04-261-0/+7
* Revert r180263. It's causing failures.Bill Wendling2013-04-251-7/+0
* Fix a case in linkage computation that should check for single line extern "C".Rafael Espindola2013-04-251-0/+7
* When marking derived classes' virtual methods ODR-used in order to triggerNick Lewycky2013-02-141-0/+17
* The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky2013-02-121-0/+37
* Apply the pure-virtual odr rule to other constructs which can call overloadedNick Lewycky2013-02-071-0/+38
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-021-0/+19
* Fix ODR-use of a MemberExpr to check before marking a pure function used. RemoveNick Lewycky2013-01-311-0/+13
* Don't warn for undefined but used decls that are external because of a typedef.Rafael Espindola2012-12-291-0/+18
* Make sure template argument deduction is consistently performed in an unevalu...Eli Friedman2012-02-081-0/+11
* Suppress the used-but-not-defined warning for static data members while I loo...Eli Friedman2012-02-041-4/+7
* Add some code to accurately perform odr-used marking for variables per the C+...Eli Friedman2012-02-021-0/+45
* Rough fix for PR9323 that prevents Clang from marking copy constructorChandler Carruth2011-02-251-0/+17
* Don't warn about static const integral data members with in-line constantJohn McCall2011-02-211-0/+21
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-0/+86
OpenPOWER on IntegriCloud