]> granicus.if.org Git - clang/shortlog
clang
2009-05-19 Douglas GregorTemplate instantiation for array subscript expressions...
2009-05-18 Fariborz JahanianBlockDecl node must be complete before block attributes
2009-05-18 Ted KremenekFix PR 4230: Don't flag leaks of NSAutoreleasePools...
2009-05-18 Eli FriedmanAttempted CMake build fixes for r72060; this is unteste...
2009-05-18 Eli FriedmanBuild fixes for r72060; sorry for any inconvenience.
2009-05-18 Daniel DunbarRemove -fprintf-source-range-info from the Driver ...
2009-05-18 Eli FriedmanMove ASTConsumers.h to include/clang/Frontend, and...
2009-05-18 Eli FriedmanMove the Wno-rewrite-macros option out of RewriteObjC...
2009-05-18 Douglas GregorTemplate instantiation for imaginary literals, because...
2009-05-18 Eli FriedmanRename the factory function for the ObjC rewriter to...
2009-05-18 Eli FriedmanMove AnalysisConsumer out of ASTConsumers.h in preparat...
2009-05-18 Eli FriedmanRefactor ASTConsumers to take a raw_ostream instead...
2009-05-18 Douglas Gregor"This patch fixes an obvious buffer overrun in
2009-05-18 Douglas GregorFix sorting of using directives, from Jay Foad
2009-05-18 Daniel DunbarReformat a comment
2009-05-18 Daniel DunbarSeveral fixes to the clang man page.
2009-05-18 Douglas GregorDeal with an icky corner case where we were complaining...
2009-05-18 Fariborz Jahanianmore printf attribute on block declaration and
2009-05-18 Daniel DunbarDebug info: Initialize runtime language field correctly...
2009-05-18 Douglas GregorTemplate instantiation for C++ try/catch statements.
2009-05-18 Anders CarlssonSince we miscompile many cases when declaring a variabl...
2009-05-18 Anders CarlssonRemove an unused builtin.
2009-05-18 Anders CarlssonAdd 'cmp' SSE builtins and get rid of a bunch of other...
2009-05-18 Douglas GregorInclude StmtNodes.def to declare Visit methods for...
2009-05-18 Douglas GregorSimplify struct/class tag mismatch warning, per Sebasti...
2009-05-18 Daniel DunbarSimplify tests now that GNU runtime supports exception...
2009-05-18 Fariborz JahanianMinor tweak to support format attribute on blocks....
2009-05-18 Daniel DunbarAvoid potential out-of-bounds access in SourceManager...
2009-05-18 Douglas GregorOops, dropped a -verify
2009-05-18 Douglas GregorWhen instantiating the definition of a member function...
2009-05-18 Daniel DunbarImprove test case a wee bit
2009-05-18 Daniel DunbarSilence a Release-Asserts warning.
2009-05-18 Eli FriedmanFix for PR2386: distinguish between insertion and repla...
2009-05-18 Eli FriedmanRemove tabs.
2009-05-18 Eli FriedmanRemove unused parameter.
2009-05-18 Eli FriedmanAdd some comments to ASTConsumers.h describing what...
2009-05-17 Anders CarlssonMake ActOnWhileStmt take a FullExprArg for the conditio...
2009-05-17 Anders CarlssonMake ActOnExprStmt take a FullExprArg.
2009-05-17 Anders CarlssonFix instantiate-function-1.cpp.
2009-05-17 Anders CarlssonFix DISABLE_SMART_POINTERS build.
2009-05-17 Anders CarlssonImplement Sema::ActOnFinishFullExpr and create a CXXExp...
2009-05-17 Anders CarlssonAdd the FullExprArg wrapper and use it for if statement...
2009-05-17 Anders CarlssonAdd support for converting member pointer types to...
2009-05-17 Fariborz JahanianThis patch fixes two bugs in the GNU Objective-C runtim...
2009-05-17 Anders CarlssonAdd FIXME about not using MemberExpr nodes when the...
2009-05-17 Anders CarlssonUse the Itanium ABI for member pointers. Add a missing...
2009-05-17 Eli FriedmanA couple of tweaks to make -ast-print produce code...
2009-05-17 Anders CarlssonRewrite PureVirtualMethodCollector to use the overridde...
2009-05-16 Anders CarlssonAdd OldMD to the list of methods NewMD overrides
2009-05-16 Anders CarlssonAdd setters/getters to CXXMethodDecl so it can keep...
2009-05-16 Eli FriedmanMake the RAII extension warning silencing for __extensi...
2009-05-16 Eli FriedmanTargets without long long should reduce the size of...
2009-05-16 Eli FriedmanRefactor address-of-void extension a bit so that it...
2009-05-16 Eli FriedmanA few minor updates to the user manual.
2009-05-16 Anders CarlssonFix another case where the extern-ness of extern "C...
2009-05-16 Anders CarlssonDon't return member pointer types for static member...
2009-05-16 Eli FriedmanPR3942: Don't warn on unsigned overflow in preprocessor...
2009-05-16 Anders Carlssonextern "C" should preserve the 'extern' qualifier for...
2009-05-16 Anders CarlssonImprove checking of member expressions where the base...
2009-05-16 Daniel DunbarUpdate test case; I'm confused why this wasn't failing...
2009-05-16 Sebastian RedlTest case for previous commit. Explicit instantiation...
2009-05-16 Sebastian RedlImplement instantiation of a few boring, simple express...
2009-05-16 Eli FriedmanMissing change for r71941 (PR2044).
2009-05-16 Eli FriedmanAvoid calling mergeTypes in C++. I think these are...
2009-05-16 Eli FriedmanAdd stricter checking for va_arg.
2009-05-16 Eli FriedmanPR2044: reject declarations of functions returning...
2009-05-16 Eli FriedmanPR3009: Get rid of bogus warning for scalar compound...
2009-05-16 Mike StumpReflow some comments.
2009-05-16 Mike StumpReflow some comments.
2009-05-16 Mike StumpImplement a FIXME, we now pass in the locations of...
2009-05-16 Ted KremenekUpdate checker build.
2009-05-16 Eli FriedmanRemove useless wrapper.
2009-05-16 Mike StumpFixup __extension__ i = 1 parsing. Thanks Eli!
2009-05-16 Ted KremenekFix: <rdar://problem/6893565> False positive: don't...
2009-05-16 Ted KremenekFix another bug in BugReporter where we wouldn't always...
2009-05-16 Douglas GregorTemplate instantiation for IndirectGotoStmt. Now my...
2009-05-15 Douglas GregorTemplate instantiation for switch statements
2009-05-15 Fariborz JahanianRemoved superfluous code.
2009-05-15 Fariborz JahanianEarly support for __format__attribute on blocks.
2009-05-15 Anders CarlssonBasic support for member exprs where the base expr...
2009-05-15 Daniel DunbarClasses with "+load" methods need to go in the non...
2009-05-15 Douglas GregorTemplate instantiation for break and continue statements.
2009-05-15 Douglas GregorIntroduce the EXPR macro into StmtNodes.def, so that...
2009-05-15 Douglas GregorTemplate instantiation for "for" loops
2009-05-15 Ted KremenekUpdate checker build.
2009-05-15 Douglas GregorTemplate instantiation for do-while statements.
2009-05-15 Daniel DunbarFactor code for adding module-level class lists into...
2009-05-15 Mike StumpFixup parsing for (throw,throw) and __extension__ throw 1.
2009-05-15 Douglas GregorTemplate instantiation for WhileStmt and CXXConditionDe...
2009-05-15 Douglas GregorMake sure that we use the canonical type for the names...
2009-05-15 Fariborz Jahanianimproved on diagnosing misplacement of sentinel attributes.
2009-05-15 Ted KremenekAdd hack to scan-build to fix PR 4215
2009-05-15 Fariborz Jahanianadded -fblocks to the test.
2009-05-15 Douglas GregorAllow instantiation of NULL expressions and statements
2009-05-15 Fariborz JahanianThis patch finishes off the sentinel attribute handling for
2009-05-15 Anders CarlssonI take it back, InstantiateExpr does not check for...
2009-05-15 Anders CarlssonInstantiation support for 'this'
2009-05-15 Anders CarlssonNo need to null check the expr, Sema::SemaRef.Instantia...
2009-05-15 Anders CarlssonAdd SemaTemplateInstantiateStmt.cpp to Xcode project.
2009-05-15 Douglas GregorMake sure that the type associated with a class templat...
next