summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/test_guard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tabs to spacesHoward Hinnant2011-06-071-6/+6
| | | | llvm-svn: 132729
* Add more tests for cxa_guard methods. This includes our first two tests usingNick Lewycky2011-06-041-0/+75
| | | | | | | | | actual threads! There's no build file for libcxxabi, so I'll tell you that I built it with this: $ g++-4.6 -pthread -std=gnu++0x test_guard.cpp ../src/cxa_guard.o -o test_guard llvm-svn: 132644
* Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, ↵Howard Hinnant2011-05-241-0/+59
Howard Hinnant and John McCall llvm-svn: 132009
OpenPOWER on IntegriCloud