summaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/IssueHash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [analyzer] Use the signature of the primary template for issue hash calculationGabor Horvath2017-10-301-0/+7
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [analyzer] Fix an assertion fail in hash generation.Gabor Horvath2016-03-301-2/+5
* Convert an unsigned to Twine instead of using utostr since we're already buil...Craig Topper2016-01-311-1/+1
* [analyzer] Fix IssueHash generation.Gabor Horvath2015-12-011-8/+10
* [StaticAnalyzer] Use llvm::utostr and not to_string.Davide Italiano2015-10-231-1/+2
* Attempt to fix build bot test failures.Gabor Horvath2015-10-221-1/+1
* [analyzer] Bug identificationGabor Horvath2015-10-221-0/+193