| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis | 2010-11-18 | 1 | -0/+3 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -6/+8 |
* | Make sure to always check the result of | Douglas Gregor | 2010-11-12 | 1 | -2/+13 |
* | Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber... | Douglas Gregor | 2010-11-02 | 1 | -1/+1 |
* | Eliminate some extraneous whitespace in the machine-parseable Fix-It output. | Douglas Gregor | 2010-08-20 | 1 | -2/+2 |
* | Add machine-parseable Fix-It output as part of diagnostics, under the | Douglas Gregor | 2010-08-19 | 1 | -0/+42 |
* | Simplify FixItHint by eliminated the unnecessary InsertionLoc | Douglas Gregor | 2010-08-18 | 1 | -2/+2 |
* | Bug 7377: printf checking fails to flag some undefined behavior | Tom Care | 2010-06-21 | 1 | -15/+18 |
* | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner | 2010-06-18 | 1 | -12/+18 |
* | when too many errors are emitted, and we produce: | Chris Lattner | 2010-05-24 | 1 | -0/+2 |
* | add a new -fdiagnostics-show-category=none/id/name option, giving control | Chris Lattner | 2010-05-04 | 1 | -2/+7 |
* | When -fdiagnostics-print-source-range-info is specified, | Chris Lattner | 2010-05-04 | 1 | -4/+29 |
* | Introduce a limit on the depth of the macro instantiation backtrace | Douglas Gregor | 2010-05-04 | 1 | -21/+61 |
* | change FullSourceLoc to have a *const* SourceManager&, eliminating | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
* | Fix a bug in caret-line-pruning logic that only happens when we have a | Douglas Gregor | 2010-04-16 | 1 | -3/+10 |
* | fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic | Chris Lattner | 2010-04-12 | 1 | -2/+7 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -7/+7 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -7/+7 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -7/+7 |
* | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer | 2010-03-16 | 1 | -5/+2 |
* | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor | 2010-03-16 | 1 | -6/+5 |
* | Introduce a new BufferResult class to act as the return type of | Douglas Gregor | 2010-03-15 | 1 | -2/+8 |
* | Use SmallString instead of SmallVector | Kovarththanan Rajaratnam | 2010-03-13 | 1 | -7/+7 |
* | Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic | Daniel Dunbar | 2010-02-25 | 1 | -1/+4 |
* | when a diagnostic is an extension and has no other -W flag, | Chris Lattner | 2010-02-16 | 1 | -1/+4 |
* | restructure code a bit: there are two potential issues | Chris Lattner | 2010-02-12 | 1 | -11/+15 |
* | Print fix-it hints properly around tabs, from Christian Adåker! | Douglas Gregor | 2010-01-18 | 1 | -0/+36 |
* | diagnose invalid values of -ftabstop, patch by Christian Adaker! | Chris Lattner | 2010-01-13 | 1 | -2/+4 |
* | implement -ftabstop=width, patch by Christian Adåker | Chris Lattner | 2010-01-09 | 1 | -2/+3 |
* | Fix an off by one in findEndOfWord, which could scan past the end of the stri... | Daniel Dunbar | 2009-12-06 | 1 | -4/+9 |
* | Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje... | Steve Naroff | 2009-12-05 | 1 | -3/+1 |
* | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff | 2009-12-05 | 1 | -5/+13 |
* | Use PresumedLoc when emitting the 'included from' diagnostics. For a malformed | Chris Lattner | 2009-12-04 | 1 | -6/+14 |
* | Allow TextDiagnosticPrinter to have optional ownership of its output stream. | Daniel Dunbar | 2009-11-11 | 1 | -2/+9 |
* | Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarify | Daniel Dunbar | 2009-11-05 | 1 | -0/+1 |
* | Factor out a diagnostic options class. | Daniel Dunbar | 2009-11-04 | 1 | -24/+31 |
* | Workaround a bug exposed by the FileCheckify of message-length.c, the caret end | Daniel Dunbar | 2009-10-19 | 1 | -0/+6 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -2/+2 |
* | Remove trailing whitespace. | Daniel Dunbar | 2009-09-07 | 1 | -68/+68 |
* | Minor tweak to -fdiagnostics-print-source-range-info to make it print | Chris Lattner | 2009-06-15 | 1 | -2/+11 |
* | Add ANSI color support for clang. | Torok Edwin | 2009-06-04 | 1 | -1/+55 |
* | "This patch fixes an obvious buffer overrun in | Douglas Gregor | 2009-05-18 | 1 | -2/+2 |
* | When word-wrapping, be more defensive about a ridiculously small number of co... | Douglas Gregor | 2009-05-15 | 1 | -2/+4 |
* | Eliminate extra vertical space in Clang diagnostics | Douglas Gregor | 2009-05-06 | 1 | -21/+3 |
* | Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera... | Chris Lattner | 2009-05-05 | 1 | -14/+18 |
* | Simplify the interesting-region code by assimmilating blocks of non-whitespac... | Douglas Gregor | 2009-05-04 | 1 | -57/+18 |
* | Tweak the extraction of the "interesting" part of a source range in two ways: | Douglas Gregor | 2009-05-04 | 1 | -4/+19 |
* | Fix an infinite loop in diagnostic printing. | Daniel Dunbar | 2009-05-03 | 1 | -7/+5 |
* | Fix crash in source-line truncation code for diagnostic | Douglas Gregor | 2009-05-03 | 1 | -2/+3 |
* | temporary hack to work around PR4128 | Chris Lattner | 2009-05-03 | 1 | -1/+1 |