Skip to content
  • Douglas Gregor's avatar
    Improve the AST representation of Objective-C @try/@catch/@finally · 96c79498
    Douglas Gregor authored
    statements. Instead of the @try having a single @catch, where all of
    the @catch's were chained (using an O(n^2) algorithm nonetheless),
    @try just holds an array of its @catch blocks. The resulting AST is
    slightly more compact (not important) and better represents the actual
    language semantics (good).
    
    llvm-svn: 102221
    96c79498
Loading