Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-25 | Turn off delayed template parsing for this test | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142951 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-10-25 | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor | |
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". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142901 91177308-0d34-0410-b5e6-96231b3b80d8 |