summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/microsoft-abi-array-cookies.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang/test/CodeGenCXX: Fix two tests, destructors.cpp and ↵NAKAMURA Takumi2012-05-011-1/+1
| | | | | | microsoft-abi-array-cookies.cpp, for -Asserts. llvm-svn: 155913
* Remove some not-very-stable assumptions from this testcase.John McCall2012-05-011-9/+9
| | | | llvm-svn: 155889
* Refactor the C++ ABI code a little bit to take advantage ofJohn McCall2012-05-011-0/+59
what I'm going to treat as basically universal properties of array-cookie code. Implement MS array cookies on top of that. Based on a patch by Timur Iskhodzhanov! llvm-svn: 155886
OpenPOWER on IntegriCloud