]> granicus.if.org Git - clang/shortlog
clang
2009-12-22 Douglas GregorMake sure that reinterpret_cast gets a CastKind on...
2009-12-22 Douglas GregorRevert accidental commit
2009-12-22 Chris Lattneraccept -Wcomments as an alias for -Wcomment, PR5855
2009-12-22 John McCallAdd using shadow decls to the "instantiated locals...
2009-12-22 Douglas GregorSwitch Sema::AddCXXDirectInitializerToDecl over to...
2009-12-22 Ted KremenekAdd transfer functions support for visiting an Objectiv...
2009-12-22 Daniel DunbarARM: Remove a FIXME, it's not actually more complicated...
2009-12-22 Douglas GregorSwitch parameter passing for overloaded binary operators to
2009-12-22 Douglas GregorSerialize the NoReturn bit on FunctionTypes for precomp...
2009-12-22 Douglas GregorEnter the scope of an initializer for direct-initializa...
2009-12-22 Douglas GregorWhen transforming a C++ "new" expression that was not...
2009-12-22 Douglas GregorSwitch parameter-passing for calls via function pointer...
2009-12-22 Douglas GregorSwitch InitializedEntity from TypeLoc down to just...
2009-12-22 Ken DyckMove the implementation of ASTContext::getTypeSizeInCha...
2009-12-22 Douglas GregorSwitch initialization of parameters in a call over to
2009-12-22 Anders CarlssonMake sure that we mangle overloaded operators that...
2009-12-22 Anders CarlssonWork around PR5514.
2009-12-22 Chris Lattnerfix a bug handling the gnu ?: extension. Patch by...
2009-12-22 Anders CarlssonWhen we simply return a retained member expression...
2009-12-22 Eli FriedmanZap CheckInitializerTypes.
2009-12-22 Eli FriedmanSwitch default arguments over to InitializationSequence.
2009-12-22 Eli FriedmanSwitch compound literals over to InitializationSequence.
2009-12-22 Eli FriedmanSwitch file-scope assignment initialization over to...
2009-12-22 Daniel Dunbarx86_64: Structures with no fields but which have paddin...
2009-12-22 Douglas GregorCentralize the emission/suppression/delay of diagnostic...
2009-12-22 John McCallStop diagnosing the use of inner classes as friends...
2009-12-22 Fariborz JahanianTemplate code for rewrite of __block variables - wip.
2009-12-22 Douglas GregorEliminate the ASTContext argument to CXXConstructorDecl...
2009-12-22 Douglas GregorWhen converting from a type to itself or one of its...
2009-12-22 Douglas GregorWhen filling in value initializations within an initial...
2009-12-21 Fariborz JahanianProviding support for rewriting of block copy/dispose of
2009-12-21 Daniel DunbarARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__...
2009-12-21 Daniel DunbarImprove updating of test/Makefile for out-of-dir builds.
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...
next