]> granicus.if.org Git - clang/shortlog
clang
2010-07-20 Argyrios KyrtzidisWhether the specialization should be added to template...
2010-07-20 Argyrios KyrtzidisHide the specializations folding sets of ClassTemplateD...
2010-07-20 Rafael EspindolaAdd -lstdc++ to DragonFly tools.
2010-07-20 Zhongxing XuConstify all references to Stmt* and CFGBlock* in libCh...
2010-07-20 Zhongxing XuAdd const iterator to InitListExpr.
2010-07-20 Sebastian RedlUpdate ImplicitCastExpr to be able to represent an...
2010-07-20 Daniel DunbarFix test for Win32.
2010-07-20 Zhongxing XuConstify.
2010-07-20 Zhongxing Xuremove const_cast.
2010-07-20 Daniel DunbarDriver: Switch to using a SmallVector instead of std...
2010-07-20 Zhongxing Xuconstify.
2010-07-20 Zhongxing XuConstify.
2010-07-20 Zhongxing XuAdd comments.
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
2010-07-19 Jim Grosbachand revert the related tests, too
2010-07-19 Jim GrosbachTemporarily revert. Some odd internal breakage is likel...
2010-07-19 Sebastian RedlRemove PCHReader::getStream(), it was unused. Inline...
2010-07-19 Sebastian RedlPromote IdentifierOffsets to per-file data.
2010-07-19 Sebastian RedlPromote DeclOffsets and TypeOffsets to per-file data.
2010-07-19 Fariborz JahanianPatch to type match comparing Objective-C Classes which...
2010-07-19 Ted KremenekDon't warn when a '%%' or '%*d' (scanf) is used in...
2010-07-19 Douglas GregorIntroduce a new libclang API, clang_reparseTranslationU...
2010-07-19 Jim GrosbachUpdate tests for r108749
2010-07-19 Ted KremenekHook up 'invalid conversion' warning for scanf format...
2010-07-19 Jim GrosbachPut ObjC method names, method types and class names...
2010-07-19 Sebastian RedlPromote the identifier table to per-file data. Also...
2010-07-19 Ted KremenekPut warnings in the 'Deprecated' group into a 'Deprecat...
2010-07-19 Ted KremenekAdd missing conversion specifier parsing for 'u', ...
2010-07-19 Daniel DunbarDriver: Make -fnext-runtime the default when rewriting...
2010-07-19 Daniel DunbarIRgen: Add a test case I forgot to commit at some point.
2010-07-19 Daniel DunbarDriver/Darwin: Add deployment target after doing argume...
2010-07-19 Daniel DunbarDriver: Factor out Darwin::AddDeploymentTarget.
2010-07-19 Douglas GregorRemove unused location-to-AST-node resolver. libclang...
2010-07-19 Fariborz JahanianCategories cannot synthesize property ivars,
2010-07-19 Rafael EspindolaImplement support for reading arguments specified in...
2010-07-19 Zhongxing XuFix construction of AnalysisContext. Thanks Daniel.
2010-07-19 Benjamin KramerAdjust test for float printing differences. Windows...
2010-07-19 Argyrios KyrtzidisFix http://llvm.org/PR7660
2010-07-19 Daniel DunbarRevert r108672, "Implement support for reading argument...
2010-07-19 Chris Lattnertidy up comment.
2010-07-19 Rafael EspindolaImplement support for reading arguments specified in...
2010-07-19 Zhongxing Xufix test case.
2010-07-19 Zhongxing Xuremove CallInliner.cpp.
2010-07-19 Zhongxing XuAdd double close check to StreamChecker. Patch by Lei...
2010-07-19 Zhongxing XuReapply r108617.
2010-07-19 Daniel DunbarDriver: Change the driver to take the path to the main...
2010-07-19 Daniel DunbarUpdate for LLVM API change.
2010-07-18 Rafael EspindolaRefactor the code a bit so that there is only one call...
2010-07-18 Daniel DunbarDriver: Fix a possible use after free.
2010-07-18 Chandler CarruthFix a goof in my previous patch -- not all of the built...
2010-07-18 Eli FriedmanFix mangling for static member variables of classes...
2010-07-18 Chris Lattnerdaniel doesn't hate me, he hates macpython 2.5, which
2010-07-18 Peter CollingbourneWhen instantiating function definitions set parameter...
2010-07-18 Douglas GregorRevert -Wdiscard-qual typo
2010-07-18 Chandler CarruthImprove the representation of the atomic builtins in...
2010-07-18 Chris LattnerBUILD_ARCHIVE is the default for libraries, no need...
2010-07-17 Eli FriedmanFix crash initializing a bit-field with a non-constant...
2010-07-17 Eli FriedmanCheck for casts to an incomplete type in C. Improves...
2010-07-17 Fariborz JahanianAdded PCH/ASTImporter code for ObjCIvarDecl's field.
2010-07-17 Chris LattnerAdd another terrible VC++ compatibility hack: allow...
2010-07-17 Chris Lattnerrename test
2010-07-17 Chris Lattnerrename test
2010-07-17 Benjamin KramerRevert r108617, it broke the build.
2010-07-17 Zhongxing XuFix cmake build.
2010-07-17 Zhongxing XuPrepare the analyzer for the callee in another translat...
2010-07-17 Daniel Dunbarclang -cc1as: Switch to using AsmParser constructor...
2010-07-17 Ted KremenekFix '<rdar://problem/8202272> __imag passed non-complex...
2010-07-17 Fariborz JahanianAnother test case for on demand synthesis of ivars.
2010-07-17 Fariborz JahanianPatch to synthesize property ivars on demand as
2010-07-17 John McCallThe GNU-runtime ObjC personality function doesn't let...
2010-07-17 Ted KremenekFix APFloat assertion failure in IdempotentOperationChe...
2010-07-17 Sebastian RedlTeach the PCH reader to load the dependency when encoun...
2010-07-16 Anders CarlssonWhen checking whether to bind an expression to a tempor...
2010-07-16 Craig SilversteinFix typeid the same way I fixed sizeof. Sad I had...
2010-07-16 Ted KremenekRemove unicode quotes characters that somehow made...
2010-07-16 Sebastian RedlSeparate out the initial loading of a PCH so that loadi...
2010-07-16 Tom CareImproved false positive rate for the idempotent operati...
2010-07-16 Nick LewyckyGive the 'self/array-comparison is always true/false...
2010-07-16 Ted KremenekHook up warning for an incomplete scanlist in scanf...
2010-07-16 Ted KremenekTweak zero-field width in scanf format string diagnostic.
2010-07-16 Sebastian RedlFirst baby steps towards PCHReader being able to keep...
2010-07-16 Chandler CarruthMake this destructor virtual to placate GCC's warnings.
2010-07-16 Craig SilversteinFix up some of the visiting for array types -- we weren...
2010-07-16 John McCallInitialize a couple of fields inherited for our private...
2010-07-16 Douglas GregorWhen performing template name lookup for a dependent...
2010-07-16 Sebastian RedlAdd a little more data to chained PCHs. WIP
2010-07-16 Douglas GregorRevert Microsoft-specific override of the "typedef...
2010-07-16 Douglas GregorSuppress the "typedef requires a name" warning in Micro...
2010-07-16 John McCallTreat template parameters as part of the declaration...
2010-07-16 Chandler CarruthMake this grossness default to the error it should...
2010-07-16 Daniel DunbarSema: Fix a bug with #pragma options align=reset, reset...
2010-07-16 Chandler CarruthButcher a perfectly reasonable diagnostic to pacify...
2010-07-16 Ted KremenekAdd initial test cases for scanf format string checking.
2010-07-16 Ted KremenekAdd the main scanf-parsing logic that I meant to includ...
2010-07-16 Ted KremenekAdd missing header file.
2010-07-16 Ted KremenekAdd most of the boilerplate support for scanf format...
2010-07-16 Ted KremenekAdd builtin definition for scanf, including extending...
2010-07-16 Eli FriedmanFix for PR3800: make sure not to evaluate the expressio...
2010-07-16 Daniel DunbarBuiltins/ARM: __clear_cache doesn't seem to have a...
2010-07-16 Daniel DunbarIRgen: Support user defined attributes on block runtime...
next