]> granicus.if.org Git - clang/shortlog
clang
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...
2010-07-16 Daniel DunbarIRgen: Move blocks runtime interfaces to CodeGenModule.
2010-07-16 Daniel DunbarSuppress !+Asserts warning.
2010-07-15 John McCallWhen deferring the emission of declarations with initia...
2010-07-15 Devang PatelSet "optimization is ON" and supply other optional...
2010-07-15 Douglas GregorImprove test case. Thanks Eli
2010-07-15 Douglas GregorDon't suppress the emission of available_externally...
2010-07-15 Devang PatelMark implementation generated methods as artificial.
2010-07-15 John McCallAfter some discussion, the ABI list settled on a much...
2010-07-15 Douglas GregorWhen we're performing tentative parsing to determine...
2010-07-15 Daniel Dunbarbuild/Darwin: Add missing Info.plist template.
2010-07-15 Daniel Dunbarbuild/Darwin: Enable version information for clang...
2010-07-15 Douglas GregorReinstate the scalar-cast-to-const-reference improvemen...
2010-07-15 Douglas GregorMake the "unused result" warning a warning about run...
2010-07-15 Douglas GregorRevert r108431 and r108433 (the cast-to-const-reference...
2010-07-15 Douglas GregorAdd test case for PR5290; this bug was fixed with the...
2010-07-15 Devang PatelRevert 108220 and subsequent patch.
2010-07-15 Douglas GregorSpell isPRValue() properly.
2010-07-15 Douglas GregorTeach CodeGenFunction::EmitCastLValue() to handle casts...
2010-07-15 Douglas GregorCK_BitCast is not an lvalue bitcast any longer
2010-07-15 Daniel DunbarDriver/Darwin: Resolve deployment target defaulting...
2010-07-15 Daniel DunbarDriver/Darwin: Allow -m{ios,macosx}-version-min= to...
next