Eliminate Sema::CompareProperties(), which was walking over a pile of
lexical declarations looking for properties when we could more efficiently check for property mismatches at property declaration time. Good for ~1% of -fsyntax-only time when most of the properties we're checking against come from an AST file. llvm-svn: 173079
Loading
Please register or sign in to comment