summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/atomic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-1/+1
| | | | | | tests fail. llvm-svn: 188447
* When checking a call to a builtin atomic operation, be sure toDouglas Gregor2011-11-281-0/+17
consider the _<width> variants as well, which we'll see if we're performing the type checking in a template instantiation where the call expression itself was originally not type-dependent. Fixes PR11411. llvm-svn: 145248
OpenPOWER on IntegriCloud