]> granicus.if.org Git - clang/shortlog
clang
2009-09-26 Daniel DunbarDisable c-index-test on MSVC until someone figures...
2009-09-26 Anders CarlssonUse NextOffset when laying out a field.
2009-09-26 Anders CarlssonDon't try to dump invalid decls or forward decls.
2009-09-26 Anders CarlssonCast cleanup.
2009-09-25 Douglas GregorUse explicitly-specified template argument lists to...
2009-09-25 Steve NaroffFix cut/paste error resulting in bad column info.
2009-09-25 Steve NaroffAdd clang_getDeclSource().
2009-09-25 Douglas GregorDeclarators can now properly represent template-ids...
2009-09-25 Steve NaroffAdd clang_getDeclLine and clang_getDeclColumn
2009-09-25 Fariborz JahanianRefixed pr5050 per Anders comment. Test case enhanced
2009-09-25 Douglas GregorWIP implementation of explicit instantiation of functio...
2009-09-25 Fariborz JahanianFix the AST tree so ir-gen can do the conversion via...
2009-09-25 Mike StumpFix 80-col violation.
2009-09-25 Chris Lattnerpcc supports some c99
2009-09-25 Anders CarlssonEven more work on empty classes.
2009-09-25 Benjamin KramerFix MSVC build by renaming a variable. PR5043
2009-09-25 Douglas GregorSigh. Be *really* careful when copying a default functi...
2009-09-25 Douglas GregorBe careful about copying uninstantiated default argumen...
2009-09-25 Douglas GregorDon't look for __builtin_va_list; it isn't present...
2009-09-25 Douglas GregorCMake build support for libCIndex and c-index-test...
2009-09-25 Ted KremenekTurn on 'RegionStore' as the default store manager...
2009-09-25 Douglas GregorHide clang-wpa executable behind a CMake variable so...
2009-09-25 Ted KremenekUpdate checker build.
2009-09-25 Douglas GregorFix checking for a null pointer constant when the expre...
2009-09-25 John McCallAdd a reduced test case for the weak ivar infinite...
2009-09-25 Anders CarlssonWho would have thought that empty classes were so trick...
2009-09-25 John McCallFix an infinite loop arising when trying to generate...
2009-09-25 Anders CarlssonHandle array fields that contain empty structs.
2009-09-25 Ted KremenekFix <rdar://problem/7249327> by allowing silent convers...
2009-09-25 Anders CarlssonMore work on empty classes.
2009-09-25 Fariborz JahanianFixed another code gen bug in objc's new write-barrier...
2009-09-24 Anders CarlssonImprove the record layout dumper.
2009-09-24 Douglas GregorWhen entering the scope of a declarator, make sure...
2009-09-24 John McCallMake it really, really easy to change the alignment...
2009-09-24 Douglas GregorWIP implementation of explicit function template specia...
2009-09-24 Douglas GregorClean up the CodeCompletion testsuite's use of FileCheck
2009-09-24 Mike StumpFix 80-col violation.
2009-09-24 Fariborz JahanianPatch fixes a code gen. bug in generation of objc_assig...
2009-09-24 John McCallUpdate the PTH performance "script".
2009-09-24 Steve NaroffAdd test for C-based indexing API, using FileCheck...
2009-09-24 John McCallRefactor the representation of qualifiers to bring...
2009-09-24 Chris Lattnerwpa is an experiment, don't build it by default, it...
2009-09-24 Anders CarlssonAdd a -dump-record-layouts argument to clang-cc.
2009-09-24 Ted KremenekWhen building CFGs, no longer reverse the statements...
2009-09-24 Daniel Dunbarcmake: Run tests with 'verbose' enabled by default...
2009-09-24 Daniel DunbarWe no longer need anything from the llvm/test/Scripts...
2009-09-24 Ted KremenekFix crash in RegionStoreManager::Bind() by using 'getAs...
2009-09-24 Anders CarlssonMore improvements with laying out empty bases.
2009-09-24 Daniel DunbarDarwin/x86-32: Enumerated types and block pointer types...
2009-09-24 Ted KremenekFix: <rdar://problem/7249340> [RegionStore] model store...
2009-09-24 Anders CarlssonMore work on empty classes.
2009-09-24 Anders CarlssonScaffolding for supporting empty bases/fields.
2009-09-24 Ted KremenekShorten the static analyzer diagnostic for 'use of...
2009-09-24 Fariborz JahanianUse Doug's DeclLoc to pinpoint location of the declaration
2009-09-23 Douglas GregorImprove diagnostic location information when checking...
2009-09-23 Douglas GregorMake C++ temporary-related expressions provide proper...
2009-09-23 Fariborz Jahanianpatch to ir-gen conversion function call used in
2009-09-23 Douglas GregorFor code completion, note that injected-class-names...
2009-09-23 Fariborz JahanianRemove the FIXME as I said.
2009-09-23 Fariborz JahanianThis patch addresses a few issues related to 8.5.3...
2009-09-23 Steve NaroffSome minor cleanups...
2009-09-23 Anders CarlssonHandle namespace aliases.
2009-09-23 Anders CarlssonEmit new[] cookie when needed.
2009-09-23 Steve NaroffMore work to enable more exhaustive testing of the...
2009-09-23 Anders CarlssonBasic support for new[].
2009-09-23 Douglas GregorWhen code-completion after a "," is building an overloa...
2009-09-23 Torok EdwinThe test/ directory needs to be created always when...
2009-09-23 Gabor Greiffix typo in file name
2009-09-23 Daniel DunbarFactor Windows target into VS, MinGW and Cygwin variants.
2009-09-23 Chris Lattnerimplement support for __builtin_eh_return_data_regno...
2009-09-23 Chris Lattnerreturn a bool value as a bool
2009-09-23 Anders CarlssonAdd a new variant of EmitCXXAggrConstructorCall that...
2009-09-23 Ted KremenekFix PR 4988 by removing an invalid assertion (a functio...
2009-09-23 Fariborz JahanianProduce detailed diagnostics when overload
2009-09-23 Anders CarlssonFix indentation in xcode project.
2009-09-23 Anders CarlssonCast the array size expr to a size_t
2009-09-23 Douglas GregorPrint the results of code-completion for overloading...
2009-09-23 Douglas GregorSeparate the code-completion results for call completio...
2009-09-22 Douglas GregorMake sure we don't try to add code-completion results...
2009-09-22 Douglas GregorWhen code-completion finds a declaration only because...
2009-09-22 Douglas GregorTweak the code-completion results ranking and formation...
2009-09-22 Anders CarlssonMove codegen of new and delete to CGCXXExpr.cpp
2009-09-22 Mike StumpRemove now fixed FIXME.
2009-09-22 Daniel DunbarPush "clang-is-production" logic up to tools/driver...
2009-09-22 Daniel DunbarSpell clang-cc correctly.
2009-09-22 Douglas GregorAdd getDeclaration()/getKind() accessors to CodeComplet...
2009-09-22 Anders CarlssonNo need to null check implicit lvalue cast exprs.
2009-09-22 Anders CarlssonWhen doing a derived-to-base class and the class offset...
2009-09-22 Daniel DunbarReconcile Clang/ARM target data string with llvm-gcc...
2009-09-22 Douglas GregorTeach code-completion to introduce a ", ..." placeholde...
2009-09-22 Douglas GregorIn C++, a variadic function does not need an ellipsis...
2009-09-22 Ted KremenekFix: <rdar://problem/7242006> [RegionStore] compound...
2009-09-22 Douglas GregorReplace the -code-completion-dump option with
2009-09-22 Anders CarlssonCXXMethodDecls should always be mangled, even if they...
2009-09-22 Fariborz JahanianCode refactoring and cleanup.
2009-09-22 Fariborz JahanianIssue good ambiguity diagnostic when convesion fails.
2009-09-22 Steve Naroff- Implement support for various types of "refs" (initia...
2009-09-22 Anders CarlssonIf we already set a primary base, don't set it to the...
2009-09-22 Anders CarlssonFix speling error.
2009-09-22 Anders CarlssonExplicitly initialize the PrimaryBase and PrimaryBaseWa...
next