]> granicus.if.org Git - clang/shortlog
clang
2010-05-07 mike-mReverted r103214.
2010-05-07 Fariborz JahanianImplement encoding of methods which have instantiated
2010-05-07 Douglas GregorWhen determining whether the two types involved in...
2010-05-06 John McCallAfter some discussion, conservatively extend our sentin...
2010-05-06 mike-m2nd part of: Overhauled llvm/clang docs builds.
2010-05-06 Ted KremenekAdd USR support for C++ namespaces, and unify mangling...
2010-05-06 Ted KremenekAdd CXCursor support for C++ namespaces.
2010-05-06 Douglas GregorIt turns out that we should be allowing redeclarations...
2010-05-06 Douglas GregorDo not give implicitly-defined virtual members functions
2010-05-06 Douglas GregorFix typo in comment; 80 col violation
2010-05-06 Douglas GregorThe global variable for the VTT might not have external...
2010-05-06 Chris Lattnermention that cmake works on unix too. PR7061
2010-05-06 Chris Lattnerignore *.orig when installing, patch by Brooks Davis!
2010-05-06 Douglas GregorFixed DISABLE_SMART_POINTERS breakage
2010-05-06 Rafael EspindolaHandle -ffunction-sections and -fdata-sections in the...
2010-05-06 Daniel DunbarBasic: Update getClangRepositoryPath for my change...
2010-05-06 John McCallDiagnose deprecated/unavailable functions selected...
2010-05-06 Douglas GregorTry to work around a Visual C++ bug with copy-assignment.
2010-05-06 Douglas GregorRework our handling of temporary objects within the...
2010-05-06 Fariborz JahanianCode Gen support for Getter/Setter synthesis of
2010-05-06 mike-mReverted part of r103177 (repositioning of clang-builti...
2010-05-06 mike-mReposition clang-builtin include/ to immediately preced...
2010-05-06 John McCallPush TypeSourceInfo::getTypeLoc() into a header file...
2010-05-06 John McCallKill a never-defined, never-used member function. ...
2010-05-06 John McCallRearchitect -Wconversion and -Wsign-compare. Instead...
2010-05-06 John McCallRemember the number of positive and negative bits used...
2010-05-06 Chris Lattnersimplify EmitAggMemberInitializer a bit and make it...
2010-05-06 Chris Lattneradd todos for isinf_sign and isnormal, which I don...
2010-05-06 Chris Lattnerimplement codegen support for __builtin_isfinite, part...
2010-05-06 Chris Lattneroptimize builtin_isnan/isinf to not do an extraneous...
2010-05-06 Chris Lattnerimplement part of PR6083: codegen support for isinf...
2010-05-06 Chandler CarruthMark a variable as used in the absence of asserts to...
2010-05-06 Chandler CarruthRemove a dependency on Frontend headers in the Driver...
2010-05-06 Zhongxing XuTurn -analyzer-inline-call on for C functions. This...
2010-05-06 Zhongxing XuMake -analyzer-inline-call not a separate analysis...
2010-05-06 Douglas GregorPartial and full specializations of a class template...
2010-05-06 Ted KremenekWorkaround a really serious caching bug in SourceManage...
2010-05-06 Chandler CarruthClean up the {} and else placement. This fixes an ambig...
2010-05-06 Chandler CarruthSilence a pedantic GCC warning by making the grouping...
2010-05-05 John McCallAdd IgnoreParenImpCasts() to Expr, which is basically...
2010-05-05 Chris LattnerPass the globaldecl into GetOrCreateLLVMFunction so...
2010-05-05 Douglas GregorWhen implicit definition of the copy-assignment operato...
2010-05-05 Fariborz JahanianThis patch deals with Sema Part of Setter/Getter synthesis
2010-05-05 Douglas GregorWhen we emit a non-constant initializer for a global...
2010-05-05 mike-mTest commit.
2010-05-05 Douglas GregorFor thread-safe static initialization of local statics...
2010-05-05 Sean HuntReapplying patch to change StmtNodes.def to StmtNodes...
2010-05-05 Sean HuntRevert r103072; I accidentally ended up deleting a...
2010-05-05 Douglas Gregor Support for 'template' as a disambiguator (PR7030)
2010-05-05 Chris Lattneradd a new --print-diagnostic-categories option, which...
2010-05-05 Douglas GregorReimplement code generation for copying fields in the
2010-05-05 Anders CarlssonUse a more appropriate LLVM type for the vtable pointer.
2010-05-05 Douglas GregorUnbreak CMake build.
2010-05-05 Chris Lattnerfit in 80 cols
2010-05-05 Sean HuntAdd forgotten CMakeFiles.txt
2010-05-05 Sean HuntChange StmtNodes.def to StmtNodes.td in anticipation...
2010-05-05 Chris Lattnerdocument -fdiagnostics-show-category
2010-05-05 Ted KremenekRework clang_annotateTokens() to annotate tokens with...
2010-05-05 Ted KremenekMap Objective-C keywords to CXToken_Keyword.
2010-05-05 Ted KremenekMove post-processing of token annotations to method...
2010-05-05 Ted KremenekRefactor visitor logic for clang_annotateTokens() into...
2010-05-04 Chris Lattneradd a new -fdiagnostics-show-category=none/id/name...
2010-05-04 Chris LattnerWhen -fdiagnostics-print-source-range-info is specified,
2010-05-04 John McCallEmit the globals, metadata, etc. associated with static...
2010-05-04 Chris Lattneradd the ability to associate 'category' names with...
2010-05-04 Fariborz JahanianFixes a code gen. crash when ivar object has trivial...
2010-05-04 Douglas GregorWhen instantiating a function that was declared via...
2010-05-04 Fariborz JahanianFixes a code gen crash when block is a reference type...
2010-05-04 Douglas GregorIntroduce a limit on the depth of the macro instantiati...
2010-05-04 Douglas GregorWhen creating a call to a base subobject's operator...
2010-05-04 Sebastian RedlLet StmtDumper.cpp handle using declarations.
2010-05-04 John McCallAn access is permitted if the current template instanti...
2010-05-04 John McCallWhen inheriting a default argument expression, inherit...
2010-05-04 Fariborz JahanianFixes a Code Gen. Crash when calling destructor on...
2010-05-03 Douglas GregorWhen computing the template arguments for the instantia...
2010-05-03 John McCallJust bail out immediately when emitting an unreachable...
2010-05-03 Fariborz JahanianTest for my last patch.
2010-05-03 Fariborz JahanianFor the sake of Objective-c++ overload resolution,
2010-05-03 Douglas GregorWhen instantiating a function-local variable definition...
2010-05-03 Ted KremenekWorkaround: Don't add ObjCMethodDecls to the vector...
2010-05-03 Douglas GregorIf we're generating code to create a pointer-to-member...
2010-05-03 Douglas GregorDiagnose unused exception parameters under a different...
2010-05-03 Douglas GregorComplain when we try to initialize an object of Objecti...
2010-05-03 Douglas GregorIt's okay to reference an enum in a template definition...
2010-05-03 Anders CarlssonWhen computing the address of a virtual member function...
2010-05-03 Douglas GregorTry to unbreak clang-i686-darawin10 builder
2010-05-03 Fariborz JahanianDo not issue warning on unimplemented property in the...
2010-05-03 Anders CarlssonGet rid of virt.cpp.
2010-05-03 Anders CarlssonThe array form of 'new' can never have initializers.
2010-05-03 Douglas GregorWhen creating the declaration reference for implicit...
2010-05-03 Douglas GregorWhen declaring a namespace alias, ignore previous decla...
2010-05-03 Douglas GregorWhen instantiating a member function declared via a...
2010-05-03 Douglas GregorWhen a class contains a non-empty anonymous union or...
2010-05-03 Anders CarlssonDon't build an aggregate constructor loop when the...
2010-05-03 Anders CarlssonAdd test case that I forgot to check in.
2010-05-03 Benjamin KramerReplace a char*/size pair with stringref.
2010-05-03 Anders CarlssonSimplify.
2010-05-03 Anders CarlssonDon't copy or initialize empty classes. Fixes PR7012.
2010-05-03 Anders CarlssonStore the entire base subobject in SubVTTIndices.
2010-05-03 Anders CarlssonRemove OldGetAddressOfBaseClass - bye bye ambiguities.
next