]> granicus.if.org Git - clang/shortlog
clang
2008-04-23 Fariborz JahanianPatch to build AST for property implementation declarat...
2008-04-22 Ted KremenekFor default branches in switch statements with no defau...
2008-04-22 Ted KremenekRewrote VisitDeclStmt to properly handle initializers...
2008-04-22 Ted KremenekAdded lval type (and tracking) for StringLiterals.
2008-04-22 Ted KremenekAdded "nonlval::LValAsInteger" to represent abstract...
2008-04-22 Chris Lattner"This patch renames
2008-04-22 Ted KremenekPathDiagnosticClients now retain ownership of passed...
2008-04-22 Argyrios KyrtzidisUse back() instead of end()-1
2008-04-22 Ted KremenekAdded panic function "dtrace_assfail".
2008-04-22 Ted KremenekAdd VisitArraySubscriptExpr.
2008-04-22 Ted KremenekHardcode "Assert" as a no-return function (panic).
2008-04-22 Nate BegemanAdd some basic ARM asm constraints
2008-04-22 Ted KremenekAdded null dereference test involving arrays.
2008-04-22 Ted KremenekAdded null-dereference check for ArraySubscriptExpr.
2008-04-22 Nate BegemanDon't double-increment counter for -arch and -isysroot
2008-04-21 Fariborz JahanianAllow property in base class to be implemented in a
2008-04-21 Ted KremenekAdded missing expected-warning.
2008-04-21 Ted KremenekAdded null dereference test case looking for null deref...
2008-04-21 Ted KremenekAdded support for detected bad dereferences involving...
2008-04-21 Ted KremenekRemove unused "verbose" argument to compile(). Also...
2008-04-21 Fariborz JahanianMore semantics checks of properties. Property implement...
2008-04-21 Fariborz JahanianSupport for @dynamic AST build.
2008-04-21 Ted KremenekPass "-arch" down to clang.
2008-04-21 Chris LattnerFix pasto, thanks to Anders for pointing this out.
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...
next