summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [ubsan] Don't add a --dynamic-list for ubsan symbols when building a sharedRichard Smith2014-06-04
* Don't dynamically initialize dllimport vars (PR19933)Hans Wennborg2014-06-04
* MS-ABI: Mangle empty template parameter packs correctlyDavid Majnemer2014-06-04
* MS-ABI: Implement user defined literalsDavid Majnemer2014-06-04
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-04
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-03
* Fix leak from r210059Alp Toker2014-06-03
* temporary disable part of a test because it causes clang to leak memory (want...Kostya Serebryany2014-06-03
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Remove incorrect assertion.Richard Smith2014-06-03
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-03
* PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith2014-06-03
* List DR532 as implemented on the defect report status page by renaming the na...Nikola Smiljanic2014-06-03
* When emitting a multidimensional array new, emit the initializers for theRichard Smith2014-06-03
* Move DR532 test where it belongs.Nikola Smiljanic2014-06-03
* Update for llvm API change.Rafael Espindola2014-06-03
* Fix -emit-codegen-only to not generate binariesAlp Toker2014-06-03
* Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtablesHans Wennborg2014-06-02
* allow optional signext attributeWill Schmidt2014-06-02
* 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
* Fix PR18498: Support explicit template arguments with variadic generic lambdasFaisal Vali2014-06-01
* Test fixes and improvements.Rafael Espindola2014-06-01
* Don't add examples to the check-clang dependencies unless requestedAlp Toker2014-06-01
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-31
* Fix test on platforms where size_t is not 'unsigned long'.Benjamin Kramer2014-05-31
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-31
* AST Dump: print the Inherited flag on attributesHans Wennborg2014-05-31
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-31
* PR12961 - Extend DR532 to cover C++98/03.Nikola Smiljanic2014-05-31
* Diagnose dll attribute on member of class that already has a dll attributeHans Wennborg2014-05-31
* [CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {ext...Michael J. Spencer2014-05-31
* Remove unused struct from testAlp Toker2014-05-30
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-30
* Objective-C. Diagnose assigning a block pointer type toFariborz Jahanian2014-05-30
* Remove unnecessary test.Diego Novillo2014-05-30
* 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
* clang/test/Frontend/Weverything-and-remarks.cpp: Add explicit -target.NAKAMURA Takumi2014-05-30
* Fix 'this' capturing Generic lambdas used within default initializers (PR19876) Faisal Vali2014-05-30
* PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic2014-05-30
* PR12214 - Warn on suspicious self-compound-assignments.Nikola Smiljanic2014-05-30
* Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne2014-05-29
* Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet2014-05-29
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-29
* Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719Bob Wilson2014-05-29
* Make runlines consistent with other dll attribute testsNico Rieck2014-05-29
* Fix some minor typos in testsNico Rieck2014-05-29