Historia zmian

Autor SHA1 Wiadomość Data
  Benjamin Kramer d7a3e2c5f6 Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. 13 lat temu
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 lat temu
  Benjamin Kramer fdd15602a4 Remove Diagnostic.h include from Preprocessor.h. 13 lat temu
  Ted Kremenek 3eaaa99c7e Per PR 11814, use Monospace instead of Andale Mono. 13 lat temu
  David Blaikie 7530c034c0 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 13 lat temu
  Douglas Gregor aee526e776 Introduce a pure virtual clone() method to DiagnosticConsumer, so that 14 lat temu
  David Blaikie 40847cfb58 Rename DiagnosticInfo to Diagnostic as per issue 5397 14 lat temu
  David Blaikie f40c0ac123 Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397 14 lat temu
  David Blaikie 78ad0b9884 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 14 lat temu
  David Blaikie d6471f7c19 Rename Diagnostic to DiagnosticsEngine as per issue 5397 14 lat temu
  Argyrios Kyrtzidis a64ccefdf0 Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 14 lat temu
  Douglas Gregor 5cee119558 Add support for C++0x unicode string and character literals, from Craig Topper! 14 lat temu
  Chandler Carruth edc3dccece Rename SourceManager::getInstantiationRange to getExpansionRange. 14 lat temu
  Chandler Carruth 402785357a Mechanically rename SourceManager::getInstantiationLoc and 14 lat temu
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 lat temu
  Chandler Carruth 7c5c6764e9 Switch a comment in Rewrite from 'instantiation' to 'expansion'. 14 lat temu
  Abramo Bagnara c4bf2b9afb Introduced raw_identifier token kind. 14 lat temu
  Argyrios Kyrtzidis 33e4e70c8c Refactoring of Diagnostic class. 14 lat temu
  Douglas Gregor 2e3741760f Fix crasher with IgnoringDiagClient 15 lat temu
  Chris Lattner 8877321ca6 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." 15 lat temu
  Benjamin Kramer f6ac97b101 Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 15 lat temu
  Douglas Gregor f715ca12bf Give SourceManager a Diagnostic object with which to report errors, 15 lat temu
  Douglas Gregor f9b0a58a10 Add some <cstdio> includes to unbreak the buildbots 15 lat temu
  Douglas Gregor aea67dbd65 Introduce a new BufferResult class to act as the return type of 15 lat temu
  Chris Lattner 6e2901407b Fix PR5633 by making the preprocessor handle the case where we can 15 lat temu
  Daniel Dunbar ff6912b5a9 Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. 16 lat temu
  Daniel Dunbar 90b1827c1c Kill PreprocessorFactory, which was both morally repugnant and totally unused. 16 lat temu
  Mike Stump 1eb4433ac4 Remove tabs, and whitespace cleanups. 16 lat temu
  Daniel Dunbar 44ba7bf544 Remove now unnecessary helper methods. 16 lat temu
  Daniel Dunbar d7407dc92c Convert parts of Rewriter to StringRef based API. 16 lat temu