summaryrefslogtreecommitdiff
path: root/test/CXX
Commit message (Expand)AuthorAge
* Add missing "non-constant" diagnostic for a member call on a temporary ofRichard Smith2014-06-11
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-03
* List DR532 as implemented on the defect report status page by renaming the na...Nikola Smiljanic2014-06-03
* Move DR532 test where it belongs.Nikola Smiljanic2014-06-03
* The exception-declaration for a function-try-block cannot redeclare aAaron Ballman2014-06-02
* Revert "Fix the undefined-but-used odr-use marker (DR48)"Alp Toker2014-06-01
* Fix the undefined-but-used odr-use marker (DR48)Alp Toker2014-06-01
* PR12961 - Extend DR532 to cover C++98/03.Nikola Smiljanic2014-05-31
* This test is no longer relevant. It is covered already by [basic.scope.pdecl]...Aaron Ballman2014-05-30
* This test should no longer be XFAILed; the standard has stabilized, and the t...Aaron Ballman2014-05-30
* Test requires exceptionsAlp Toker2014-05-28
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-28
* Rejecting the mutable specifier on a freestanding type declaration, instead o...Aaron Ballman2014-05-26
* Sema: Implement DR244David Majnemer2014-05-21
* Clean up language and grammar.Eric Christopher2014-05-20
* This test doesn't need to be XFAILed anywhere; it just needed to be updated t...Aaron Ballman2014-05-19
* More fixes for isBetterOverloadCandidate not being a strict weak ordering. TheRichard Smith2014-05-17
* Correct incoherent function versus function template partial ordering for con...Richard Smith2014-05-17
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-17
* PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions withinRichard Smith2014-05-14
* clang/test/CXX/drs/dr4xx.cpp: Use env(1) to satisfy lit internal runner.NAKAMURA Takumi2014-05-12
* disable asan's detect_stack_use_after_return when running CXX/drs/dr4xx.cpp (...Kostya Serebryany2014-05-12
* Revert "Sema: Implement DR244"David Majnemer2014-05-03
* Sema: Implement DR244David Majnemer2014-05-03
* Sema: Implement DR477David Majnemer2014-04-30
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-28
* Don't emit an ExtWarn on declarations of variable template specializations;Richard Smith2014-04-17
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-17
* PR19452: Implement more of [over.match.oper]p3's restrictions on which non-me...Richard Smith2014-04-17
* Tests for DR501-525.Richard Smith2014-04-13
* PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in ...Richard Smith2014-04-08
* If a using-declaration names a class member, but appears outside a class, tryRichard Smith2014-04-02
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-02
* More tests for DR1.Richard Smith2014-04-01
* Add failing testcase for DR305. Looks like we didn't implement the resolutionRichard Smith2014-04-01
* Sema: Implement DR317David Majnemer2014-03-30
* Tests for dr475-dr500.Richard Smith2014-03-30
* PR19252: Fix crash if alignas is used with an auto-typed variable. Don't checkRichard Smith2014-03-27
* Tests for DR450-475.Richard Smith2014-03-19
* Creating a printing policy for "half":Yunzhong Gao2014-03-18
* Remove 'REQUIRES: LP64' from these tests and use a more targeted fix.Richard Smith2014-03-18
* Don't fold together the name lookup entries for two declarations if they areRichard Smith2014-03-17
* Remove unused variable from test.Richard Smith2014-03-17
* clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8...NAKAMURA Takumi2014-03-17
* Tests for DR400-450.Richard Smith2014-03-17
* Tests for DR389-399.Richard Smith2014-03-13
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-12
* Tests for DR381-388.Richard Smith2014-03-11
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-07
* Tests for DR370-380.Richard Smith2014-03-05