]> granicus.if.org Git - clang/shortlog
clang
2010-09-07 Gabor Greiftypo
2010-09-07 Douglas GregorImprove source-location information for CXXNewExpr...
2010-09-07 Ted KremenekFix null pointer dereference in StreamChecker::Fseek...
2010-09-07 Tom CareRe-enabled truncation/extension checking in IdempotentO...
2010-09-07 Douglas GregorAdd function attributes to the output of -ast-print...
2010-09-07 Fariborz Jahanianget rid of a warning.
2010-09-07 Fariborz JahanianHave Sema check for validity of CGString literal
2010-09-07 Dale JohannesenAllow 'o' and 'V' as constraints for output asm operands.
2010-09-07 John McCallImprove error recovery when we see ':' and expect a...
2010-09-07 Dale JohannesenAdjust a test that's expecting optimizations to be...
2010-09-07 Daniel DunbarDriver/Darwin: Catch another case where ld ends up...
2010-09-07 Daniel DunbarDriver/Darwin: Don't pass -demangle to the linker when...
2010-09-07 Douglas GregorProvide a specific diagnostic when trying to redefine...
2010-09-07 Douglas GregorImprove recovery when there is a stray ']' or ')' befor...
2010-09-07 Douglas GregorImprove recovery when a comma is missing between enumer...
2010-09-07 Douglas GregorImprove diagnostic and recovery when missing a comma...
2010-09-06 Benjamin KramerReplace loops with SmallVector::append.
2010-09-06 Chris LattnerDue to asmparser improvements, this error message is...
2010-09-06 Argyrios KyrtzidisFix a C++ PCH problem which was exposed by r113019...
2010-09-06 Chris Lattnerremove curly quotes, patch by Dimitry Andric!
2010-09-06 Argyrios KyrtzidisLastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayo...
2010-09-06 Zhongxing XuFinishBlock() is essentially doing nothing except retur...
2010-09-06 Zhongxing XuSimplify CFG construction: bail out early when we have...
2010-09-06 Rafael EspindolaMake "-ccc-cxx" option work on Linux.
2010-09-06 Eli FriedmanGet rid of unnecessary return.
2010-09-06 Eli FriedmanUpdate test for r113128.
2010-09-06 Chris Lattnermove the hackaround for PR6537 to catch unions as well,
2010-09-06 Chris Lattnerclean up some formatting.
2010-09-06 Eli FriedmanPR7242: Make sure to use a different context for evalua...
2010-09-05 Chris Lattnerfix PR7192 by defining wchar_t in a more conventional...
2010-09-05 Steven WatanabeTell the VS headers that char16_t and char32_t are...
2010-09-05 Chris Lattnerfix 7320: we can't delete a trailing space if it doesn...
2010-09-05 Eli FriedmanPR8023: Don't crash on invalid uses of __real__ on...
2010-09-05 Nick LewyckyNo functional change. Replace Out << 'a' << 'b' with...
2010-09-05 Chris Lattner"const id<NSFoo> *" instead of "id<NSFoo> const *".
2010-09-05 Chris Lattner"const id<NSFoo> *" not "id<NSFoo> const*"
2010-09-05 Chris Lattner"const std::vector<int>*" not "std::vector<int> const*"
2010-09-05 Chris Lattner"const _Complex float *" not "_Complex float const *"
2010-09-05 Chris Lattner'const std::type_info*' instead of 'std::type_info...
2010-09-05 Chris Lattnerprint "const intptr_t" instead of "intptr_t const"
2010-09-05 Chris Lattnermake clang print types as "const int *" instead of...
2010-09-04 Chris Lattnerrevert this, it isn't safe.
2010-09-04 Chris Lattnertidy up
2010-09-04 Chris Lattnerrevise r112365 to fix the actual problem: the isa<TagTy...
2010-09-04 Fariborz JahanianCasting of a property reference to 'void' did not
2010-09-04 Chris Lattnerzap more dead code.
2010-09-04 Chris Lattnerzap dead code.
2010-09-04 John McCallPetty optimization.
2010-09-03 Zhanyong Wanfix a crash in RecursiveASTVisitor's child classes...
2010-09-03 Douglas GregorSynchronize code-completion cursor kinds with indexing...
2010-09-03 Fariborz JahanianTruncate block variable of bool type to i1 when its
2010-09-03 Chandler CarruthFix PR7402 when it strikes via template instantiation.
2010-09-03 Anders CarlssonIt's OK for classes to have flexible array elements...
2010-09-03 Fariborz JahanianCope with llvm's reference to bool type of 'i1' vs...
2010-09-03 Chandler CarruthClean up some whitespace and comments from this test...
2010-09-03 Chandler CarruthAllow anonymous and local types. The support was alread...
2010-09-03 John McCallA constant initializer never matches the type of the...
2010-09-03 Douglas GregorImplement libclang visitation for UnresolvedMemberExpr...
2010-09-03 Nuno Lopesupdate svn:ignore
2010-09-03 Fariborz JahanianUse std::string instead of llvm::StringRef to avoid...
2010-09-03 Douglas Gregorlibclang visitation for CXXDependentScopeMemberExpr
2010-09-03 Fariborz JahanianUse getSpelling to get original text of the
2010-09-03 Douglas Gregorlibclang visitation for DependentScopeDeclRefExpr
2010-09-03 Douglas GregorAdd missing #include
2010-09-03 Dawn PerchikPut the info on testing from the command line into...
2010-09-03 Chris Lattnerfix a hard coded version number, PR8031. Patch by...
2010-09-03 Chris Lattnerfix lookup of bits/c++config.h on mingw, patch by Ismai...
2010-09-03 Douglas GregorSimplify code-completion result sorting a bit
2010-09-03 Douglas GregorRemove end-of-line translation properties from test...
2010-09-03 Daniel DunbarAvoid unnecessary redirect, so that stderr shows up...
2010-09-03 Francois PichetFirst test commit by Francois Pichet. _CRT_SECURE_CPP_O...
2010-09-03 John McCallUpdate the internals manual for the removal of Action...
2010-09-03 John McCallAdd a quick-and-dirty hack to give a better diagnostic...
2010-09-03 Chris Lattner"I see dead code". IdempotentOperationChecker::isTrunc...
2010-09-03 John McCallDevirtualize Sema, kill off DeleteExpr and DeleteStmt...
2010-09-03 Daniel DunbarIRgen: Fix silly thinko in r112021, which was generatin...
2010-09-03 Dawn PerchikAdd symantic support for the Pascal calling convention via
2010-09-03 Bob WilsonTranslate NEON vabdl, vaba, and vabal builtins to be...
2010-09-03 John McCallRe-commit r112916 with an additional fix for the self...
2010-09-03 Fariborz JahanianPatch to allow alternative representation of c++
2010-09-03 Anders CarlssonStatic local variables don't result in global construct...
2010-09-03 Ted KremenekSupport pointer arithmetic in SimpleSValuator involving...
2010-09-03 Ted KremenekRemove bogus assertions.
2010-09-03 Ted KremenekAdd optional record of "location" SVals in the environm...
2010-09-03 Ted KremenekAdd GRState::getSimplifiedSVal(), which provides an...
2010-09-03 Ted KremenekFix enum: CallEnter/CallExit are StmtPoints
2010-09-03 Anders CarlssonRemove now unused function.
2010-09-03 Daniel DunbarFix a typo.
2010-09-03 John McCallRevert r112916, it's breaking selfhost pretty badly.
2010-09-03 Daniel DunbarRevert "Another i1 vs. i8 type mismatch issue. This...
2010-09-03 Anders CarlssonGet rid of the "functions declared 'noreturn' should...
2010-09-03 Daniel Dunbartests: Fix a dependency on the temporary value names.
2010-09-03 John McCallIt's not safe to use the generic CXXMethodDecl overload...
2010-09-02 Dawn PerchikAdd support for Borland extensions via option -fborland...
2010-09-02 Daniel DunbarIRgen/Obj-C: Rewrite Objective-C bit-field access to...
2010-09-02 Daniel DunbarIRgen: Move CGBitFieldInfo strategy computation helpers...
2010-09-02 Tom CareReapply 112850 and 112839 with a constructor for the...
2010-09-02 Douglas GregorFix a few more ConvertTypes that should be ConvertTypeF...
2010-09-02 Sebastian RedlImplement __has_virtual_destructor. Patch by Steven...
2010-09-02 Chris Lattnerstop looking for #uses comments.
next