Age | Commit message (Expand) | Author | Files | Lines |
2022-11-17 | Refactor StaticAnalyzer to use `clang::SarifDocumentWriter` | Vaibhav Yenamandra | 1 | -0/+4 |
2022-11-07 | [clang][NFC] Use c++17 style variable type traits | Nathan James | 1 | -2/+2 |
2022-06-24 | Revert "[clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` i... | Aaron Ballman | 1 | -27/+0 |
2022-06-24 | [clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` interface | Vaibhav Yenamandra | 1 | -0/+27 |
2021-12-09 | [NFC][clang] Return underlying strings directly instead of OS.str() | Logan Smith | 1 | -2/+2 |
2021-07-21 | [clang] Introduce SourceLocation::[U]IntTy typedefs. | Simon Tatham | 1 | -1/+1 |
2021-01-22 | [clang][Tooling] Get rid of a hack in SymbolOccurrences, NFCI | Mikhail Maltsev | 1 | -0/+8 |
2020-10-27 | [clang][Basic] Integrate SourceLocation with FoldingSet, NFCI | Mikhail Maltsev | 1 | -0/+6 |
2020-10-20 | [clang][Basic] Make SourceLocation usable as key in hash maps, NFCI | Mikhail Maltsev | 1 | -0/+5 |
2020-10-14 | clang/Basic: Stop using SourceManager::getBuffer, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-08-30 | Add dump() method for SourceRange | Stephen Kelly | 1 | -0/+54 |
2018-08-15 | Add a newline to SourceLocation dump output | Stephen Kelly | 1 | -0/+1 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -1/+1 |
2018-04-30 | PR37189 Fix incorrect end source location and spelling for a split '>>' token. | Richard Smith | 1 | -18/+0 |
2018-02-16 | [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 1 | -3/+9 |
2017-06-27 | Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"" | Christof Douma | 1 | -0/+70 |
2017-06-19 | Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc" | Christof Douma | 1 | -70/+0 |
2017-06-19 | [NFC] Refactor DiagnosticRenderer to use FullSourceLoc | Christof Douma | 1 | -0/+70 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -1/+0 |
2015-06-09 | Removing spurious semi colons; NFC. | Aaron Ballman | 1 | -1/+1 |
2014-08-18 | Inline function into only use. | Rafael Espindola | 1 | -6/+2 |
2014-01-04 | Only mark dump() function definitions 'used' in debug builds | Alp Toker | 1 | -3/+4 |
2012-12-12 | PR14581: Make SourceLocation::printToString work, or it will always return an... | Benjamin Kramer | 1 | -1/+1 |
2012-11-09 | Add a SourceLocation::printToString() that returns in a std::string what dump() | Argyrios Kyrtzidis | 1 | -0/+7 |
2012-02-26 | Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ... | Benjamin Kramer | 1 | -0/+4 |
2011-07-26 | Clean up as many of the comments in Basic I can find to talk in terms of | Chandler Carruth | 1 | -1/+1 |
2011-07-25 | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth | 1 | -2/+2 |
2011-07-25 | Rename getInstantiationColumnNumber to getExpansionColumnNumber in both | Chandler Carruth | 1 | -2/+2 |
2011-07-25 | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 1 | -3/+3 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -3/+3 |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 1 | -0/+5 |
2010-11-12 | Make sure to always check the result of | Douglas Gregor | 1 | -0/+5 |
2010-03-16 | Update get*LineNumber() and get*ColumnNumber() functions to pass the | Douglas Gregor | 1 | -8/+8 |
2010-03-16 | Audit all callers of SourceManager::getCharacterData(); update some of | Douglas Gregor | 1 | -2/+2 |
2010-03-16 | Audit all getBuffer() callers (for both the FullSourceLoc and | Douglas Gregor | 1 | -4/+4 |
2010-03-16 | Switch another function to StringRef instead of char pointer pairs. | Benjamin Kramer | 1 | -3/+2 |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump | 1 | -2/+2 |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor | 1 | -22/+0 |
2009-03-10 | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar | 1 | -1/+0 |
2009-03-10 | Add FullSourceLoc::getDecomposedLoc. | Ted Kremenek | 1 | -0/+4 |
2009-03-05 | Include information about compound statements when crashing in sema or the | Chris Lattner | 1 | -11/+35 |
2009-03-02 | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner | 1 | -0/+1 |
2009-02-04 | lower the interface to getLineNumber like we did for | Chris Lattner | 1 | -5/+0 |
2009-02-04 | make SM::getColumnNumber take a predecomposed FileID/offset, which | Chris Lattner | 1 | -6/+0 |
2009-01-28 | Add method FullSourceLoc::getBufferData(). | Ted Kremenek | 1 | -0/+6 |
2009-01-27 | Introduce a new PresumedLoc class to represent the concept of a location | Chris Lattner | 1 | -29/+23 |
2009-01-19 | Rename SourceManager::getCanonicalFileID -> getFileID. There is | Chris Lattner | 1 | -2/+2 |
2009-01-19 | remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. | Chris Lattner | 1 | -5/+0 |
2009-01-19 | some minor cleanups to SourceManager, and eliminate the | Chris Lattner | 1 | -1/+1 |