summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx11-crashes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust type-trait evaluation to properly handle Using(Shadow)DeclsHal Finkel2016-11-271-0/+12
* Fix a crash when the size of an 'auto' is needed and its initalizerKaelyn Takata2015-03-171-0/+17
* If we find an error in the range expression in a range-based for loop, and theRichard Smith2013-08-211-3/+1
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-1/+3
* When determining whether to try evaluating the initializer of a variable, checkRichard Smith2012-10-281-0/+12
* Add a test case for the stack overflow in rdar://12542261Argyrios Kyrtzidis2012-10-271-0/+26
* Fix stack overflow when trying to create an implicit movingArgyrios Kyrtzidis2012-10-101-0/+38