]> granicus.if.org Git - clang/shortlog
clang
2011-11-30 Kostya Serebryanywhen -faddress-sanitizer is present, add required flags...
2011-11-30 Douglas GregorSwitch the module-loading interfaces and parser from...
2011-11-29 Eric ChristopherMake sure that forward declarations are marked as such...
2011-11-29 Argyrios Kyrtzidis[libclang] Do the ConcurrencyCheck at the beginning...
2011-11-29 Akira HatanakaChange processor names. Patch by Simon Atanasyan.
2011-11-29 Richard SmithRevert r145244. It causes us to create broken ASTs...
2011-11-29 Matt Beaumont-GaySuppress -Warray-bounds for classes (not just structs...
2011-11-29 Douglas GregorEliminate the -emit-module option, which emitted a...
2011-11-29 Lang HamesTest isa<FunctionDecl> to exclude objective-C methods...
2011-11-29 Douglas GregorEscape strings when printing module maps, for silly...
2011-11-29 Douglas GregorSwitch on-demand module building over to use module...
2011-11-29 Ted KremenekRelax RegionStore to allow loads from CodeTextRegions...
2011-11-29 Matt Beaumont-GayMerge branch 'yo-dawg-i-herd-u-like-arrays'
2011-11-29 Ted KremenekPlace "use @dynamic or provide a method implementation...
2011-11-29 Douglas GregorTeach the module import mechanism how to rebuild module...
2011-11-29 Douglas GregorStart refactoring to use module maps when rebuilding...
2011-11-29 Argyrios KyrtzidisInitialize NumWarningsInPreamble in ASTUnit's construct...
2011-11-29 Douglas GregorExpose the printing of module maps as part of the Modul...
2011-11-29 Benjamin KramerThe cheap version of getName() is sufficient here.
2011-11-29 Benjamin KramerPreserve constness.
2011-11-29 Benjamin KramerSilence GCC warnings, RefCountedBase is meant to be...
2011-11-29 Richard SmithAdd fix-it to remove 'typedef' from function template...
2011-11-29 Argyrios KyrtzidisFix leaking of LexedMethod objects created for caching...
2011-11-29 Argyrios Kyrtzidis[libclang] Fix leak in clang_indexSourceFile_Impl
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-29 Argyrios Kyrtzidis[libclang] Make the test portable.
2011-11-29 Richard SmithPR10101: Recover better from a common copy-paste error...
2011-11-29 Argyrios Kyrtzidis[libclang] Make clang_findReferencesInFile also work...
2011-11-29 Peter CollingbourneAdd Clang release notes for OpenCL C support.
2011-11-29 Peter CollingbourneFix URL typo.
2011-11-29 Fariborz Jahanianobjc: warn if NSObject attribute appears other than...
2011-11-29 Ted KremenekFix serialized diagnostics to handle FixIts that only...
2011-11-29 Chandler CarruthFix a spelling error pointed out by Sebastien, and...
2011-11-29 Chandler CarruthRemove the last of my notes. I don't think these really...
2011-11-29 Chandler CarruthLast major chunk of features. This covers a couple...
2011-11-29 Chandler CarruthAnd sink the GNU runtime bit into this section as a...
2011-11-29 Chandler CarruthFlesh out the Objective-C section a bit. This may well...
2011-11-29 Bill WendlingThe _setjmp builtin library function should have the...
2011-11-28 Eli FriedmanAdd a couple more GCC versions to C++ search paths...
2011-11-28 Rafael EspindolaCFI is mentioned on the LLVM releases as the clang...
2011-11-28 Eli FriedmanA couple driver fixes for PPC Linux. Patches by Michae...
2011-11-28 Francois PichetUpdate release notes with 2 features now supported...
2011-11-28 Richard SmithRelease notes: add link to ISO C++ 2011 standard from...
2011-11-28 Francois PichetUpdate release notes with information on MSVC mode.
2011-11-28 Tanya LattnerCorrect the code generation for function arguments...
2011-11-28 Richard SmithRelease notes: fix up formatting of diagnostic example.
2011-11-28 Douglas GregorWhen attempting to load a module that is not in the...
2011-11-28 Chandler CarruthExtract a Windows section in the release notes. Hopeful...
2011-11-28 Chandler CarruthCreate a stub for Nick to hack on, nuking another of...
2011-11-28 Chandler CarruthPull the uninitialized values rewrite into the diagnost...
2011-11-28 Chandler CarruthRemove some features that don't really seem major enoug...
2011-11-28 Richard SmithAdd a release notes section for C1X language features...
2011-11-28 Chandler CarruthPull out the libclang section and try to clean it up...
2011-11-28 Argyrios Kyrtzidis[libclang] Protect against the declaration's SourceRang...
2011-11-28 Chandler CarruthWe now have text (or comment stubs for others) for...
2011-11-28 Chandler CarruthExpand and clean up the diagnostics section.
2011-11-28 Kostya Serebryanyfix html markup
2011-11-28 Daniel DunbarFix some possible gcc-4.2 may be used uninitialized...
2011-11-28 Chandler CarruthCreate a more organized (but still commented out as...
2011-11-28 Benjamin KramerAdd missing equals.
2011-11-28 Chandler CarruthCreate a 3.1 notes section in a comment so that the...
2011-11-28 Chandler CarruthPeter says this shouldn't make it to the relnotes,...
2011-11-28 Chandler CarruthFlesh out and pretty-up the driver section. This could...
2011-11-28 Chandler CarruthAdd a brief mention of the warning flag name updates...
2011-11-28 Chandler CarruthTidy up, wrap lines, and use <code> tags more consistently.
2011-11-28 Anna ZaksCleanup the Release Notes for the static analyzer:
2011-11-28 Kostya SerebryanyFirst version of AddressSanitizer docs; documentation...
2011-11-28 Anna Zaks[analyzer] Add more simple taint tests.
2011-11-28 Anna Zaks[analyzer] Minor cleanup of SValBuilder: Comments ...
2011-11-28 Rafael EspindolaFix comment.
2011-11-28 Douglas GregorWhen synthesizing an implicitly-defined copy or move...
2011-11-28 Richard SmithAdd a release notes section on new C++11 language featu...
2011-11-28 Fariborz JahanianRemove code made redundant by my previous patch.
2011-11-28 Fariborz Jahanianpinpoint name/location of deprecated/unavailable enumerator
2011-11-28 Chandler CarruthAdd a proper blurb for the PPCallbacks features.
2011-11-28 Chandler CarruthThis doesn't really seem worthy of a relnote... Shout...
2011-11-28 Chandler CarruthFill in a section for the instantiation -> expansion...
2011-11-28 Chandler CarruthAdd proper text for the Diagnostic API changes.
2011-11-28 Fariborz Jahanianobjc: turn warning for property type mismatch in
2011-11-28 Douglas GregorAdd a release note for Objective-C related result types
2011-11-28 Douglas GregorNote that code completion now works better for in-class...
2011-11-28 Douglas GregorWhen checking a call to a builtin atomic operation...
2011-11-28 Chandler CarruthAnd that completes my sweep through commits for things...
2011-11-28 Chandler CarruthFinished with August's commits, and actually added...
2011-11-28 Chandler CarruthJuly's notes..
2011-11-28 Nicola GiganteRemoved useless ImplicitCast nodes in explicit cstyle...
2011-11-28 Chandler CarruthJuly was a bit quiet to... except for ARC. ;]
2011-11-28 Chandler CarruthJune was a quiet month... I can't imagine why... ;]
2011-11-28 Chandler CarruthNotes through another month... a *really* busy month...
2011-11-28 Chandler CarruthAdd the first month's commit notes.
2011-11-28 Bob WilsonInstall c-index-test and clang-c/Index.h as internal...
2011-11-28 Chandler CarruthBegin sketching out the Clang release notes. The plan...
2011-11-28 NAKAMURA Takumitest/lit.cfg: Enhance getRegisteredTargets() to retriev...
2011-11-28 Argyrios Kyrtzidis[libclang] Indexing API: If the client requested to...
2011-11-28 Argyrios Kyrtzidis[libclang] Indexing API: Capture diagnostics during...
2011-11-28 Peter CollingbourneAnother silly workaround for MSVC.
2011-11-28 Argyrios Kyrtzidis[arcmt] Integrate GC __weak into property attributes...
2011-11-28 Peter CollingbourneSigh, another workaround for MSVC.
2011-11-28 Argyrios Kyrtzidis[arcmt] Don't add __weak if there is already a GC __wea...
2011-11-28 Peter CollingbourneWork around a gcc4.2 bug.
next