| Commit message (Expand) | Author | Age | Files | Lines |
| * | Hoist the emission of parseable fixits into a helper method, simplifying | Chandler Carruth | 2011-09-02 | 1 | -38/+38 |
| * | Create a CaretDiagnostic class to hold the logic for emitting | Chandler Carruth | 2011-08-31 | 1 | -263/+331 |
| * | Sink all of the include stack printing logic into its member function. | Chandler Carruth | 2011-08-31 | 1 | -18/+39 |
| * | Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation API | Chandler Carruth | 2011-07-26 | 1 | -3/+3 |
| * | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth | 2011-07-25 | 1 | -2/+2 |
| * | Rename getInstantiationColumnNumber to getExpansionColumnNumber in both | Chandler Carruth | 2011-07-25 | 1 | -2/+2 |
| * | Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. | Chandler Carruth | 2011-07-25 | 1 | -1/+1 |
| * | Rename SourceManager::getImmediateInstantiationRange to | Chandler Carruth | 2011-07-25 | 1 | -2/+2 |
| * | Rename SourceManager::getInstantiationRange to getExpansionRange. | Chandler Carruth | 2011-07-25 | 1 | -2/+2 |
| * | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -5/+5 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -18/+18 |
| * | Switch all local code and comments from '[Ii]nstantiat(ion|ed)' to | Chandler Carruth | 2011-07-14 | 1 | -14/+14 |
| * | Switch the diagnostic messages about macros to use the terms 'expanded' | Chandler Carruth | 2011-07-14 | 1 | -2/+2 |
| * | Keep track of which source locations are part of a macro argument | Chandler Carruth | 2011-07-07 | 1 | -13/+83 |
| * | Fix PR9279 - Macro expansion stack trace seriously broken with function-style... | Chris Lattner | 2011-06-28 | 1 | -7/+9 |
| * | In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if th... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -2/+3 |
| * | Change the include stack of "instantiated from" notes to fall under the contr... | Richard Trieu | 2011-05-26 | 1 | -1/+1 |
| * | A StringRef-ication of the DiagnosticIDs API and internals. | Argyrios Kyrtzidis | 2011-05-25 | 1 | -2/+2 |
| * | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor | 2011-05-21 | 1 | -9/+21 |
| * | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor | 2011-04-15 | 1 | -0/+7 |
| * | Remove a redundant isValid() check | Matt Beaumont-Gay | 2011-03-31 | 1 | -1/+1 |
| * | Add an option to suppress include stack printing on note diagnostics. | Chandler Carruth | 2011-03-27 | 1 | -10/+15 |
| * | Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning... | Ted Kremenek | 2011-02-25 | 1 | -1/+13 |
| * | TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with inva... | Axel Naumann | 2011-01-27 | 1 | -71/+89 |
| * | 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 |