Commit Graph

5 Commits

Author SHA1 Message Date
Maxwell Swadling
214efbfc3c Added a new AST Walker that instruments the AST to provide callbacks that simulate a program counter
Based off the PlaygroundTransform, this new ASTWalker leaves calls to __builtin_pc_before and __builtin_pc_after before and after a user would expect a program counter to enter a range of source code.
2016-12-19 10:56:40 -08:00
Dmitri Gribenko
55864d10cb Tests: use 'mkdir -p' 2016-09-02 21:36:45 -07:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Jordan Rose
e2197b6feb Add SILGen support for 'try?'.
rdar://problem/21692467

Swift SVN r31032
2015-08-05 22:17:38 +00:00
Sean Callanan
b2c6f4e5d5 Added support for do-catch blocks to the playground
transform.  Also added a testcase.

<rdar://problem/21196212> Some results don't show in sidebar -- why?


Swift SVN r29247
2015-06-02 20:03:23 +00:00