Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 gadi atpakaļ
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 gadi atpakaļ
  Christof Douma 8aeb339f32 Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"" 8 gadi atpakaļ
  Christof Douma 27337711cd Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc" 8 gadi atpakaļ
  Christof Douma 121eb4635e [NFC] Refactor DiagnosticRenderer to use FullSourceLoc 8 gadi atpakaļ
  Mehdi Amini 2e23251d3e [NFC] Header cleanup 9 gadi atpakaļ
  David Blaikie 1614d5cef4 Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 11 gadi atpakaļ
  Alp Toker 42285719e5 Simplify warning flag value handling from r206826 11 gadi atpakaļ
  Alp Toker 864037ce5f TextDiagnosticPrinter: use the mapped level for remark flag computation 11 gadi atpakaļ
  Alexander Kornienko c2f2b74ec2 Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine. 11 gadi atpakaļ
  Craig Topper d24fb6c947 [C++11] Use 'nullptr'. Frontend edition. 11 gadi atpakaļ
  Diego Novillo 0da1b7016a Allow adding a value to a flag in diagnostics. 11 gadi atpakaļ
  Diego Novillo d31ddfcf61 Add support for optimization reports. 11 gadi atpakaļ
  Hans Wennborg 89e3274512 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode 12 gadi atpakaļ
  Douglas Gregor cc2b653c31 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 12 gadi atpakaļ
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 gadi atpakaļ
  Douglas Gregor 02c23ebf41 Make DiagnosticOptions intrusively reference-counted, and make sure 13 gadi atpakaļ
  Sylvestre Ledru bed28ac1d1 Fix a typo (the the => the) 13 gadi atpakaļ
  Ted Kremenek e8cf7d1434 Re-apply r159875 with fixes. 13 gadi atpakaļ
  NAKAMURA Takumi 3b4c532596 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. 13 gadi atpakaļ
  Ted Kremenek 25570a94ca Implement -Wpedantic and --no-pedantic to complement -Weverything. 13 gadi atpakaļ
  Argyrios Kyrtzidis 16afdf76b6 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic 13 gadi atpakaļ
  David Blaikie ceb15656fb Remove the unuseful -fdiagnostics-show-name 13 gadi atpakaļ
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 gadi atpakaļ
  Chandler Carruth 21a869aace Persist the TextDiagnostic object across multiple diagnostics as long as 14 gadi atpakaļ
  Chandler Carruth 7531f57180 Clean up the names of all the TextDiagnostic methods (and even a static 14 gadi atpakaļ
  Chandler Carruth db463bb2e4 Graduate the TextDiagnostic interface to its own header and source file, 14 gadi atpakaļ
  Chandler Carruth 1f3839e257 Move the message printing to a class-static function so that it can be 14 gadi atpakaļ
  Chandler Carruth 7eb84dc250 Move the diagnostic level printing into a class static helper. This will 14 gadi atpakaļ
  Chandler Carruth 03efd2efee Rationalize the last bit of "arbitrary" state that is carried between 14 gadi atpakaļ