aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2008-04-14Fix regression in Diagnostic that caused it to not register the numberTed Kremenek
2008-04-14Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compareTed Kremenek
2008-04-14Only increment the number of diagnostics when the DiagnosticClient usedTed Kremenek
2008-04-06add a missing #includeChris Lattner
2008-04-03Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc.Ted Kremenek
2008-04-01Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner
2008-04-01prune dead #includesChris Lattner
2008-04-01MemoryBuffer::getFile got smarter, obviating the need for readfilefast.Chris Lattner
2008-03-31Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12...Steve Naroff
2008-03-31Added variation of the "Report" method in the class Diagnostic that takesTed Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner