]> granicus.if.org Git - clang/shortlog
clang
2010-08-25 John McCallTeach Sema to live without CodeCompleteConsumer.h.
2010-08-25 John McCallRemove AnalysisBasedWarnings.h's dependency on Type.h
2010-08-25 John McCallMove more stuff out of Sema.h.
2010-08-25 John McCallSort the forward declarations.
2010-08-25 Daniel Dunbartests: Disable this test for now, it is overly pessimis...
2010-08-25 Daniel DunbarIRgen: Fix a horrible bug in pointer to bool conversion...
2010-08-25 John McCallExpression statements undergo lvalue-to-rvalue conversi...
2010-08-25 John McCallReformatting.
2010-08-25 Zhongxing XuAdd back clang-wpa. It is useful for experimenting...
2010-08-25 Douglas GregorWhen performing completions involving Objective-C metho...
2010-08-25 Sebastian RedlReorganize and verbosely document some of ASTReader...
2010-08-25 Sebastian RedlRemove an unused field in ASTReader
2010-08-25 Argyrios KyrtzidisPlug leak. The DenseMaps of CXXRecordLayoutInfo weren...
2010-08-25 Argyrios KyrtzidisUse a smart pointer instead of delete.
2010-08-25 Argyrios KyrtzidisMake sure CXXABI is destroyed.
2010-08-25 Fariborz JahanianNo need to default synthesize property if implementation
2010-08-25 Devang PatelFix 'for' loop variables' scope.
2010-08-24 Douglas GregorGive a slight preference to functions returning "void...
2010-08-24 John McCallPreserve invalidity of typeof operands in C++.
2010-08-24 Douglas GregorIn code-completion contexts where both types and other...
2010-08-24 John McCallCatch the case of trying to turn '&(X::a)' into a membe...
2010-08-24 Ted KremenekUSRs for class extensions should "mangle" in the locati...
2010-08-24 Fariborz JahanianMove the test for radar 8018252 to
2010-08-24 John McCallWhen trying to resolve the address of an overloaded...
2010-08-24 Sebastian RedlAST writer support for having specializations of templa...
2010-08-24 Sebastian RedlAST reader support for having specializations of templa...
2010-08-24 Douglas GregorRemove i386 macro check from expected output of preproc...
2010-08-24 Daniel DunbarFrontend: Add basic -H support.
2010-08-24 Dale JohannesenAdd some missing X86-specific asm constraint letters...
2010-08-24 Chris Lattnercorrect the -isystem option to not add the -isysroot...
2010-08-24 Ted KremenekFix printf format string checking for '%lc' (which...
2010-08-24 Fariborz JahanianIt is not error in c++ to take address of
2010-08-24 Douglas GregorImplement code completion for preprocessor expressions...
2010-08-24 Daniel Dunbartests: Use REQUIRES: instead of XFAIL: for crash recove...
2010-08-24 Chris LattnerImplement -iwithsysroot, an apple extension which is...
2010-08-24 Tom CareImprovements to IdempotentOperationChecker and its...
2010-08-24 John McCallMove some of SemaOverload's API to various places in...
2010-08-24 Douglas GregorImplement preprocessor code completion where a macro...
2010-08-24 Douglas GregorIntroduce basic code-completion support for preprocesso...
2010-08-24 Fariborz JahanianFix a bug in nonfragile-abi2 when attempting to diagnose
2010-08-24 Devang PatelFix enum size and align. Tested by setvar.exp in gdb...
2010-08-24 Ted KremenekDocument '__clang_analyzer__'.
2010-08-24 Daniel DunbarDebug Info: Put full Clang version into the debug info...
2010-08-24 John McCallSema doesn't need these STL headers.
2010-08-24 Daniel DunbarDriver/Clang: Forward -Wa, and -Xassembler to clang...
2010-08-24 Douglas GregorWhen providing completions for a function or method...
2010-08-24 Douglas GregorTeach InheritingConcreteTypeLoc to play nicely with...
2010-08-24 Douglas GregorParse all kinds of declarations as part of a linkage...
2010-08-24 John McCallIt turns out that this template is only instantiated...
2010-08-24 John McCallMore header elimination. The goal of all this is to...
2010-08-24 John McCallRemove a header dependency from Sema.h at the cost...
2010-08-24 John McCallStruggle mightily against header inclusion in Sema.h.
2010-08-24 John McCallOwningExprResult -> ExprResult. This patch brought...
2010-08-24 John McCallFold ASTOwningResult back into ActionResult.
2010-08-24 John McCallAbstract out passing around types and kill off ActionBase.
2010-08-24 Douglas GregorDiagnose the presence of multiple initializations of...
2010-08-24 Eli FriedmanPR7971: Compute the correct type for an address-of...
2010-08-24 Douglas GregorState explicitly that we are intentionally not providin...
2010-08-24 Zhongxing XuImprove comments.
2010-08-24 Douglas GregorConsistently switch on PCC_Type
2010-08-24 Douglas GregorProvide code completion results for the context-sensiti...
2010-08-24 Sebastian RedlAdd testcase for C++ chained PCH and fix the bugs it...
2010-08-24 Sebastian RedlWrite visible update blocks. No regressions in normal...
2010-08-24 Sebastian RedlRead the UPDATE_VISIBLE record, and add its visible...
2010-08-24 Sebastian RedlCorrectly initialize the visible decls pointer if there...
2010-08-24 Sebastian RedlBaby step towards supporting namespaces in chained...
2010-08-24 Peter CollingbourneSilence warning about C++-style comments.
2010-08-24 Peter CollingbourneAdd Serialization dependency to clang-interpreter
2010-08-24 Peter CollingbourneMove ExecuteCompilerInvocation to a new library Fronten...
2010-08-23 Douglas GregorWhen calling a function or messaging a method marked...
2010-08-23 Chris Lattnerfix PR7953 - Windows filename are case insensitive:
2010-08-23 John McCallDon't call this field 'Expr', it changes lookup in...
2010-08-23 John McCallKill off ExprArg (now just Expr*) and StmtArg (now...
2010-08-23 Douglas GregorIntroduce new libclang API functions that determine...
2010-08-23 Fariborz JahanianHandling remaining rule for synthesize bitfields in
2010-08-23 Daniel DunbarDriver: Move Clang "triple" computation routines to...
2010-08-23 Daniel Dunbarlibclang: Print more information when recovering from...
2010-08-23 Devang PatelEmit debug info for enum constants.
2010-08-23 Douglas GregorInclude __FUNCTION__, __PRETTY_FUNCTION_, __func__...
2010-08-23 Douglas GregorIntroduce a code-completion hook for the Objective...
2010-08-23 Dan GohmanReinstate the code for emitting an initial debug type...
2010-08-23 Daniel DunbarDriver/Darwin: Switch to using simplified tool chain...
2010-08-23 Daniel DunbarDriver/Darwin: When using the simplified Clang toolchai...
2010-08-23 Daniel DunbarDriver: Update -ccc-install-dir to also set the install...
2010-08-23 Tom CareModified pseudoconstant test case to make it a bit...
2010-08-23 Tom CareSeveral small changes to PseudoConstantAnalysis and...
2010-08-23 Douglas GregorDon't include macro results when we're completing a...
2010-08-23 Fariborz JahanianSupport for IRGen of synthesize bitfield ivars in
2010-08-23 Devang Pateltest case for PR7920.
2010-08-23 Douglas GregorIntroduce a new code-completion point when we're parsing a
2010-08-23 Douglas GregorEmit an error noting that Clang does not support code...
2010-08-23 Douglas GregorAdd XML for CXXConstructExpr, from Benoit Belley!
2010-08-23 Douglas GregorWhen complaining about a duplicate declspec, provide...
2010-08-23 Douglas GregorClarify documentation of escaping for backslash
2010-08-23 Chandler CarruthAdd a virtual destructor to the base of another class...
2010-08-23 Chandler CarruthRelax the construction of a definition for implicit...
2010-08-23 John McCallPush DeclGroupRefs and TemplateNames in an opaque but...
2010-08-23 Argyrios KyrtzidisIn Sema::AddBuiltinOperatorCandidates, candidate pointe...
2010-08-23 John McCallchandlerc pointed out that ending a line with /\ is...
2010-08-23 John McCallKill off Parser::TemplateParameterList to avoid misparses.
next