]> granicus.if.org Git - clang/shortlog
clang
2009-12-21 Douglas GregorWhen a template-id refers to a single function template...
2009-12-21 Douglas GregorIntroduce an assertion to ensure that template argument...
2009-12-21 Douglas GregorImprove on my previous fix for debug information. Rathe...
2009-12-21 Douglas GregorTeach debug info generation to handle TemplateSpecializ...
2009-12-21 Daniel DunbarAdd ToolChain::getDriver() and use it instead of going...
2009-12-21 Fariborz JahanianAllow comparison of 'void *' with function pointer
2009-12-21 John McCallReorganize the base-lookup bits of ActOnMemInitializer...
2009-12-21 Zhongxing XuAdd comments.
2009-12-21 Eli FriedmanFix for PR5840: fix the kind of name lookup used for...
2009-12-21 Eli FriedmanSmall comment fix.
2009-12-21 Chris Lattnerindentation fix
2009-12-21 Anders CarlssonAdd tests for structs inside anonymous namespaces.
2009-12-21 Anders CarlssonIncomplete structs should also have internal linkage.
2009-12-20 Anders CarlssonCorrecly handle pointers to member pointer types where...
2009-12-20 Nuno Lopesfix PR4010: add support for the warn_unused_result...
2009-12-20 Chris Lattnerfix PR5500: clang fails to parse inline asm with :...
2009-12-20 Chris Lattnerrefactor asm stmt parsing to avoid nesting as much...
2009-12-20 Chris Lattnera really old testcase I apparently forgot to 'svn add'.
2009-12-20 Anders CarlssonRework the way pointer types are handled by the RTTI...
2009-12-20 Eli FriedmanMake sure we instantiate the destructor for variables...
2009-12-20 Eli FriedmanFix review comment; no visible change.
2009-12-20 Douglas GregorSwitch default-initialization of variables of class...
2009-12-20 Douglas GregorRevert accidental commit
2009-12-20 Douglas GregorFix CMake build on windows, from Cedric Venet
2009-12-20 John McCallDon't inject the class name until that magical lbrace.
2009-12-20 John McCallTest the lookup I wasn't sure would be done properly...
2009-12-19 John McCallParse base specifiers within the scope of the class...
2009-12-19 Chris Lattnercomments shouldn't go in the AST, and we already make...
2009-12-19 Daniel DunbarRemove another ';' after method definition.
2009-12-19 Daniel DunbarRemove ';' after method definition. Noticed by clang...
2009-12-19 John McCallKill off PreDeclaratorDC.
2009-12-19 John McCallRefactor to remove more dependencies on PreDeclaratorDC...
2009-12-19 John McCallDon't use EnterDeclaratorContext when rebuilding a...
2009-12-19 John McCallJust push a new scope when parsing an out-of-line varia...
2009-12-19 Eli FriedmanInitialization improvements: addition of string initial...
2009-12-19 Douglas GregorA CXXExprWithTemporaries expression is an lvalue if...
2009-12-19 Anders CarlssonFix tyop.
2009-12-19 Eli FriedmanSome small Builtins.def improvements.
2009-12-19 Daniel DunbarARM: Use front-end specific target features "soft-float...
2009-12-19 Daniel DunbarTargets: Allow CreateTargetInfo to mutate the target...
2009-12-19 Zhongxing XuUse the FunctionDecl's result type to know exactly...
2009-12-19 Douglas GregorSwitch more of Sema::CheckInitializerTypes over to
2009-12-19 Anders CarlssonCorrectly initialize the PrimaryBaseInfo if a base...
2009-12-19 John McCallUnresolved implicit member accesses are dependent if...
2009-12-19 Anton KorobeynikovAdd f80 entry for windows targets
2009-12-19 Anton KorobeynikovUse proper alignment for i16/i32 on msp430. This fixes...
2009-12-19 Chris Lattnereliminate a call to NextToken() when parsing ::foo
2009-12-19 Chris Lattner<string> already comes in from CharUnits.h
2009-12-19 John McCallTeach TryAnnotateTypeOrScopeToken to deal with already...
2009-12-19 Eli FriedmanFix for PR5524: make reference binding in default argum...
2009-12-18 Eli FriedmanWork in progress for setting the vtable pointers for...
2009-12-18 Eli FriedmanTest for r91724.
2009-12-18 Eli FriedmanCleanup switch so it doesn't have a default case.
2009-12-18 Eli FriedmanFix for PR5830: fix the computation of the offset to...
2009-12-18 Ken DyckAdd and tidy doxygen comments and move implementation...
2009-12-18 Daniel DunbarC++Tests: Add target paths for LLVM-Code-Compile checks...
2009-12-18 Daniel DunbarFix a few MSVC warnings.
2009-12-18 Ted KremenekEnhance GRExprEngine::VisitCallExpr() to be used in...
2009-12-18 Daniel DunbarUse System/DataTypes.h, stdint.h isn't portable.
2009-12-18 Daniel DunbarARM: Define __thumb2__ for V6T2 targets and only define
2009-12-18 Douglas GregorExtend code-completion results with the type of each...
2009-12-18 Daniel DunbarARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX).
2009-12-18 John McCallWhen diagnosing that a decl ref expr is not a value...
2009-12-18 Torok EdwinDebian has x86_64-linux-gnu, not x86_64-pc-linux-gnu...
2009-12-18 Douglas GregorTry to de-bork DISABLE_SMART_POINTERS build
2009-12-18 Anders CarlssonCK_UserDefinedConversion is a valid kind when doing...
2009-12-18 Torok EdwinMove the 4.4.2 c++ include search to the top, otherwise...
2009-12-18 Douglas GregorChange clang_codeComplete API to return the results...
2009-12-18 Ken DyckChange the return type of ASTContext::getTypeSizeInChar...
2009-12-18 Ken DyckRename getByteSize() and getTypeSizeInBytes() in ASTCon...
2009-12-18 Anders CarlssonFix regression I introduced when dynamic_cast-ing to...
2009-12-18 Anders CarlssonIt's perfectly fine to see UserDefinedConversion casts...
2009-12-18 John ThompsonTweaks for PS3 target.
2009-12-18 John ThompsonRemoving trailing directory separator, to make stat...
2009-12-18 Ken DyckInitial implementation of CharUnits, an opaque value...
2009-12-18 John McCallSet up the semantic context correctly when declaring...
2009-12-18 John McCallLook through using decls when checking whether a name...
2009-12-18 John McCallPull Sema::isAcceptableLookupResult into SemaLookup...
2009-12-18 Daniel Dunbarclang -cc1: Rename -mcpu to -target-cpu to match other...
2009-12-18 Douglas GregorAddress some of Anders comments
2009-12-18 Douglas GregorSwitch the initialization required by return statements...
2009-12-18 Daniel DunbarAdd -dwarf-debug-flags, which provides a way to embed...
2009-12-18 Mike StumpHandle case when DestPtr is 0.
2009-12-18 Fariborz JahanianImplemented rewriting of invocation of a block ivar.
2009-12-18 Eli FriedmanTemporarily XFAIL this test.
2009-12-18 Sean CallananTestcase fixes to reflect instruction table changes...
2009-12-17 John McCallPatch over yet more problems with friend declarations...
2009-12-17 Nuno Lopesreword the help text of fno_assume_sane_operator_new...
2009-12-17 Mike StumpRevert r91073.
2009-12-17 Douglas GregorAdd a couple more paths to the LLVM-Code-Syntax test
2009-12-17 Ted KremenekTweak formatting and comments.
2009-12-17 Ted KremenekConvert GRExprEngine::VisitCallExpr() to use a worklist...
2009-12-17 Ted KremenekReduce nesting by using early exits. No functionality...
2009-12-17 Nuno Lopesimplement PR3962: diagnose more faulty cases of usage...
2009-12-17 Nuno Lopesrevert part of my last patch, and mark only the c+...
2009-12-17 Nuno Lopesdocument -fno-assume-sane-operator-new, per Chris request.
2009-12-17 Chandler CarruthInclude <time.h> in order to use 'time_t'.
2009-12-17 Chandler CarruthTest for errors during fread() inside c-index-test...
2009-12-17 Ted KremenekSort switch statement. No functionality change.
2009-12-17 Anders CarlssonRename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove...
next