summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/ms-if-exists.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn off delayed template parsing for this testDouglas Gregor2011-10-251-1/+1
| | | | llvm-svn: 142951
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+24
statements. As noted in the documentation for the AST node, the semantics of __if_exists/__if_not_exists are somewhat different from the way Visual C++ implements them, because our parsed-template representation can't accommodate VC++ semantics without serious contortions. Hopefully this implementation is "good enough". llvm-svn: 142901
OpenPOWER on IntegriCloud