]> granicus.if.org Git - clang/shortlog
clang
2008-04-04 Chris Lattneradd an isAnyComplexType() method, which returns true...
2008-04-04 Chris Lattnerupdates from David.
2008-04-04 Chris Lattnervarious bug fixes, add to xcode project.
2008-04-04 Chris Lattnerinitial checkin of Étoilé runtime support, patch by...
2008-04-04 Steve NaroffAdd explicit support for diagnosing implicit function...
2008-04-04 Seo Sanghyeon- ccc: print generated command line to stdout instead...
2008-04-04 Seo SanghyeonPR1963: Address of function is a constant expression
2008-04-04 Torok Edwinfix build error: add missing braces.
2008-04-04 Chris LattnerIntroduce ContextDecl, patch by Argiris Kirtzidis!
2008-04-04 Chris LattnerCodegen assignment to self correctly, patch by David...
2008-04-04 Nate BegemanIgnore qualifiers when checking vector operands, just...
2008-04-03 Ted KremenekAdded investigate patch for an occasionally failing...
2008-04-03 Ted KremenekRemove bogus check to prune out analyzing files.
2008-04-03 Ted KremenekMore reliably remove '\n' from queries of the location...
2008-04-03 Ted KremenekUse full path to ccc-analyzer.
2008-04-03 Nate BegemanTeach clang how to codegen punpcklbw and punpcklwd
2008-04-03 Ted KremenekMake typedefs public.
2008-04-03 Ted KremenekBetter range highlight for undefined-argument checks.
2008-04-03 Ted KremenekWhen reporting "bad receiver" warnings, highlight the...
2008-04-03 Ted KremenekUse "getRanges" in default implementation of "getEndPat...
2008-04-03 Ted KremenekHooked up GRSimpleAPICheck and the simple Objective...
2008-04-03 Ted KremenekMark nodes as sinks that GRAuditor says should be marke...
2008-04-03 Ted KremenekUse logical line number for BUGLINE.
2008-04-03 Ted KremenekAdded "getLogicalLineNumber" and "getLogicalColumnNumbe...
2008-04-03 Sam BishopRemove handling of impossible "-?" option.
2008-04-03 Sam Bishoptrivial whitespace fix
2008-04-03 Ted KremenekHandle the case when getEndPath() returns NULL.
2008-04-03 Ted KremenekDon't run the analyzer on files whose language is ...
2008-04-03 Ted KremenekAdded guard for printing out PathDiagnostics whose...
2008-04-03 Ted KremenekSome cleanups in EscapeText and AddLineNumbers. Still...
2008-04-03 Ted KremenekRemove impossible "-?" option.
2008-04-03 Ted KremenekAdded "isFileID()" to FullSourceLoc.
2008-04-03 Ted KremenekCSS/HTML generation tweaks for index.html: Remove speci...
2008-04-03 Chris LattnerFix PR2081 (problems codegen'ing some recursive structu...
2008-04-03 Sam BishopCreated a destructor so that the top-level decls can...
2008-04-03 Sam BishopTemporarily make the Decl virtual destructor public...
2008-04-03 Ted KremenekAdd back bug name to PathDiagnostic.
2008-04-03 Chris LattnerFix a bug where we didn't check the RHS for null, we...
2008-04-03 Chris Lattnerqualifier comparisons should be done on canonical types.
2008-04-03 Sam BishopCall delete on the deserialized TranslationUnit object.
2008-04-03 Sam BishopCall "delete" on the body of FunctionDecls.
2008-04-03 Ted KremenekWhen creating PathDiagnostics, created a trimmed graph...
2008-04-03 Ted KremenekAdded node_iterator to ExplodedGraph to allow iteration...
2008-04-03 Ted KremenekUpdated Xcode project to include BugReporter.[cpp,h].
2008-04-03 Ted KremenekCreated new path-sensitive bug-reporting scheme based...
2008-04-03 Ted KremenekAdded missing #ifndef...#define...#endif directives...
2008-04-02 Ted KremenekCSS tweaking on blue boxes.
2008-04-02 Ted Kremenek80 col violation
2008-04-02 Ted KremenekAdded more PathDiagnostic rendering for terminators...
2008-04-02 Ted KremenekBlue diagnostic boxes.
2008-04-02 Ted KremenekAdded path sequence numbers in HTML output of PathDiagn...
2008-04-02 Ted KremenekFix initialization bug.
2008-04-02 Ted KremenekEmbed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted...
2008-04-02 Ted KremenekMade bug index tables sortable.
2008-04-02 Ted KremenekAdded "back()" method to PathDiagnostic to access the...
2008-04-02 Ted KremenekInitial work on CSS in generated index.html.
2008-04-02 Steve NaroffChange ObjCInterfaceDecl to inherit from NamedDecl...
2008-04-02 Ted KremenekInitial support for generating index.html file.
2008-04-02 Ted KremenekPut "BUGDESC" comment tag on its own line.
2008-04-02 Ted KremenekShorted bug-description.
2008-04-02 Chris Lattnersimplify some code by using PointerLikeType.
2008-04-02 Chris Lattneradd a common base class "PointerLikeType" for PointerTy...
2008-04-02 Chris Lattnerproperly handle array decay in objc message exprs.
2008-04-02 Chris Lattnerimprove error to be something end users will actually...
2008-04-02 Ted KremenekAdded path-sensitive null dereference test case.
2008-04-02 Ted KremenekMore wording cleanups in --help text.
2008-04-02 Ted KremenekMore wording fixes.
2008-04-02 Ted KremenekAdded error message for unrecognized options.
2008-04-02 Ted KremenekWording cleanups.
2008-04-02 Ted KremenekImplemented "-k" support.
2008-04-02 Ted KremenekDo equality testing, not regex, when the build command...
2008-04-02 Steve NaroffTwo changes to Sema::LookupDecl() interface.
2008-04-02 Ted KremenekBeginning of some cleanups; start generating path diagn...
2008-04-02 Ted KremenekMinor wording changes.
2008-04-02 Ted KremenekEmbed "DESC" tag in HTML reports.
2008-04-02 Ted KremenekAdded "description" field to PathDiagnostic.
2008-04-02 Chris LattnerVarious parts of the standard require something to...
2008-04-02 Chris Lattner1) Enforce C99 6.7.3p2: "Types other than pointer types...
2008-04-02 Chris LattnerAdd a citation.
2008-04-02 Chris LattnerFix several bugs in array -> pointer decomposition.
2008-04-02 Ted KremenekAdded initial hacked support for display path diagnosti...
2008-04-02 Ted KremenekFix copy-paste error.
2008-04-02 Chris Lattnerremove blank line.
2008-04-02 Chris Lattnerprint cvr qualifiers on simplified typedefs
2008-04-02 Ted KremenekAdded special handling when the build command is "gcc...
2008-04-02 Chris Lattnerrename some variables, fix 80 col violation. No
2008-04-02 Sam Bishopa bunch of random cleanups
2008-04-02 Chris LattnerFix PR2017 and silence some bogus errors.
2008-04-02 Steve NaroffFix a comment typo and add a couple suggestions from...
2008-04-01 Steve NaroffFairly large "cleaup" related to changing ObjCCompatibl...
2008-04-01 Ted KremenekPatch by Argiris Kirtzidis: Fix a dangling pointer...
2008-04-01 Ted KremenekMinor cleanups.
2008-04-01 Ted KremenekAdded help text for scan-build.
2008-04-01 Ted KremenekInitial checking of 'scan-build' script, a script used...
2008-04-01 Chris LattnerUpdate to match simplified llvm MemoryBuffer interfaces...
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.
next