提交歷史

作者 SHA1 備註 提交日期
  Ted Kremenek 3eaaa99c7e Per PR 11814, use Monospace instead of Andale Mono. 13 年之前
  David Blaikie 7530c034c0 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 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 f40c0ac123 Rename IgnoringDiagClient to IgnoringDiagConsumer 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 年之前
  Argyrios Kyrtzidis a64ccefdf0 Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 14 年之前
  Douglas Gregor 5cee119558 Add support for C++0x unicode string and character literals, from Craig Topper! 14 年之前
  Chandler Carruth edc3dccece Rename SourceManager::getInstantiationRange to getExpansionRange. 14 年之前
  Chandler Carruth 402785357a Mechanically rename SourceManager::getInstantiationLoc and 14 年之前
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 年之前
  Chandler Carruth 7c5c6764e9 Switch a comment in Rewrite from 'instantiation' to 'expansion'. 14 年之前
  Abramo Bagnara c4bf2b9afb Introduced raw_identifier token kind. 14 年之前
  Argyrios Kyrtzidis 33e4e70c8c Refactoring of Diagnostic class. 14 年之前
  Douglas Gregor 2e3741760f Fix crasher with IgnoringDiagClient 15 年之前
  Chris Lattner 8877321ca6 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." 15 年之前
  Benjamin Kramer f6ac97b101 Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 15 年之前
  Douglas Gregor f715ca12bf Give SourceManager a Diagnostic object with which to report errors, 15 年之前
  Douglas Gregor f9b0a58a10 Add some <cstdio> includes to unbreak the buildbots 15 年之前
  Douglas Gregor aea67dbd65 Introduce a new BufferResult class to act as the return type of 15 年之前
  Chris Lattner 6e2901407b Fix PR5633 by making the preprocessor handle the case where we can 15 年之前
  Daniel Dunbar ff6912b5a9 Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. 16 年之前
  Daniel Dunbar 90b1827c1c Kill PreprocessorFactory, which was both morally repugnant and totally unused. 16 年之前
  Mike Stump 1eb4433ac4 Remove tabs, and whitespace cleanups. 16 年之前
  Daniel Dunbar 44ba7bf544 Remove now unnecessary helper methods. 16 年之前
  Daniel Dunbar d7407dc92c Convert parts of Rewriter to StringRef based API. 16 年之前
  Daniel Dunbar 7e37c818f9 Use raw_svector_ostream for string concatenation. 16 年之前
  Zhongxing Xu c01b46e2f1 adjust indentation. 16 年之前
  Ted Kremenek b83ded0db9 Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in the HTMLRewriter. 16 年之前