Commit History

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