]> granicus.if.org Git - clang/shortlog
clang
2011-03-18 Douglas GregorAdd an opt-in -Wheader-hygiene, which current diagnoses...
2011-03-18 Rafael EspindolaOn !Darwin, do use the integrated as with -static.
2011-03-18 Abramo BagnaraDefined friend functions are *implicitly* inlined,...
2011-03-18 Abramo BagnaraFixed inconsistency when adding TemplateParameterListsInfo.
2011-03-18 NAKAMURA Takumitest/CodeGenCXX/apple-kext-guard-variable.cpp: May...
2011-03-18 John McCallImprove the documentation for some of the analyzer...
2011-03-18 Ted KremenekConstruct 'Sema' object on the stack, so that crash...
2011-03-18 NAKAMURA Takumiwww/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR.
2011-03-18 NAKAMURA Takumiwww/hacking.html: Cosmetic change, to detabify, elimina...
2011-03-18 NAKAMURA Takumitest/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash.
2011-03-18 NAKAMURA Takumitest/Driver/darwin-cc.c: FileCheck-ize and tweak for...
2011-03-18 John McCallThe Darwin kernel does not provide useful guard variabl...
2011-03-18 Ted KremenekUse CrashRecoveryContextCleanup objects to recover...
2011-03-18 Ted KremenekUse CrashRecoveryContextCleanup objects to release...
2011-03-18 Ken DyckConvert alignment values to CharUnits. No change in...
2011-03-18 Ken DyckConvert getSizeInBytes() to getSizeInChars(), which...
2011-03-18 Ken DyckConvert variables to CharUnits in ConvertStructToPacked...
2011-03-17 Daniel DunbarDriver/Obj-C: Be compatible with GCC behavior in that...
2011-03-17 Oscar FuentesFix some issues with include directories: remove a...
2011-03-17 Daniel DunbarDriver/Darwin: These are command line options, not...
2011-03-17 Daniel DunbarDriver/Darwin: Suppress spurious warning about -force_c...
2011-03-17 Daniel DunbarDriver/Darwin/ARM: Kernel/kext code has more strict...
2011-03-17 Richard SmithFix PR9488: 'auto' type substitution can fail (for...
2011-03-17 David ChisnallRemove code that was intentionally generating bad code...
2011-03-17 Ted KremenekFix test to test the right thing.
2011-03-17 Ted KremenekDon't construct two CFGs just to run -Wuninitialized...
2011-03-17 Ted KremenekMake test more portable.
2011-03-17 Ted KremenekTeach VariadicMethodTypeChecker about pointers attribut...
2011-03-17 Ted KremenekTeach VariadicMethodTypeChecker that CF references...
2011-03-17 Ted KremenekTweak RegionStore's handling of lazy compound values...
2011-03-17 Ted KremenekExtend -Wuninitialized to support vector types.
2011-03-17 Ted KremenekRename -Wuninitialized-maybe to -Wconditional-uninitial...
2011-03-17 Ken DyckConvert NextOffsetInBytes to CharUnits and rename to...
2011-03-17 Matt Beaumont-GayPolitely inform GCC that we will never fall off the...
2011-03-17 Daniel DunbarDriver/ARM: Match GCC behavior in that -msoft-float...
2011-03-16 Douglas GregorWhen libclang visits a translation unit via clang_visit...
2011-03-16 Joerg SonnenbergerUse C as fallback type if in C preprocessor mode.
2011-03-16 Eli FriedmanPR9494: Get rid of bitcast which was both unnecessary...
2011-03-16 Ted KremenekCompress argument processing in ccc-analyzer. No funct...
2011-03-16 Abramo BagnaraUse ElaboratedType also for C.
2011-03-16 Joerg SonnenbergerRefactor program name logic. Extend it to infer the...
2011-03-16 Douglas GregorDetect attempts to provide a specialization of a functi...
2011-03-16 Argyrios KyrtzidisHaving FileManager::getFile always open the file, broug...
2011-03-16 Douglas GregorClean up our handling of template-ids that resolve...
2011-03-16 Sandeep PatelFix duplicate argument processing
2011-03-16 Peter CollingbourneSupport for printing/dumping static asserts
2011-03-16 Peter CollingbourneRemove a duplicate language feature
2011-03-16 Chandler CarruthAdd a 'RawPath' parameter to the PPCallbacks interface...
2011-03-16 Douglas GregorDon't indescriminately print overload candidates when...
2011-03-16 Douglas GregorAllow function calls to dereferenced member pointers of
2011-03-16 Douglas GregorMake sure that we always pop a function's scope *before...
2011-03-16 Douglas GregorWhen we're inserting a synthesized label declaration...
2011-03-16 David ChisnallFix foreign exception handling (GNU runtime).
2011-03-16 Abramo BagnaraAdded missing methods to get Designators source range.
2011-03-16 NAKAMURA Takumitest/Driver/hello.c: Tweak for cygming.
2011-03-16 Ted KremenekTeach CFGBuilder that the 'default' branch of a switch...
2011-03-16 John McCallDon't emit read barriers for reading __weak __block...
2011-03-16 Ted KremenekVariadicMethodTypeChecker: don't warn for null pointer...
2011-03-15 Ted Kremenekc-index-test shouldn't crash when a goto has no matchin...
2011-03-15 Ted KremenekRemove warning for null characters in CFString literals...
2011-03-15 Ted KremenekDon't warn about null characters in Objective-C format...
2011-03-15 John McCallReorganize the emission of (unfoldable) constant casts...
2011-03-15 Sebastian RedlCreate __has_feature(cxx_noexcept) and mark it as working.
2011-03-15 Sebastian RedlFix test case.
2011-03-15 Sebastian RedlExtend the noexcept expression test to test noexcept...
2011-03-15 Sebastian RedlMore robust check for the special C++0x operator new...
2011-03-15 Sebastian RedlImplement a hack to work around the changing exception...
2011-03-15 Ted KremenekRemove bogus assertion in IdempotentOperationsChecker.
2011-03-15 Sebastian RedlReintroduce r127617: "Code generation for noexcept...
2011-03-15 Fariborz JahanianDon't poke into redefined 'id' type looking for a property
2011-03-15 Ted KremenekAppease GCC. I'm surprised Clang accepted this.
2011-03-15 Ted KremenekRemove duplicate group definition that snuck in due...
2011-03-15 Ted KremenekTake 2: merge -Wuninitialized-experimental into -Wunini...
2011-03-15 Ted KremenekSplit warnings from -Wuninitialized-experimental into...
2011-03-15 Ted KremenekSplit warnings from -Wuninitialized-experimental into...
2011-03-15 Ted KremenekUninitializedValues: introduce ValueVector:reference...
2011-03-15 Ted KremenekUninitializedValues: wrap BitVector references in a...
2011-03-15 Ted KremenekSubstitue term "BitVector" with "ValueVector" to prep...
2011-03-15 Ted KremenekRename UninitializedValuesV2 to UninitializedValues.
2011-03-15 Ted KremenekRemove old UninitializedValues analysis.
2011-03-15 NAKAMURA Takumilib/Basic/Targets.cpp: __declspec(attr) should be provi...
2011-03-15 NAKAMURA Takumilib/Headers/mm_malloc.h: On Windows, we can expect...
2011-03-15 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64...
2011-03-15 Ken DyckIntroduce a CharUnits FieldOffsetInChars variable in...
2011-03-15 Argyrios KyrtzidisStop leaking file descriptors.
2011-03-15 Jakob Stoklund... Revert r127617: "Code generation for noexcept."
2011-03-14 Douglas GregorDisable 'auto' type deduction in Objective-C. It likes...
2011-03-14 Joerg SonnenbergerSort
2011-03-14 Douglas GregorWhen synthesizing a label declaration based on a goto...
2011-03-14 Rafael EspindolaSwitch from internal to linker_private linkage, it...
2011-03-14 Sebastian RedlCode generation for noexcept.
2011-03-14 Eric Christopher__clear_cache() is varargs and people will occasionally...
2011-03-14 Ted KremenekTweak VariadicMethodTypeChecker to only create one...
2011-03-14 Ted KremenekIncorporate source ranges for RangeBugReport when coele...
2011-03-14 Sebastian RedlImplement instantiation of noexcept spec and add a...
2011-03-14 Sebastian RedlAdd another, pretty trivial, exception spec test case.
2011-03-14 Sebastian RedlMake deallocation functions implicitly noexcept in...
2011-03-14 Rafael EspindolaFix link of libxul with LTO and the linker in xcode4...
2011-03-14 Douglas Gregor-fwritable-strings should silence warnings about the...
2011-03-14 Fariborz JahanianBlock return type of the initialized must be
next