summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor2009-10-081-3/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-095-248/+248
* Don't install Clang libraries.Douglas Gregor2009-08-231-0/+3
* Remove now unnecessary helper methods.Daniel Dunbar2009-08-191-2/+2
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-192-37/+32
* Use raw_svector_ostream for string concatenation.Daniel Dunbar2009-08-191-7/+9
* adjust indentation.Zhongxing Xu2009-08-171-15/+15
* Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in...Ted Kremenek2009-07-211-1/+1
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-1/+1
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-1/+1
* Fix for PR2386: distinguish between insertion and replacements in the Eli Friedman2009-05-181-4/+4
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-142-4/+4
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-1/+1
* fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner2009-03-131-0/+22
* Adjust HTML diagnostics CSS to not use "smaller" for font size and instead useTed Kremenek2009-03-101-2/+2
* Tighten message bubble height.Ted Kremenek2009-03-031-2/+3
* Adjust CSS to make message bubble numbers less gaudy.Ted Kremenek2009-03-021-4/+3
* Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...Ted Kremenek2009-03-021-3/+8
* Update HTML diagnostics to honor the different between 'event' and 'control-f...Ted Kremenek2009-03-021-2/+3
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-0/+3
* Fix PR3635 by handling ## magicallyChris Lattner2009-02-241-0/+5
* simplify this code and make it use highlight range. ThisChris Lattner2009-02-171-19/+8
* fix a fixme in -emit-html output: highlight the entire range of a macroChris Lattner2009-02-151-17/+21
* Fix rdar://6562329, a static analyzer crash Ted noticed on Chris Lattner2009-02-131-13/+45
* make "floating macro bubble" output of -emit-html much prettier: Chris Lattner2009-02-131-1/+14
* rename getFullFilePos -> getFileOffset.Chris Lattner2009-01-271-4/+4
* This change refactors some of the low-level lexer interfaces a bit.Chris Lattner2009-01-261-2/+3
* Check in the long promised SourceLocation rewrite. This lays theChris Lattner2009-01-262-3/+2
* Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner2009-01-191-2/+2
* add a simplified lexer ctor that sets up the lexer to raw-lex anChris Lattner2009-01-172-9/+3
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-173-50/+50
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-5/+5
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+9
* make the -rewrite-test a bit more interesting: it now Chris Lattner2008-10-121-3/+50
* start implementing a token rewriter. At this point, it just reads in a fileChris Lattner2008-10-121-0/+53
* Change how raw lexers are handled: instead of creating them and thenChris Lattner2008-10-121-4/+4
* Add #include (introduced by dependence on DeclGroup)Ted Kremenek2008-10-071-0/+1
* add a new Rewriter::getRewritenText method that returns the text for a rangeChris Lattner2008-10-031-0/+49
* Fixed an offset calculation error.Zhongxing Xu2008-09-161-1/+1
* Patch by Csaba Hruska!Ted Kremenek2008-09-132-5/+8
* Patch by Kovarththanan Rajaratnam!Ted Kremenek2008-08-311-0/+10
* honor EscapeSpaces in 2nd overload of EscapeText()Nico Weber2008-08-161-3/+8
* Add CSS for word wrapping of long message bubbles.Ted Kremenek2008-07-111-0/+1
* In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek2008-07-071-7/+13
* Fix rewrite rope to keep the leaf list up-to-date as it erases leavesChris Lattner2008-05-281-5/+27
* add an assertionChris Lattner2008-05-281-0/+1
* fix a nasty off-by-one error.Chris Lattner2008-05-231-1/+1
* fix an inconsistency computing offsets that caused a crash on rewrite-nest.mChris Lattner2008-05-231-1/+1
* Fix rdar://5919567: assertion failure: split didn't occur before erase!Chris Lattner2008-05-081-1/+3
* fix a rewriter crash on zero length files.Chris Lattner2008-04-231-0/+1
OpenPOWER on IntegriCloud