]> granicus.if.org Git - clang/shortlog
clang
2010-04-21 John McCallTeach EmitBlock to put the target block immediately...
2010-04-21 John McCallMiscellaneous codegen cleanups. Mostly, don't create...
2010-04-21 Zhongxing XuCXXNamedCastExpr is actually an abstract expression.
2010-04-21 Douglas GregorSink the _GNU_SOURCE definition down into the target...
2010-04-21 Douglas GregorReword the note we emit when suppressing template insta...
2010-04-21 Zhongxing XuThe second check point in the old test case was invalid.
2010-04-21 John McCallUse const_cast instead of a C cast. Safer, plus it...
2010-04-21 Zhongxing XuUse the right predecessor.
2010-04-21 Zhongxing XuAdd initial support for C++ delete expr.
2010-04-21 Douglas GregorOverhaul the AST representation of Objective-C message...
2010-04-20 Anders CarlssonRemove an unused parameter from isImplicitlyDefined.
2010-04-20 John ThompsonFix comment to reflect recent code change.
2010-04-20 Ted KremenekFix USRs for 'extern' variables declaration in function...
2010-04-20 Ted KremenekSpecify linkage for Objective-C declarations.
2010-04-20 Anders CarlssonFactor some common code out into a separate function.
2010-04-20 Fariborz JahanianFixes a code gen. bug by removing an assert.
2010-04-20 Chris Lattnerfix the ?: fixit that ted added to recover properly.
2010-04-20 Ted KremenekFix crash on invalid code where a @throw statement...
2010-04-20 Chris Lattnerchange FullSourceLoc to have a *const* SourceManager...
2010-04-20 Chris Lattnerpush some source location information down through...
2010-04-20 Fariborz JahanianPatch to support transparent_union types on
2010-04-20 Chris Lattnerenhance sourcemgr to detect various UTF BOM's and emit...
2010-04-20 Anders CarlssonBack out r101911 and see if it makes the bots happy.
2010-04-20 Benjamin KramerRemove dead code.
2010-04-20 Daniel DunbarIRgen: Always use i8 arrays to access union bit-fields...
2010-04-20 Chris Lattnerremove some extraneous qualifiers.
2010-04-20 Anders CarlssonFix a bug which triggered the assertion I added yesterd...
2010-04-20 Anders CarlssonMove code to apply a non-virtual and virtual offset...
2010-04-20 Douglas GregorKeep proper source location information for the type...
2010-04-20 Benjamin KramerTip of the day: save before commit.
2010-04-20 Benjamin KramerFix -Wcast-qual warnings.
2010-04-20 Douglas GregorIntroduce a limit on the depth of the template instanti...
2010-04-20 Zhongxing XuAdd test cases.
2010-04-20 Chris Lattnerdon't slap noalias attribute on stret result arguments.
2010-04-20 Zhongxing XuReplace code with a method call. No functionality change.
2010-04-20 Anders CarlssonPass the nearest virtual base decl to InitializeVTableP...
2010-04-20 Chris Lattnerreapply john's patch, he broke mainline again by changi...
2010-04-20 Anders CarlssonAssert that the path from the derived to the base class...
2010-04-20 John ThompsonAltivec vector literal initializer count mismatch error...
2010-04-20 Zhongxing XuUse GetState() to get the possible cleaned state.
2010-04-20 Chris Lattnergrr, lit only hates me, not the rest of the world.
2010-04-20 Chris Lattnerrevert r101863, whcih is causing Sema/altivec-init...
2010-04-20 John ThompsonAltivec vector literal initializer count mismatch error...
2010-04-20 Zhongxing XuImprove handling of CXXNewExpr.
2010-04-20 John McCallRestore r101841 without modification. Also mark 'opera...
2010-04-20 John McCallRevert r101841 and follow-up.
2010-04-20 Chris Lattneradd __builtin_[r]index. Perhaps all LIBBUILTIN's shoul...
2010-04-20 John McCallUse __SIZE_TYPE__ as suggested by dgregor.
2010-04-20 John McCallDon't bother looking for (or diagnosing problems with...
2010-04-19 Douglas GregorDo not diagnose unused-parameter errors in template...
2010-04-19 Douglas GregorKeep track of the actual storage specifier written...
2010-04-19 Douglas GregorOnly suppress the "extern variable has an initializer...
2010-04-19 Douglas GregorDisable the "'extern' variable has an initializer"...
2010-04-19 Daniel DunbarAST: Dump ASTRecordLayout objects when they are created...
2010-04-19 Daniel DunbarIRgen: Kill unused function and move the type match...
2010-04-19 Chris Lattneradd a PPCallback handler for a skipped #include, patch by
2010-04-19 Douglas GregorWhen normal name lookup to disambiguiate an Objective...
2010-04-19 Douglas GregorMore tests for Objective-C-related name lookup weirdnes...
2010-04-19 Eric ChristopherAdd a testcase for PR6501 (too many/too few arguments...
2010-04-19 Fariborz JahanianCheck for darwin befoer cheking for version.
2010-04-19 Fariborz JahanianMake this test darwin10 specific.
2010-04-19 Eric ChristopherTemporarily XFAIL this test on windows.
2010-04-19 Eric ChristopherRemove the argument number from the constant integer...
2010-04-19 Fariborz JahanianSome renaming of methods, fixes typo
2010-04-19 Douglas GregorWhen searching for code-completion and typo-correction...
2010-04-19 Fariborz JahanianForce clang to produce legacy api for messaging
2010-04-19 Rafael EspindolaAdd comment explaning the use of c99 inline in c++.
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Zhongxing XuMove all C++ expression evaluation logic into its own...
2010-04-19 Zhongxing XuAnalyzer: add support for CXXNewExpr.
2010-04-19 David ChisnallDon't just emit ivar metadata - emit CORRECT ivar metad...
2010-04-19 David ChisnallFix emitting ivar metadata for synthesized ivars and...
2010-04-19 Rafael EspindolaIf a method is virtual and the class key function is...
2010-04-18 Fariborz JahanianLocal static variables must be available module-wise
2010-04-18 Nuno Lopesrecommit r101568 to fix PR6766
2010-04-18 Douglas GregorMake sure that we don't visit redeclarations of nested...
2010-04-18 Douglas GregorC++ [namespace.memdef]p3 only applies when the friend...
2010-04-18 Daniel Dunbartests: Don't force triple in x86-builtin-palignr test...
2010-04-18 Benjamin KramerBail out early to avoid comparing the internals of...
2010-04-18 Douglas GregorWhen performing reference initialization for the purpos...
2010-04-18 Douglas GregorBinding a reference to an rvalue is a direct binding...
2010-04-18 Chandler CarruthFix the access checking of function and function templa...
2010-04-18 Douglas GregorWhen checking the copy constructor for the optional...
2010-04-18 Douglas GregorIn C++98/03, when binding a reference to an rvalue of
2010-04-18 Chandler CarruthAdd testcase that I forgot for r101667 for gnu-keywords.
2010-04-18 Ted KremenekAllow the 'ibaction' attribute to be attached to method...
2010-04-18 Douglas GregorDo not consider explicit constructors when performing...
2010-04-17 Anders CarlssonSimplify wide bit-field layout in CGRecordLayoutBuilder...
2010-04-17 Douglas GregorImprove our handling of user-defined conversions as...
2010-04-17 Anders CarlssonFix an assert when assigning a boolean value to a bitfi...
2010-04-17 Anders CarlssonUnnamed bit-fields in a union should be laid out with...
2010-04-17 Anders CarlssonFactor union field layout code out into a separate...
2010-04-17 Anders CarlssonIf a wide bit-field is inside a union its offset should...
2010-04-17 Chandler CarruthAdd support for '-fgnu-keywords' and '-fasm' to Clang...
2010-04-17 Anders CarlssonVtable -> VTable renames across the board.
2010-04-17 Chandler CarruthPrevent accidental in-source builds with CMake, and...
2010-04-17 Chris Lattnerfix integrated assembler with i386 objc code.
2010-04-17 Anders CarlssonFix a bug where we would sometimes incorrectly mark...
2010-04-17 Benjamin KramerAdd printName to DeclarationName which prints the human...
2010-04-17 Benjamin KramerAdd raw_ostream operators to NamedDecl for convenience...
next