]> granicus.if.org Git - clang/shortlog
clang
2009-05-21 Douglas GregorFix CMake build for AST XML dumper
2009-05-21 Mike StumpFixup blocks codegen for { __block i; i = rhs(); }...
2009-05-21 Fariborz JahanianFixed a warning bug when receiver is an object via
2009-05-21 Douglas GregorAST XML dump, from Olaf Krzikalla!
2009-05-21 Douglas GregorTemplate instantiation for unary type traits, e.g....
2009-05-21 Fariborz JahanianCheck on null arguments in the presense of nonnull...
2009-05-21 Douglas GregorTemplate instantiation for C++ "typeid" expressions.
2009-05-21 Douglas GregorTemplate instantiation for C++ throw expressions
2009-05-21 Douglas GregorTemplate instantiation for C++ delete expression
2009-05-21 Douglas GregorMerge the ASTVector and ASTOwningVector templates,...
2009-05-21 Sebastian RedlAvoid using the built-in type checker for assignment...
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-21 Fariborz JahanianMinor refactoring. Uses an existing API to lookup a...
2009-05-21 Douglas GregorTemplate instantiation for C++ "new" expressions.
2009-05-20 Douglas GregorFix template instantiation for compound statements...
2009-05-20 Ted KremenekAdd special cases to retain checker for 'create' method...
2009-05-20 Douglas GregorIntroduce a new kind of RAII class, ASTOwningVector...
2009-05-20 Douglas GregorTemplate instantiation for CXXExprWithTemporaries,...
2009-05-20 Douglas GregorTemplate instantiation for the various kinds of AST...
2009-05-20 Douglas GregorTweak test case so that the expected-error text matches...
2009-05-20 Douglas GregorAdd a va_list/template instantiation test suggested...
2009-05-20 Douglas GregorIntroduce a new expression type, CXXUnresolvedConstruct...
2009-05-20 Fariborz JahanianThis patch provides preliminary support for non-fragile...
2009-05-20 Fariborz Jahanianimplementation of format_arg for ObjC methods/functions.
2009-05-20 Zhongxing XuTreat AllocaRegion as SymbolicRegion in RegionStore...
2009-05-20 Zhongxing XuAdd comments to test case.
2009-05-20 Zhongxing Xu* API change: we need to pass GRState to GRExprEngine...
2009-05-20 Eli FriedmanHandle the remaining unhandled cases in EmitReferenceBi...
2009-05-20 Zhongxing Xuadd header to be built by gcc 4.3 on Linux.
2009-05-20 Anders Carlssonirgen for references to complex rvales (Very important...)
2009-05-20 Anders CarlssonBad anders.
2009-05-20 Anders CarlssonCreate a temporary if the lvalue is a bitfield. Reporte...
2009-05-20 Anders CarlssonAdd support for binding references to scalar rvalues.
2009-05-20 Anders CarlssonBind references to lvalues correctly.
2009-05-20 Anders CarlssonAdd EmitReferenceBindingToExpr. Have EmitCallArg use...
2009-05-20 Douglas GregorStart documenting precompiled headers
2009-05-19 Douglas GregorAdd FIXMEs for the remaining C and C++ expression types...
2009-05-19 Douglas GregorTemplate instantiation for __builtin_va_arg.
2009-05-19 Douglas GregorTemplate instantiation for __builtin_choose_expr.
2009-05-19 Douglas GregorBan the use of __builtin_types_compatible_p in C++...
2009-05-19 Douglas GregorTemplate instantiation for __builtin_shufflevector.
2009-05-19 Eli FriedmanRemove finished FIXME.
2009-05-19 Eli FriedmanBuild fixes for r72135.
2009-05-19 Eli FriedmanMove AnalysisConsumer.h and Analyses.def from tools...
2009-05-19 Douglas GregorTemplate instantiation for __builtin_types_compatible_p.
2009-05-19 Anders CarlssonImprove support for irgen of references.
2009-05-19 Douglas GregorTemplate instantiation for GNU statement expressions
2009-05-19 Douglas GregorFix handling of the GNU "t ? : f" extension to the...
2009-05-19 Douglas GregorTemplate instantiation for compound assignment operators.
2009-05-19 Anders CarlssonOnly do the bitcast in EmitStoreOfScalar if the type...
2009-05-19 Douglas GregorTemplate instantiation for cast expressions.
2009-05-19 Anders CarlssonPass the destination QualType to EmitStoreOfScalar...
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...
next