summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic/basic.stc
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-0/+19
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-19/+0
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-0/+19
* Don't diagnoes a mismatch between implicit and explicit exceptionRichard Smith2016-08-312-3/+18
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-042-2/+4
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-192-0/+2
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-021-1/+1
* When a declaration of a function is missing an exception specificationDouglas Gregor2010-03-242-3/+19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-154-4/+4
* Fix test.Anders Carlsson2009-12-131-1/+1
* More improvements to checking allocation and deallocation functions.Anders Carlsson2009-12-131-0/+32
* Correctly diagnose [basic.stc.dynamic.allocation]p1Anders Carlsson2009-12-121-0/+12
* Improve diagnostics for malformed delete operator function declarations.Anders Carlsson2009-12-111-0/+11
* Spell clang-cc correctly.Daniel Dunbar2009-09-221-1/+1
* When implicitly declaring operators new, new[], delete, and delete[],Douglas Gregor2009-09-152-0/+32
OpenPOWER on IntegriCloud