]> granicus.if.org Git - clang/shortlog
clang
2010-08-25 Douglas GregorWhen combining the code-completion results from Sema...
2010-08-25 Michael J.... Fix horrible white space errors.
2010-08-25 Douglas GregorInitialize the translation-unit scope before lexing...
2010-08-25 Douglas GregorAdd a missing case
2010-08-25 Douglas GregorFix an off-by-one error when computing the precompiled...
2010-08-25 Douglas GregorMake the cursor kind of macro-name-only completions...
2010-08-25 Devang PatelRobustify test.
2010-08-25 Douglas GregorTest for previous commit
2010-08-25 Douglas GregorAdd a code-completion context for "natural language...
2010-08-25 Douglas GregorIntroduce a preprocessor code-completion hook for conte...
2010-08-25 Douglas GregorImplement __builtin_printf, __builtin_fprintf. Fixes...
2010-08-25 Benjamin KramerSilence a GCC warning saying that unsigned >= UO_PostIn...
2010-08-25 John McCallGCC didn't care for my attempt at API compatibility...
2010-08-25 John McCallRandom space optimization.
2010-08-25 Argyrios KyrtzidisRecursive functions should be marked when used from...
2010-08-25 John McCallMore incremental progress towards not including Expr...
2010-08-25 Argyrios KyrtzidisMake sure volatile variables are emitted even if static...
2010-08-25 Chandler CarruthRename *PendingImplicitInstantiations to *PendingInstan...
2010-08-25 John McCallSplit FunctionScopeInfo and BlockScopeInfo into their...
2010-08-25 Chandler CarruthSupport explicit instantiation of function templates...
2010-08-25 John McCallRemove Sema.h's dependency on DeclCXX.h.
2010-08-25 John McCallRemove the DenseSet dependency from Sema.h.
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.
next