[PATCH] D11844: [Modules] More descriptive diagnostics for misplaced import directive

Serge Pavlov via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 14 08:12:14 PDT 2015


sepavloff updated this revision to Diff 34673.
sepavloff added a comment.

Updated diagnostics according to Sean's notes ('textual module' -> 'textual header')


http://reviews.llvm.org/D11844

Files:
  include/clang/Basic/DiagnosticParseKinds.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Parse/Parser.h
  include/clang/Sema/Sema.h
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseStmt.cpp
  lib/Parse/Parser.cpp
  lib/Sema/SemaDecl.cpp
  test/Modules/auto-module-import.m
  test/Modules/extern_c.cpp
  test/Modules/malformed.cpp
  test/Modules/misplaced.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11844.34673.patch
Type: text/x-patch
Size: 12049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150914/cad7db8f/attachment.bin>


More information about the cfe-commits mailing list