[all-commits] [llvm/llvm-project] 9e52db: When we run out of source locations, try to produc...

Richard Smith via All-commits all-commits at lists.llvm.org
Wed Nov 16 14:36:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e52db182794d87bb8527dda313afd1ac491ab11
      https://github.com/llvm/llvm-project/commit/9e52db182794d87bb8527dda313afd1ac491ab11
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/SourceManager.h
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/test/Lexer/Inputs/inc2.h
    M clang/test/Lexer/SourceLocationsOverflow.c
    M clang/test/Misc/Inputs/include.h
    A clang/test/Misc/sloc-usage.cpp
    M clang/test/Misc/warning-flags-enabled.c

  Log Message:
  -----------
  When we run out of source locations, try to produce useful information
indicating why we ran out.




More information about the All-commits mailing list