]> granicus.if.org Git - clang/shortlog
clang
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...
2010-04-17 Chris Lattnerrevert r101568, which miscompiles this testcase, distil...
2010-04-17 Daniel DunbarDriver: Add missing claim() for -mllvm options.
2010-04-17 Eric ChristopherNew test to verify that we see constant integers here.
2010-04-17 Eric ChristopherConsolidate most of the integer constant expression...
2010-04-17 Ted KremenekWrap 'data' key in quotes.
2010-04-17 Ted KremenekMake script actually work.
2010-04-17 Ted KremenekLog code completion data in json format.
2010-04-17 Ted KremenekSend code completion data in json format.
2010-04-17 Ted KremenekRemove unneeded assertion and don't return a null CXString.
2010-04-16 Chris Lattneremit warn_char_constant_too_large at most once per...
2010-04-16 Chris Lattnermake our existing "switch on bool" warning work for...
2010-04-16 Douglas GregorIf a non-noreturn virtual member function is guaranteed...
2010-04-16 Douglas GregorSwitch Sema::FindCompositePointerType() over to Initial...
2010-04-16 Nuno Lopesfix PR6766: codegen of var initialized with wide char
2010-04-16 Douglas GregorMove Sema::PerformImplicitConversion over to where...
2010-04-16 Douglas GregorMake Sema::BuildCXXCastArgument static, since it now...
2010-04-16 Douglas GregorCollapse the three separate initialization paths in
2010-04-16 Ted KremenekRework USR generation for symbols with no linkage....
2010-04-16 Nuno Lopesignore Output folder
2010-04-16 Nuno Lopesignore Output folder
2010-04-16 Nuno Lopesadd another test for the undef patch just for to have...
2010-04-16 Chris Lattnerfix a bogus assertion exposed by a recent change: packi...
2010-04-16 Nuno Lopesemit padding as undef values, take 2
2010-04-16 Douglas GregorSwitch the checking of implicit casts for static_cast...
2010-04-16 Nick LewyckyAdd a write(raw_ostream&) method to RewriteBuffer....
2010-04-16 Chris Lattnerallow mapping fatal errors to errors.
2010-04-16 Douglas GregorKill ForceRValue once and for all
2010-04-16 Ted KremenekStatic analyzer: Don't crash when casting a symbolic...
2010-04-16 Douglas GregorEliminate the ForceRValue parameter from TryCopyInitial...
2010-04-16 Douglas GregorMove Sema::TryCopyInitialization into a static function in
2010-04-16 Douglas GregorEliminate ForceRValue parameters from reference binding...
2010-04-16 Benjamin KramerSilence warning.
2010-04-16 Douglas GregorEliminate the ForceRValue parameter to Sema::AddOverloa...
2010-04-16 Douglas GregorEliminate the ForceRValue parameter from most of Sema...
2010-04-16 Douglas GregorEliminate the ForceRValue parameter from Sema::IsUserDe...
2010-04-16 Douglas GregorEliminate the default value for the UserCast parameter...
2010-04-16 Douglas GregorEliminate the Elidable parameter to PerformImplicitConv...
2010-04-16 Dan GohmanRemove this hard-coded buffer size. In some basic exper...
2010-04-16 Anders CarlssonMake CGRecordLayoutBuilder deal with wide bit-fields...
2010-04-16 Anders CarlssonRemove printfs.
2010-04-16 Anders CarlssonMore work on wide bit-fields, WIP.
2010-04-16 Dan GohmanAdd Debug+Coverage to svn:ignore.
2010-04-16 Anders CarlssonStart working on handling wide bitfields in C++
2010-04-16 Anders CarlssonRename the ASTContext member 'Context'.
2010-04-16 Douglas GregorOnly predefine the macro _GNU_SOURCE in C++ mode when...
2010-04-16 Chris Lattnertidy up
next