Age | Commit message (Expand) | Author |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-16 | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer |
2010-03-16 | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor |
2010-03-15 | Introduce a new BufferResult class to act as the return type of | Douglas Gregor |
2010-03-13 | Use SmallString instead of SmallVector | Kovarththanan Rajaratnam |
2010-02-25 | Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic | Daniel Dunbar |
2010-02-16 | when a diagnostic is an extension and has no other -W flag, | Chris Lattner |
2010-02-12 | restructure code a bit: there are two potential issues | Chris Lattner |
2010-01-18 | Print fix-it hints properly around tabs, from Christian Adåker! | Douglas Gregor |
2010-01-13 | diagnose invalid values of -ftabstop, patch by Christian Adaker! | Chris Lattner |
2010-01-09 | implement -ftabstop=width, patch by Christian Adåker | Chris Lattner |
2009-12-06 | Fix an off by one in findEndOfWord, which could scan past the end of the stri... | Daniel Dunbar |
2009-12-05 | Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje... | Steve Naroff |
2009-12-05 | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff |
2009-12-04 | Use PresumedLoc when emitting the 'included from' diagnostics. For a malformed | Chris Lattner |
2009-11-11 | Allow TextDiagnosticPrinter to have optional ownership of its output stream. | Daniel Dunbar |
2009-11-05 | Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarify | Daniel Dunbar |
2009-11-04 | Factor out a diagnostic options class. | Daniel Dunbar |
2009-10-19 | Workaround a bug exposed by the FileCheckify of message-length.c, the caret end | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-07 | Remove trailing whitespace. | Daniel Dunbar |
2009-06-15 | Minor tweak to -fdiagnostics-print-source-range-info to make it print | Chris Lattner |
2009-06-04 | Add ANSI color support for clang. | Torok Edwin |
2009-05-18 | "This patch fixes an obvious buffer overrun in | Douglas Gregor |
2009-05-15 | When word-wrapping, be more defensive about a ridiculously small number of co... | Douglas Gregor |
2009-05-06 | Eliminate extra vertical space in Clang diagnostics | Douglas Gregor |
2009-05-05 | Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera... | Chris Lattner |
2009-05-04 | Simplify the interesting-region code by assimmilating blocks of non-whitespac... | Douglas Gregor |
2009-05-04 | Tweak the extraction of the "interesting" part of a source range in two ways: | Douglas Gregor |
2009-05-03 | Fix an infinite loop in diagnostic printing. | Daniel Dunbar |
2009-05-03 | Fix crash in source-line truncation code for diagnostic | Douglas Gregor |
2009-05-03 | temporary hack to work around PR4128 | Chris Lattner |
2009-05-03 | When a fix-it hint would span multiple lines, don't print it; half a | Douglas Gregor |
2009-05-03 | When we truncate a source line to fit it within the terminal width, | Douglas Gregor |
2009-05-03 | Respect the COLUMNS environment variable for word-wrapping (so we get | Douglas Gregor |
2009-05-01 | When printing a source line as part of a diagnostic, the source line | Douglas Gregor |
2009-05-01 | Implement -fmessage-length=N, which word-wraps diagnostics to N columns. | Douglas Gregor |
2009-04-28 | In -fdiagnostics-print-source-range-info mode, print a space before the | Chris Lattner |
2009-04-21 | make "in included from" and "in instatiation from" messages respect | Chris Lattner |
2009-04-19 | don't crash on invalid ranges in -fprint-source-range-info | Chris Lattner |
2009-04-19 | implement compiler support for -fno-diagnostics-fixit-info, | Chris Lattner |
2009-04-16 | tblgen is now passing diagnostic group information in the .inc file, ignore i... | Chris Lattner |
2009-04-16 | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner |
2009-04-14 | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner |
2009-03-13 | implement a new -fprint-source-range-info option, which | Chris Lattner |
2009-03-10 | Extend the notion of active template instantiations to include the | Douglas Gregor |
2009-03-08 | generalize the "end of line" checking logic to stop at any \0 at the | Chris Lattner |
2009-03-02 | fix PR2639 | Chris Lattner |