summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/atomics.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Mark the overloaded atomic builtins as having custom type checking,Douglas Gregor2011-11-081-0/+8
| | | | | | | | | which they do. This avoids all of the default argument promotions that we (1) don't want, and (2) undo during that custom type checking, and makes sure that we don't run into trouble during template instantiation. Fixes PR11320. llvm-svn: 144110
* When type-checking a call to an overloaded, builtin atomic operation,Douglas Gregor2011-09-091-0/+8
construct a new DeclRefExpr rather than re-using the existing DeclRefExpr. Patch by Likai Liu, fixes PR8345. llvm-svn: 139373
OpenPOWER on IntegriCloud