提交历史

作者 SHA1 备注 提交日期
  David Blaikie 1614d5cef4 Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 11 年之前
  Alp Toker 42285719e5 Simplify warning flag value handling from r206826 11 年之前
  Alp Toker 864037ce5f TextDiagnosticPrinter: use the mapped level for remark flag computation 11 年之前
  Alexander Kornienko c2f2b74ec2 Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine. 11 年之前
  Craig Topper d24fb6c947 [C++11] Use 'nullptr'. Frontend edition. 11 年之前
  Diego Novillo 0da1b7016a Allow adding a value to a flag in diagnostics. 11 年之前
  Diego Novillo d31ddfcf61 Add support for optimization reports. 11 年之前
  Hans Wennborg 89e3274512 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode 12 年之前
  Douglas Gregor cc2b653c31 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 12 年之前
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 年之前
  Douglas Gregor 02c23ebf41 Make DiagnosticOptions intrusively reference-counted, and make sure 13 年之前
  Sylvestre Ledru bed28ac1d1 Fix a typo (the the => the) 13 年之前
  Ted Kremenek e8cf7d1434 Re-apply r159875 with fixes. 13 年之前
  NAKAMURA Takumi 3b4c532596 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. 13 年之前
  Ted Kremenek 25570a94ca Implement -Wpedantic and --no-pedantic to complement -Weverything. 13 年之前
  Argyrios Kyrtzidis 16afdf76b6 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic 13 年之前
  David Blaikie ceb15656fb Remove the unuseful -fdiagnostics-show-name 13 年之前
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 年之前
  Chandler Carruth 21a869aace Persist the TextDiagnostic object across multiple diagnostics as long as 14 年之前
  Chandler Carruth 7531f57180 Clean up the names of all the TextDiagnostic methods (and even a static 14 年之前
  Chandler Carruth db463bb2e4 Graduate the TextDiagnostic interface to its own header and source file, 14 年之前
  Chandler Carruth 1f3839e257 Move the message printing to a class-static function so that it can be 14 年之前
  Chandler Carruth 7eb84dc250 Move the diagnostic level printing into a class static helper. This will 14 年之前
  Chandler Carruth 03efd2efee Rationalize the last bit of "arbitrary" state that is carried between 14 年之前
  Chandler Carruth d614040a67 Neither 'Warning' nor 'NonNote' was a good name for this location... 14 年之前
  Chandler Carruth 67e2d51a86 Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-dead 14 年之前
  Chandler Carruth cae9ab1a8a Sink the include stack printing into the generic text diagnostic 14 年之前
  Chandler Carruth f54a61454e Rationalize some of how the locations of prior diagnostics are tracked 14 年之前
  Chandler Carruth 9ed3066cfe Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic 14 年之前
  Chandler Carruth 60e4a2a5e9 Sink the non-caret diagnostic logic down and out of the diagnostic 14 年之前