]> granicus.if.org Git - clang/shortlog
clang
2008-05-12 Ted KremenekUnbreak build.
2008-05-12 Ted KremenekSupport StringLiteralVal when comparing LVal types.
2008-05-12 Ted KremenekGrammar cleanup in comment.
2008-05-12 Ted Kremenek80 col violation fix.
2008-05-12 Ted KremenekWhen reading in the DeclCtx during deserialization...
2008-05-12 Ted KremenekAdd Type::getAsTypedefType().
2008-05-12 Eli FriedmanEmit basic block for switch body; fixes PR2307.
2008-05-12 Eli FriedmanDon't try to take the address of a bitfield; fixes...
2008-05-10 Nuno Lopesfix free/delete mismatch problem in add/mergeProperties...
2008-05-10 Chris LattnerImplement -rewrite-macros, which is a crazy macro expan...
2008-05-09 Ted KremenekRename IsPointerType to LVal::IsLValType, and update...
2008-05-09 Argyrios Kyrtzidis-Implement proper name lookup for namespaces.
2008-05-09 Chris Lattnermake #if 0 code compile, even though it still isn't...
2008-05-09 Mon P WangAdded support to generate some atomic operators (add...
2008-05-09 Steve NaroffFix <rdar://problem/5924225> clang ObjC rewriter: objc_...
2008-05-09 Steve NaroffDO NOT pre-defined __OBJC2__. The __OBJC2__ macro shoul...
2008-05-09 Steve NaroffMore VC++ project file updates.
2008-05-09 Ted KremenekRemove repeated word.
2008-05-09 Ted KremenekAdd attribute "format" support for typedefs of function...
2008-05-09 Ted KremenekGrammar.
2008-05-09 Ted KremenekAdded text on librewrite and libanalysis to the README.
2008-05-09 Nate BegemanHandle all attributes on a parameter
2008-05-09 Nate BegemanExtend vector member references to include {.hi, .lo...
2008-05-09 Chris Lattnerset long/pointers to 64-bits on ppc64/x86-64
2008-05-09 Chris Lattnerparameterize pointer size/align better without doing...
2008-05-09 Chris Lattnersimplify some code, don't assume that sizeof(long)...
2008-05-09 Chris Lattnerparameterize long long.
2008-05-09 Chris Lattnercorrectly parameterize long, patch by Nate.
2008-05-09 Chris LattnerFix rdar://5921025 a crash on the included testcase.
2008-05-09 Chris LattnerDon't call into objc front-end when not parsing objc...
2008-05-08 Steve NaroffMake sure the prototype for objc_msgSend_fpret() return...
2008-05-08 Nate BegemanAdd the non-immediate-shift vector builtins
2008-05-08 Ted KremenekAdded initial support for supporting __NSString__ in...
2008-05-08 Ted KremenekUpdated Xcode project.
2008-05-08 Steve NaroffFix <rdar://problem/5879237> clang objc rewriter: ivars...
2008-05-08 Sanjiv GuptaAdded -g command line options to clang for generating...
2008-05-08 Sanjiv GuptaRemove the ending "." from clang options descriptions.
2008-05-08 Chris Lattnerstart implementation of a macro rewriter, this is curre...
2008-05-08 Chris LattnerAdd basic support for the pic-* target triples and...
2008-05-08 Chris LattnerThe awesome GNU "comma elision extension" works with...
2008-05-08 Chris LattnerFix rdar://5919567: assertion failure: split didn't...
2008-05-07 Devang PatelBegin handling union bitfields.
2008-05-07 Steve NaroffFix <rdar://problem/5887874> clang ObjC rewriter: Use...
2008-05-07 Ted KremenekAdded support for "drain".
2008-05-07 Fariborz JahanianSynthesized getter/setter method declarations need...
2008-05-07 Ted KremenekExpand the CF retain checker to allow the Create/Get...
2008-05-07 Ted KremenekFlip order of arguments to CStrInStrNoCase.
2008-05-07 Ted KremenekUse llvm::CStrInCStrNoCase instead of strcasestr, since...
2008-05-07 Fariborz JahanianThis patch introduces declaration of getter methods...
2008-05-07 Ted Kremenekcopy-paste: NS types are not typedefs.
2008-05-07 Steve NaroffFixup InitListExpr::child_begin/end. Thanks to Ted...
2008-05-07 Steve NaroffFix off-by-one error.
2008-05-07 Ted KremenekDo not treat **instance** methods "copyWithZone:" and...
2008-05-07 Douglas GregorDiagnose attempts to use C++ default arguments outside...
2008-05-07 Ted KremenekBe less promiscuous with generating summaries for ...
2008-05-07 Ted KremenekAdded auto-summary generation for createXXX, copyXXX...
2008-05-07 Steve NaroffFix <rdar://problem/5908598> clang ObjC rewriter: typo...
2008-05-06 Ted KremenekFix a few glitches in scan-build with automatically...
2008-05-06 Ted KremenekImprove HTMLDiagnostics by understanding the "Below...
2008-05-06 Steve NaroffFix <rdar://problem/5879237> clang objc rewriter: ivars...
2008-05-06 Fariborz JahanianPrint ObjC methods of ObjC classes.
2008-05-06 Ted KremenekDon't report leaks for autoreleased objects.
2008-05-06 Steve NaroffFix <rdar://problem/5888515> clang ObjC rewriter: Use...
2008-05-06 Ted KremenekAdded "DisplayHint" to PathDiagnosticPiece to provide...
2008-05-06 Ted KremenekMore comments.
2008-05-06 Devang PatelFix PR2101 - Codegen crash during bitfield initialization.
2008-05-06 Steve NaroffFix <rdar://problem/5881225> clang ObjC Rewriter: Proto...
2008-05-06 Fariborz JahanianTest was accidently nullified in previous check-in.
2008-05-06 Ted KremenekExperiment with not converting bug names to lower case.
2008-05-06 Ted KremenekMore refactorings in GeneratePathDiagnostic: use Execut...
2008-05-06 Fariborz JahanianPatch to refactor setter/getter names of property attri...
2008-05-06 Ted KremenekGenerate "stop" summaries for selectors involving recei...
2008-05-06 Ted KremenekUse strncmp correctly.
2008-05-06 Ted KremenekMake string comparison legible and remove buffer overru...
2008-05-06 Ted KremenekString comparison cleanups.
2008-05-06 Ted KremenekFix logic error in string processing.
2008-05-06 Ted KremenekRemove assertion.
2008-05-06 Ted KremenekUse EvalSummary to process message expressions, thereby...
2008-05-06 Ted KremenekFixed subtle bug in the an GRAuditor object could mark...
2008-05-06 Ted KremenekAdded receiver effects to EvalSummary.
2008-05-06 Ted KremenekExpand summaries to include "Receiver" effects.
2008-05-06 Chris Lattnersimplify some builder calls.
2008-05-06 Chris Lattnerremove a stray printout
2008-05-06 Ted KremenekAdded initialization code to generate initial set of...
2008-05-06 Ted KremenekAdded code to generate initial set of summaries for...
2008-05-06 Steve NaroffSeveral fixes to SemaInit.cpp. It's still not enabled...
2008-05-05 Ted KremenekAdd summary generation for "initXXX" methods.
2008-05-05 Ted KremenekMake CF retain diagnostics more succinct.
2008-05-05 Ted KremenekEmit dead store warnings for ++ and -- operators.
2008-05-05 Chris LattnerFix rdar://5905347 a crash on invalid builtin, due...
2008-05-05 Ted KremenekInitial work on refactoring the CFRefCount checker...
2008-05-05 Chris LattnerAdd support for -Wimplicit-function-declaration, rdar...
2008-05-05 Chris LattnerFix typo, improve comment.
2008-05-05 Chris LattnerFix a few more bugs in preprocessor expressions w.r...
2008-05-05 Fariborz Jahanianpercolate @optional/@required protocols down to ASTs for
2008-05-05 Ted KremenekImprove leak diagnostics to not report a leak on the...
2008-05-05 Ted KremenekImproved leak diagnostics.
2008-05-05 Ted KremenekMinor refactorings/cleanups in CF retain checker and...
2008-05-05 Ted KremenekWhen reporting branch conditions that evaluate to an...
2008-05-05 Chris LattnerFix a bug from when this was a pointer instead of vector.
next