]> granicus.if.org Git - clang/shortlog
clang
2008-04-01 Chris Lattnerprune dead #includes
2008-04-01 Chris LattnerMemoryBuffer::getFile got smarter, obviating the need...
2008-03-31 Ted KremenekEmbed linkable IDs in message bubbles.
2008-03-31 Chris Lattnerimprove comma consistency, yes I'm anal
2008-03-31 Ted KremenekBetter handling for tabs with message bubbles.
2008-03-31 Ted KremenekWhen emitting HTML messages, take into account margin...
2008-03-31 Ted KremenekDo not abort ccc-analyzer script if an HTML directory...
2008-03-31 Ted KremenekDo not prepend the keyword "[CHECKER]" to checker messa...
2008-03-31 Steve NaroffHack ReadFileFast() to raise the threshold of memory...
2008-03-31 Ted KremenekInclude ranges in GRSimpleVals diagnostics.
2008-03-31 Ted KremenekInlined clang/Analysis/Analyses/GRSimpleVals.h into...
2008-03-31 Ted KremenekThe ccc-analyzer script now interrogates environment...
2008-03-31 Ted KremenekAdded variation of the "Report" method in the class...
2008-03-31 Ted KremenekDisable timing diagnostics for GRSimpleVals.
2008-03-31 Ted KremenekAdded path-sensitive check for return statements that...
2008-03-31 Chris Lattnerrename Decl::CompatibleAlias -> ObjCCompatibleAlias.
2008-03-30 Chris Lattnersome cleanups on top of David's patch. There are still two
2008-03-30 Chris LattnerAdd initial support for objc codegen for methods, ivars...
2008-03-28 Steve NaroffOnly have the rewriter produce a file when there are...
2008-03-28 Steve NaroffMake sure Sema::ActOnClassMessage() correctly diagnoses...
2008-03-28 Ted KremenekAdded skeleton checking for NSString's method initWithF...
2008-03-27 Steve NaroffAdd some of Ted's recent work to the VC++ project file.
2008-03-27 Steve NaroffCollect all the preamble code and don't insert it until...
2008-03-27 Ted KremenekExpanded NSString checking to check for nil for a few...
2008-03-27 Ted KremenekAdd line SourceLocation to NSString checks.
2008-03-27 Ted KremenekHooked up initial NSString interface checking to GRSimp...
2008-03-27 Ted KremenekProgramPoint is just a smart pointer; no reason to...
2008-03-27 Ted KremenekMinor CSS tweaking (smaller h1 tags).
2008-03-27 Ted KremenekFor HTMLDiagnostics, when emitting the name of the...
2008-03-27 Ted KremenekUpdate Xcode project: add BasicObjCFoundationChecks.h
2008-03-27 Ted KremenekAdd creation of BasicObjCFoundationChecks when running...
2008-03-27 Ted KremenekAdd default ctor implementation.
2008-03-27 Ted KremenekAdd html::EscapeText for std::string; use this function...
2008-03-27 Ted KremenekDon't emit any timings for GRSimple if the CFG is not...
2008-03-27 Ted KremenekOutput directory as well as file name.
2008-03-27 Ted KremenekAdded <h3> tag in HTML file output that contains the...
2008-03-27 Ted KremenekAdded AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck...
2008-03-27 Ted KremenekAdded "GRAuditor" and "GRSimpleAPICheck" interface...
2008-03-27 Ted KremenekUpdated Xcode project with HTMLDiagnostics.[h,cpp]
2008-03-27 Ted KremenekAdded "HTMLDiagnostic", a generic DiagnosticClient...
2008-03-27 Ted KremenekPathDiagnosticPiece no longer contains a vector of...
2008-03-27 Ted KremenekFixed copy-paste error.
2008-03-27 Ted KremenekAdded PathDiagnostic.[h,cpp] to Xcode project.
2008-03-27 Ted KremenekAdded classes "PathDiagnosticPiece", "PathDiagnostic...
2008-03-27 Ted KremenekIn ObjCMessageExpr: getSelector() const should just...
2008-03-26 Steve NaroffFix rewriter tests to work with new output file logic...
2008-03-26 Ted KremenekBug fix: use GetRVal instead of GetLVal (were getting...
2008-03-26 Ted KremenekAdded test case for static analysis to warn about passi...
2008-03-26 Ted KremenekAdded test case for static analyzer to detect uses...
2008-03-26 Ted KremenekBug fix in transfer function for ObjCMessageExpr: Visit...
2008-03-26 Steve NaroffAlloc redeclaration of typedefs within ExternCSystemHea...
2008-03-25 Nuno Lopesallow the format attribute to be specified in function...
2008-03-25 Ted KremenekAdded hacked version of ccc script used to invoke the...
2008-03-25 Nate BegemanExtend QualType::getAddressSpace to do the right thing...
2008-03-25 Nate BegemanAdd missing files
2008-03-25 Ted KremenekGRSimple analysis now outputs additional diagnostic...
2008-03-25 Ted KremenekTweak to transfer function for ObjCMessageExpr: handle...
2008-03-25 Ted KremenekAdded logic to check for uninitialized values as the...
2008-03-25 Ted KremenekAdded initial transfer function support for ObjCMessage...
2008-03-25 Ted KremenekAdded "arg_iterators" to ObjCMessageExpr (for iterating...
2008-03-24 Ted KremenekMinor CSS tweaking: use webkit style CSS properties...
2008-03-24 Steve NaroffAdd a couple files to VC++ project and cleanup an ...
2008-03-24 Andrew Lenharthdebian amd64 testing
2008-03-24 Andrew Lenharthdebian ia32 testing
2008-03-24 Chris LattnerAvoid overflowing buffer, patch by Algeris Kirtzidis!
2008-03-23 Sam BishopThe newest version of valgrind, 3.3.0, no longer append...
2008-03-22 Ted KremenekChanged merge operation for uninitialized values analys...
2008-03-22 Chris LattnerTeach the rewriter how to respect the -o option.
2008-03-22 Chris Lattnerfix this test.
2008-03-21 Ted KremenekRename "Nodify" to "MakeNode"
2008-03-21 Sam BishopOnly invoke the preprocessor; it's the only thing being...
2008-03-21 Sam BishopPlug a memory leak in the "this macro expands into...
2008-03-21 Sam BishopUse the -E option when invoking clang. Only the prepro...
2008-03-20 Gabor GreifAdd ability to run clang tests under valgrind. Patch...
2008-03-20 Ted KremenekLiveVariables analysis now uses intersect for the merge...
2008-03-20 Gabor GreifUse make's -C option to enter directories.
2008-03-20 Gabor Greifreduce chattyness of makefiles
2008-03-20 Gabor Greifscan testdirs only once, patch by Mike Stump, thanks!
2008-03-19 Ted KremenekAdded HTML highlighting for ranges.
2008-03-19 Steve NaroffFix typo.
2008-03-19 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2161.
2008-03-19 Ted KremenekChange colors of HTML message bubble.
2008-03-19 Ted KremenekMore CSS enhancements to HTML code printing.
2008-03-19 Ted KremenekMisc. cleanups to HTML printing: make code rendered...
2008-03-19 Ted KremenekMinor speed tweak per Chris's suggestion: use &S[0...
2008-03-19 Ted KremenekIntegrated some of Chris's comments; check for an empty...
2008-03-19 Ted KremenekInitial experimentation with adding boxed "annotations...
2008-03-19 Ted KremenekConvert tabs to spaces.
2008-03-19 Ted KremenekMoved generation of html header/footer with builtin...
2008-03-19 Chris Lattnersimplify code by using the variadic StructType::get...
2008-03-19 Chris Lattnersimplify the clang codegen by using the new Builder...
2008-03-19 Ted KremenekMore cleanups to the HTML rewriter (with line formattin...
2008-03-19 Ted KremenekAdded InsertStrXXX/InsertCStrXXX methods to the Rewrite...
2008-03-19 Ted KremenekChange "style" to "class" in HTML output.
2008-03-19 Ted KremenekMore cleanups to HTML rewriter API: remove the InsertTa...
2008-03-18 Ted KremenekMore HTML rewriter cleanups. Preliminary CSS support...
2008-03-18 Ted KremenekSome cleanups to the HTMLRewrite API. Added support...
2008-03-18 Ted KremenekAdded HTML pretty-printer.
2008-03-18 Ted KremenekModified "InsertTag" (HTML rewriter) to have an optiona...
2008-03-18 Ted KremenekAdded the beginning of a set of rewriter functions...
next