]> granicus.if.org Git - clang/shortlog
clang
2008-04-21 Fariborz JahanianContinuation of work on ObjC2's properties.
2008-04-21 Chris Lattneradd arm support
2008-04-21 Douglas GregorClean up handling of function redeclarations
2008-04-20 Ted KremenekFix improper dereference of end() iterator. Patch...
2008-04-20 Nate BegemanFix PR2236
2008-04-20 Chris LattnerTwo improvements to initializer parsing:
2008-04-20 Chris Lattnerfor exponent-related errors, emit the diagnostic on...
2008-04-20 Chris Lattnerwhen emitting diagnostics about some character in a...
2008-04-20 Nate BegemanOnly generate code for static functions and global...
2008-04-20 Chris LattnerRestructure and simplify Sema::ObjCQualifiedIdTypesAreC...
2008-04-20 Ted Kremenekhtml::EscapeText (using the Rewriter) now replaces...
2008-04-20 Chris Lattnerimplement a fixme, add support for ++/-- on long double.
2008-04-20 Chris Lattneruse simplified ConstantFP:get method.
2008-04-19 Chris Lattnerreplace form feeds with an <hr> tag.
2008-04-19 Chris Lattnersimplify the return of InitializePreprocessor to be...
2008-04-19 Chris Lattnersimplify ownership of the predefines buffer.
2008-04-19 Ted KremenekGracefully handle when the receiver of a message expres...
2008-04-19 Ted KremenekPass "-isysroot" option down to clang.
2008-04-19 Ted KremenekFix spelling/grammar in comment.
2008-04-19 Ted KremenekUse Digest::MD5 (a Perl module that should come bundled...
2008-04-19 Nate BegemanGenerate code for annotation attributes.
2008-04-18 Nate BegemanAdd support to module codegen for adding and emitting...
2008-04-18 Nate BegemanIgnore qualifiers when attempting to match arguments...
2008-04-18 Nate BegemanOCUVector -> ExtVector, shorthand for extended vector...
2008-04-18 Ted KremenekAnother bug fix in emitting warnings without a path...
2008-04-18 Nuno Lopesfix __attribute__(format) for struct function pointer...
2008-04-18 Steve NaroffRemove bogus cast (<rdar://problem/5874848> clang objc...
2008-04-18 Ted KremenekReenable using the PathDiagnosticClient for BugReports...
2008-04-18 Ted KremenekUse 'clang' binary in the same dir as scan-build; if...
2008-04-18 Steve NaroffImplement FIXME discoved by <rdar://problem/5874876...
2008-04-18 Ted KremenekTurn on CF reference count checker.
2008-04-18 Steve NaroffFix <rdar://problem/5874697> Rewriter: method arguments...
2008-04-18 Ted KremenekGeneralize caching mechanism for bugs reports. Now...
2008-04-18 Ted KremenekFixed more caching bugs related to the one fixed in...
2008-04-18 Ted KremenekFixed elusive caching bug that led to false positives.
2008-04-18 Ted KremenekAdded "GetErrorNodes()" to BugType so that -trim-egraph...
2008-04-18 Ted KremenekAdded "EvalAssume" virtual method to GRTransferFuncs...
2008-04-18 Nate BegemanTabs -> spaces
2008-04-18 Ted KremenekSpelling fix.
2008-04-18 Ted KremenekFixed bug in GREndPathNodeBuilder: only return a node...
2008-04-18 Ted Kremenekscan-build now fixes permissions of report files and...
2008-04-18 Ted KremenekCompute a digest of each report file, and nuke reports...
2008-04-18 Nate BegemanInitialize default double width and alignment
2008-04-18 Nate BegemanAllow targets to override double size, alignment, and...
2008-04-18 Ted KremenekRestore macro expansion for HTMLPrint by using the...
2008-04-18 Ted KremenekProvide a version of html::HighlightMacros that takes...
2008-04-18 Ted KremenekMore grammar fixes.
2008-04-18 Ted KremenekFix plurality debacle.
2008-04-18 Ted KremenekFixed range highlighting bug in HTML diagnostics.
2008-04-18 Ted KremenekAdded path diagnostics for reference counts.
2008-04-18 Chris LattnerMake tab insertion really right: the number of spaces...
2008-04-18 Ted KremenekSeveral Expr subclasses did not mark "getSourceRange...
2008-04-18 Ted KremenekBugReport::VisitNode now takes BugReporter& instead...
2008-04-18 Ted KremenekUse HTML5 doctype when generating HTML.
2008-04-18 Ted KremenekAdded null check.
2008-04-18 Ted KremenekUpdated CSS colors. Patch by Cedric Venet!
2008-04-18 Ted KremenekAdded test cases to test for reference count leaks.
2008-04-18 Ted KremenekSimplified internal logic of BugReporter, consolidating...
2008-04-18 Fariborz JahanianFixed a bug in categories and properties.
2008-04-18 Fariborz JahanianInitial work for property implementation declarations.
2008-04-17 Steve NaroffUpdate VC++ project files.
2008-04-17 Ted KremenekModified BugReport::getEndPath() to handle the case...
2008-04-17 Ted KremenekHook up reporting reference count memory leaks to the...
2008-04-17 Chris LattnerFix a problem noticed by Nuno, where we wouldn't escape...
2008-04-17 Ted Kremenekclass Preprocessor: Now owns the "predefines" char...
2008-04-17 Chris LattnerHandle text escaping (e.g. & -> &amp;) last, to avoid...
2008-04-17 Ted KremenekGenerate the Preprocessor using a local PreprocessorFac...
2008-04-17 Chris Lattnerdon't give macros a background
2008-04-17 Chris LattnerMake sure popup is on top over other spans. wrap long...
2008-04-17 Ted KremenekAdded "PreprocessorFactory", an interface for lazily...
2008-04-17 Ted KremenekAdd support in HTML macro expansion for hovering over...
2008-04-17 Ted KremenekTemporarily disable macro expansion in the HTML output...
2008-04-17 Ted KremenekHAve HTMLDiagnostics use html::HighlightRange to highli...
2008-04-17 Fariborz JahanianAdded property decl support for protocols.
2008-04-17 Ted KremenekAdded transfer function support for ReturnStmt to suppo...
2008-04-17 Nate BegemanAllow redirecting text diagnostic printer output to...
2008-04-17 Argyrios KyrtzidisUse TranslationUnitDecl as DeclContext of builtin funct...
2008-04-17 Argyrios KyrtzidisAddition of TranslationUnitDecl to the AST:
2008-04-17 Argyrios KyrtzidisFix MSVC compiler error: "initialization of 'VD' is...
2008-04-17 Chris Lattnerinsert macro expansions into floating divs. For now...
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.
next