]> granicus.if.org Git - clang/shortlog
clang
2009-05-19 Anders CarlssonDon't always zext the result of the not unary operator...
2009-05-19 Fariborz JahanianPatch finishes off application of printf attribute...
2009-05-19 Daniel DunbarUpdate test
2009-05-19 Duncan SandsAdd missing include for stderr and fprintf, needed
2009-05-19 Eli FriedmanRemove the -arch option from clang-cc: for all practica...
2009-05-19 Eli FriedmanMove analysis command-line options out of AnalysisConsu...
2009-05-19 Eli FriedmanFix a crash with -emit-html from stdin.
2009-05-19 Anders CarlssonHave AggExprEmitter::VisitCXXConstructExpr make new...
2009-05-19 Anders CarlssonCreate CXXConstructExpr calls for arguments passed...
2009-05-19 Eli FriedmanClean up some unnecessary includes.
2009-05-19 Eli FriedmanCMake updates for r72099; untested, so please tell...
2009-05-19 Eli FriedmanMove clang-cc.h to lib/Frontend/Utils.h, and move the...
2009-05-19 Anders CarlssonAdd comment about FullExprArg.
2009-05-19 Eli FriedmanMove CreateAnalysisConsumer into a separate header...
2009-05-19 Eli FriedmanMove the options for dependency file generation from...
2009-05-19 Eli FriedmanMove options for -E mode from PrintPreprocessedOutput...
2009-05-19 Eli FriedmanRefactor -dM mode out of the main routine for -E handling.
2009-05-19 Eli FriedmanMove the warning options from Warnings.cpp to clang...
2009-05-19 Eli FriedmanSwitch some utilities in clang-cc to take a stream...
2009-05-19 Ted KremenekUpdate checker build.
2009-05-19 Anders CarlssonWhen assigning from an rvalue to a const reference...
2009-05-19 Douglas GregorTemplate instantiation for call expressions.
2009-05-19 Fariborz JahanianThis patch allows clang to generate code for declared...
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
next