agutowski added inline comments.
================ Comment at: test/Sema/builtins-x86_64.c:17 + v8ll vec8longlongs; + (void)__builtin_ia32_readeflags_u64(); // expected-error{{use of unknown builtin}} expected-note 0+ {{}} + (void)__builtin_ia32_writeeflags_u64(4); // expected-error{{use of unknown builtin}} expected-note 0+ {{}} ---------------- Is there some way to ignore all notes? I needed to handle typo-correction notes (like: `did you mean '__builtin_ia32_readeflags_u32'`). https://reviews.llvm.org/D25494 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits