summaryrefslogtreecommitdiff
path: root/test/SemaCXX/undefined-internal.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith2017-09-221-0/+8
* Revisit PR10177: don't instantiate a variable if it's only referenced in aRichard Smith2017-01-061-3/+8
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+1
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-1/+10
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+1
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-1/+1
* test/SemaCXX/undefined-internal.cpp: Remove target triple.Hans Wennborg2014-06-061-4/+1
* Revert "Fix the undefined-but-used odr-use marker (DR48)"Alp Toker2014-06-011-4/+7
* Fix the undefined-but-used odr-use marker (DR48)Alp Toker2014-06-011-7/+4
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-23/+23
* Consistently print anonymous namespace names as "<anonymous namespace>"David Blaikie2014-02-141-2/+2
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-221-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-1/+4
* 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