]> granicus.if.org Git - clang/shortlog
clang
2010-08-10 Bruno Cardoso... Consider the last argument of vblend builtin to be...
2010-08-09 Fariborz JahanianImplements gcc's -Wstrict-selector-match.
2010-08-09 Douglas GregorWhen attempting to recover from a failed unqualified...
2010-08-09 Douglas GregorInstead of having a specific CXTranslationUnit_* option...
2010-08-09 Sebastian Redl- Make ObjCInterfaceDecl redeclarable, and create separ...
2010-08-09 John ThompsonAdded vecreturn attribute parsing.
2010-08-09 Argyrios KyrtzidisChange warning about incomplete parsing of C++ default...
2010-08-09 Daniel DunbarFix mixed declarations and code warning.
2010-08-09 Douglas GregorMinor libclang tweaks
2010-08-09 Douglas GregorUse precompiled preambles for in-process code completion.
2010-08-09 Jordy RoseAllow EvalBinOpNN to handle expressions of the form...
2010-08-09 Fariborz JahanianWarn if class object does not implement qualified
2010-08-09 Argyrios KyrtzidisRemove a FIXME.
2010-08-09 Argyrios KyrtzidisComplete PCH support for ObjCPropertyImplDecl.
2010-08-09 Argyrios KyrtzidisRevert the dump functions to send output to llvm::errs...
2010-08-09 Argyrios KyrtzidisReplace a parser assertion with a warning, suggestion...
2010-08-09 Argyrios KyrtzidisSupport ObjC implementation decls for PCH.
2010-08-09 Argyrios KyrtzidisRefactor into functions PCH reading/writing the CXXBase...
2010-08-08 Sean HuntRemove C++0x concept keyword tokens since concepts...
2010-08-08 Chandler CarruthFix a few more typos. Amusingly, GCC made the same...
2010-08-08 Chandler CarruthFix some typos I made when adding alternate intrinsic...
2010-08-08 Douglas GregorRevert r110440, the fix for PR4897. Chris claims to...
2010-08-08 Chandler CarruthFix a crash on template delete operators.
2010-08-08 Eli FriedmanMake this test check a few more cases which didn't...
2010-08-08 Chandler CarruthSilence GCC warning about && and || without explicit...
2010-08-08 Eric ChristopherThread local variables aren't considered common linkage.
2010-08-07 Eli FriedmanPR7800: both virtual and non-virtual bases must be...
2010-08-07 Eric ChristopherMake -funroll-loops turn on loop unrolling in the optim...
2010-08-07 Benjamin KramerPush location through the MacroUndefined PPCallback...
2010-08-07 Douglas GregorIntegral-to-pointer conversions are not always null...
2010-08-07 Douglas GregorFix an Objective-C crasher, PR7839.
2010-08-07 Douglas GregorAdd some more tests for reference binding of Objective...
2010-08-07 Douglas GregorAllow reference binding of a reference of Objective...
2010-08-07 John McCallInline a special case of EmitAggregateCopy into EmitNul...
2010-08-07 John McCallNote that a CXXConstructExpr is zeroing when dumping it.
2010-08-07 John McCallStore inheritance paths after CastExprs instead of...
2010-08-07 Chris LattnerCorrect -ftrapv to trap on errors, instead of calling the
2010-08-06 Eli FriedmanPR7837: For qualified id's, make sure the decl context...
2010-08-06 Tom CareRemoved IdempotentOperationChecker from default analysi...
2010-08-06 Ted KremenekFix leaks of ExplicitSpecializationInfo objects by...
2010-08-06 Ted KremenekFix 80 col. violations.
2010-08-06 Ted KremenekNest variable declaration into into 'if' condition...
2010-08-06 Ted KremenekUse 'GenerateNode()' instead of 'GenerateSink()' when...
2010-08-06 Eli FriedmanInitialize variable to work around warning; unfortunate...
2010-08-06 Fariborz JahanianFinishing up block variable layout API by supporting
2010-08-06 Douglas GregorThe pre-increment/pre-decrement grammar in C++ differs...
2010-08-06 Douglas GregorRemove some incorrect assertions when deduction templat...
2010-08-06 Douglas GregorMake sure that we diagnose attribute((overloadable...
2010-08-06 Douglas GregorDefine _INTEGRAL_MAX_BITS for the win32 and win64 targe...
2010-08-06 Abramo BagnaraTemplate keyword should not be ignored building a Quali...
2010-08-06 Douglas GregorFix the #include search path when reading from stdin...
2010-08-06 Douglas GregorDiagnose the use of "inline" on block-scope function...
2010-08-06 Douglas GregorDon't pass -avoid-version to Darwin linker
2010-08-06 Douglas GregorIntroduce implicit conversions between AltiVec vectors...
2010-08-06 Argyrios KyrtzidisIntroduce a new token kind 'cxx_defaultarg_end' to...
2010-08-06 Nick LewyckyRemove ElseScope which is also dead code now.
2010-08-06 Nick LewyckyRemove the DeclaredInCondition bit now that it's no...
2010-08-06 Chandler CarruthPrevent these tests from dirtying the tree with output...
2010-08-06 Zhongxing XuIf all nodes are sunk, bail out early. This make the...
2010-08-06 Nate Begemanvdup_lane was missing
2010-08-06 Eli FriedmanAttempt to fix uninitialized value warning reported...
2010-08-06 John McCallProperly pop out of Objective-C method declarations...
2010-08-06 Sebastian RedlAdd an environment variable that makes libclang use...
2010-08-06 Zhongxing Xuadd test case.
2010-08-05 Bruno Cardoso... We don't want to support built-ins which aren't needed...
2010-08-05 Zhongxing XuDon't assert on a file stream if its state is not track...
2010-08-05 Jordy RoseWhen checking if a buffer access is valid, first make...
2010-08-05 Bruno Cardoso... Fix AVX 256-bit intrinsics headers by using the right...
2010-08-05 John McCallDon't crash when mangling empty anonymous unions. ...
2010-08-05 Sebastian RedlCollect namespaces that need updating in a PCH chain...
2010-08-05 Fariborz JahanianAdd support for block imported struct variable layout...
2010-08-05 John McCallIt turns out that linkers (at least, the Darwin linker...
2010-08-05 Chris Lattnerfix the va_list definition for vc++64, patch by Cameron...
2010-08-05 Sebastian RedlWrite various C++-specific records to chained PCHs...
2010-08-05 John McCallArgument evaluation order is not guaranteed. Split...
2010-08-05 Tom CareFixed logic error in UnreachableCodeChecker's marking...
2010-08-05 John McCallFix a major bug with -ftrapv and ++/--. Patch by David...
2010-08-05 John McCallAllow multiple __declspec attributes after a class...
2010-08-05 Fariborz JahanianFor now skip over aggregate non-byref block variables.
2010-08-05 Fariborz JahanianTrying to unbreak buildbot.
2010-08-05 Ted KremenekRevert r110317, and add a comment why the assertion...
2010-08-05 Eli FriedmanFlip the switch to use OffsetOfExpr unconditionally...
2010-08-05 Eli FriedmanPR7769: Fix references to anonymous structs/unions...
2010-08-05 Eli FriedmanAdd IRGen support for non-constant OffsetOfExpr.
2010-08-05 Argyrios KyrtzidisStore the pending implicit instantiations in the PCH...
2010-08-05 Argyrios KyrtzidisSupport #pragma weak for PCH.
2010-08-05 Argyrios KyrtzidisMake sure C++ variable definitions are actually passed...
2010-08-05 Eli FriedmanMake checker recognize OffsetOfExpr as a form of __buil...
2010-08-05 Douglas GregorGive clang_codeCompleteAt() an "options" parameter...
2010-08-05 John McCallTDK_InconsistentQuals is really totally different from...
2010-08-05 Zhongxing XuTurn the predicate into an assertion. When could the...
2010-08-05 Eli FriedmanTests for #pragma GCC visibility.
2010-08-05 Eli FriedmanImplement #pragma GCC visibility.
2010-08-05 Nick LewyckyRemove the warning for variables declared in the if...
2010-08-05 John McCallPermit template argument deduction to add qualifiers...
2010-08-05 John McCalloperator<< on a DiagnosticBuilder should *always* outpu...
2010-08-05 Jordy RoseTweak GRState::unbindLoc to use makeWithStore, and...
2010-08-05 Jordy RoseRemove InvalidateRegion from stores, since it's no...
2010-08-05 Chandler CarruthConvert this file to not have Windows line endings...
2010-08-05 Eli FriedmanAdd support for -Woverlength-strings.
next