提交历史

作者 SHA1 备注 提交日期
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Eugene Zelenko 57091d2e94 [Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 年之前
  Hal Finkel ab88c4b23f [TextDiagnosticBuffer] Fix diagnostic note emission order 7 年之前
  Benjamin Kramer b7b56528f9 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 10 年之前
  Tobias Grosser 0d40b638c5 Support 'remark' in VerifyDiagnosticConsumer 11 年之前
  Alp Toker e8da95f84f TextDiagnosticBuffer: Fix copy-paste mistake in r197856 11 年之前
  Alp Toker a2cd7434fd Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer 11 年之前
  Douglas Gregor cc2b653c31 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 12 年之前
  Benjamin Kramer 0f584640dc Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again. 12 年之前
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 年之前
  Douglas Gregor aee526e776 Introduce a pure virtual clone() method to DiagnosticConsumer, so that 14 年之前
  David Blaikie 40847cfb58 Rename DiagnosticInfo to Diagnostic as per issue 5397 14 年之前
  David Blaikie 78ad0b9884 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 14 年之前
  David Blaikie d6471f7c19 Rename Diagnostic to DiagnosticsEngine as per issue 5397 14 年之前
  David Blaikie 548f6c8e80 More missing header inclusions from llvm_unreachable migration. 14 年之前
  David Blaikie b219cfc4d7 Switch assert(0/false) llvm_unreachable. 14 年之前
  Argyrios Kyrtzidis f2224d89a6 Since multiple diagnostics can share one diagnostic client, have the client keeping track 14 年之前
  Daniel Dunbar c238955f09 Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. 15 年之前
  Daniel Dunbar 4cbe3b64be Simplify. 15 年之前
  Mike Stump 1eb4433ac4 Remove tabs, and whitespace cleanups. 16 年之前
  Daniel Dunbar e1bd4e6d7c Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 16 年之前