[PATCH] PR23175 (unit test) - Infinite loop iterating Objective-C method declarations in categories when the AST was deserialized from an .ast file

Richard Smith richard at metafoo.co.uk
Tue Apr 21 18:51:39 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: unittests/Serialization/Reserialization.cpp:1
@@ +1,2 @@
+//===- unittests/Serialization/Reserialization.cpp - Reserialization tests ===//
+//
----------------
I'm not completely sure what "reserialization" means here; I'd expect this to be tests for serializing stuff we'd deserialized (which we generally avoid doing). Maybe something like "Serialization/Decls.cpp" would be a better name for tests of Decl deserialization?

http://reviews.llvm.org/D9126

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list