| commit | deb4a2be6742e9457e639548a05615c9674c22d4 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Oct 25 01:33:02 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Oct 25 01:33:02 2011 +0000 |
| tree | 6d51e5336be7c931aed6c37a45227e981d076a87 | |
| parent | 4223b3b380d11a86d64ff370bf2742961d5d9fff [diff] |
Implement support for dependent Microsoft __if_exists/__if_not_exists 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