]> granicus.if.org Git - clang/shortlog
clang
2008-04-16 Chris Lattnercorrectly hilight multi-line macro definitions and...
2008-04-16 Chris LattnerMake HighlightRange correctly handle multi-line ranges...
2008-04-16 Ted KremenekHandle ReturnStmts by dispatching to "EvalReturn" in...
2008-04-16 Chris Lattneradd a new HighlightRange API, it doesn't handle multili...
2008-04-16 Ted KremenekCF ref. count checker: Register memory leaks at the...
2008-04-16 Ted KremenekBug fix in GREndPathNodeBuilderImpl: Use the specified...
2008-04-16 Fariborz JahanianNew AST class for property implementation declarations.
2008-04-16 Fariborz JahanianFixed a comment.
2008-04-16 Ted KremenekAdded CFGBlock::getTerminatorCondition() to get the...
2008-04-16 Fariborz JahanianThis patch adds support for declaraing properties in...
2008-04-16 Chris Lattnerreenable highlighting of (the first line of) comments
2008-04-16 Chris Lattnerswitch from relexing with the preprocessor to do syntax...
2008-04-16 Ted KremenekAdd extra test cases to test "escaping" for the referen...
2008-04-16 Ted KremenekSmall tweaks to EvalStore: pass an "RVal" instead of...
2008-04-16 Ted KremenekUpdate XCode project (added GRTransferFuncs.cpp).
2008-04-16 Ted KremenekAdd missing file.
2008-04-16 Ted KremenekHook up "EvalStore" from GRTransferFuncs to GRExprEngine.
2008-04-16 Ted KremenekTake first step to migrating handling of "stores" to...
2008-04-16 Ted KremenekLiveVariables now updates the liveness state of block...
2008-04-16 Ted KremenekAdded fixme.
2008-04-16 Ted KremenekHook up HTMLDiagnostics to use Chris's new syntax highl...
2008-04-16 Ted KremenekIn ExplodedGraphImpl::Trim, prioritize for paths that...
2008-04-16 Chris LattnerTake a stab at highlighting #defines and #includes...
2008-04-16 Chris LattnerSyntax highlight keywords. I assume someone else will...
2008-04-16 Chris Lattnersplit syntax highlighting of macros from keywords and...
2008-04-16 Chris LattnerAdd a mode of hackily syntax highlighting comments...
2008-04-16 Chris LattnerAdd -o support for -emit-html, make it not produce...
2008-04-16 Ted KremenekRemove "--html-test" driver option and its correspondin...
2008-04-16 Chris LattnerSwitch AddLineNumbers to hack on a rewritebuffer instea...
2008-04-16 Chris LattnerIn html::EscapeText, instead of going through the rewri...
2008-04-16 Ted KremenekRemove uses of "Selector&" and "const Selector&", since...
2008-04-16 Ted KremenekUpdate CF reference count checker test case to illustra...
2008-04-16 Ted KremenekImplemented toll-free bridging support for CF Reference...
2008-04-16 Chris Lattnermake a method public.
2008-04-16 Chris Lattnerswitch AddLineNumber to use a SmallString instead of...
2008-04-16 Chris Lattnerspeed up -emit-html in a release build by 6.5% by avoid...
2008-04-16 Ted KremenekSimplify some code.
2008-04-15 Ted KremenekAdded initial boilerplate to support toll-free bridging...
2008-04-15 Ted KremenekAdded some comments to GRExprEngine. Reorder some...
2008-04-15 Ted KremenekRevert my previous patch.
2008-04-15 Ted KremenekRemove dispatch to "VisitParmVarDecl".
2008-04-15 Ted KremenekChange "VisitBlockVarDecl" to "VisitVarDecl". Uninitia...
2008-04-15 Steve NaroffRemove FileVarDecl and BlockVarDecl. They are replaced...
2008-04-15 Ted KremenekFor HTML diagnostics, output more information about...
2008-04-15 Ted KremenekAdded "summary table" to generated index.html page...
2008-04-15 Ted KremenekAdded test case illustrating the use of '&'.
2008-04-15 Ted KremenekFix bug in terminator processing for uninitialized...
2008-04-15 Argyrios KyrtzidisFix a compiler error on MSVC (variable name 'E' clash).
2008-04-15 Chris Lattnerfinish commenting RewriteRope
2008-04-15 Ted KremenekImprove dead store diagnostic.
2008-04-15 Ted KremenekBug fix in VisitChildren: Only visit the last statement...
2008-04-15 Ted KremenekAdded initial support into the flow-sensitive dataflow...
2008-04-15 Ted KremenekBug fix in dead stores: don't always check the liveness...
2008-04-15 Ted Kremenek++/-- makes a variable live since it is used; thus...
2008-04-15 Ted KremenekHandle "__private_extern__" storage class when printing...
2008-04-15 Ted KremenekBug fix in LiveVariables: Operators ++/-- may kill...
2008-04-15 Chris LattnerFix a corner case that ted hit in -emit-html, rdar...
2008-04-14 Fariborz JahanianNew AST representation for each objc2's property declar...
2008-04-14 Steve NaroffRemove bogus token...
2008-04-14 Chris Lattnersimplify the implementation of the insert/split operati...
2008-04-14 Steve NaroffRename a file and update the Xcode project.
2008-04-14 Steve NaroffRename RewriteTest->RewriteObjC.
2008-04-14 Chris LattnerAdd a bunch of comments, move RewriteRope::MakeRopeStri...
2008-04-14 Steve NaroffFix comment.
2008-04-14 Ted KremenekUse isFromMainFile instead of comparing FileIDs directly.
2008-04-14 Ted KremenekFix regression in Diagnostic that caused it to not...
2008-04-14 Ted KremenekUse SourceManager::isFromMainFile()
2008-04-14 Ted KremenekConvert over to new SourceManager::isFromMainFile(...
2008-04-14 Ted KremenekHTMLDiagnostics now uses the new "getCanonicalID()...
2008-04-14 Ted KremenekAdded "getCanonicalID()", "isFromSameFile", and "isFrom...
2008-04-14 Chris Lattnerfix more uninit ivars, who wrote this junk? :)
2008-04-14 Chris LattnerFix an assertion ted was hitting, due to an uninitializ...
2008-04-14 Ted KremenekOnly increment the number of diagnostics when the Diagn...
2008-04-14 Ted KremenekAdded driver option "-checker-opt-analyze-headers"...
2008-04-14 Ted KremenekDon't flag dead stores that occur in macros.
2008-04-14 Ted KremenekHave BugReporter::EmitWarning use the PathDiagnosticCli...
2008-04-14 Chris Lattnermove a ton of code out of line, from RewriteRope.h...
2008-04-14 Ted KremenekBug fix in dead-store checker when walking the Decls...
2008-04-14 Ted KremenekTreat calls to unresolved functions in the CF-ref count...
2008-04-14 Ted KremenekUpdated test cases so that they do not emit warnings...
2008-04-14 Ted KremenekHooked up the dead-store checker to the BugReporter...
2008-04-14 Ted KremenekAdded version of "getClient()" for class Diagnostic...
2008-04-14 Chris Lattnerremove ifdefs
2008-04-14 Ted KremenekAdded test case to dead stores checker.
2008-04-14 Sam BishopHandle -D and -U options in order, so that they can...
2008-04-14 Chris LattnerChange the RewriteRope::Chunks data structure from...
2008-04-14 Nate BegemanEnable clang to codegen emmintrin.h until we have our...
2008-04-14 Nate BegemanFix typo
2008-04-14 Douglas GregorArgiris Kirtzidis's fix for handling empty IdDeclInfo...
2008-04-14 Douglas GregorMake Parser::getAccessSpecifierIfPresent const, since...
2008-04-14 Argyrios KyrtzidisMove IdDeclInfoMap class in an anonymous namespace...
2008-04-13 Douglas GregorThis patch adds very basic support for parsing and...
2008-04-13 Douglas GregorIntroduce support for finding class and enum names...
2008-04-13 Chris LattnerFix PR2220, making diagnostics for unexpected tokens...
2008-04-13 Chris Lattnerthis started failing because a GEP was constant folded,
2008-04-13 Douglas GregorTest commit: fix a typo
2008-04-13 Chris LattnerThis patch is just the easy part of the class names...
2008-04-13 Chris LattnerChange the btree algorithm to split nodes bottom-up...
2008-04-13 Chris Lattnersplit node splitting from interior node restructuring.
2008-04-13 Chris Lattnerupdate to follow mainline llvm API change.
next