]> granicus.if.org Git - clang/shortlog
clang
2013-03-05 Dmitri GribenkoDocumentation: use code highlighting
2013-03-05 David ChisnallAdd a test that we are passing the -fobjc-default-synth...
2013-03-05 Richard SmithDon't emit calls to virtual [[noreturn]] functions...
2013-03-05 David BlaikieAdd quotation marks to template names in diagnostics.
2013-03-05 Jordan Rosescan-build: explicitly say "No bugs found" if there...
2013-03-05 Jordan RoseSilence a number of static analyzer warnings with asser...
2013-03-05 Fariborz Jahaniandoc parsing. We want to issue a strong warning when
2013-03-04 Jordan Rose[analyzer] Don't let cf_audited_transfer override CFRet...
2013-03-04 Dmitri GribenkoComment parsing: refactor handling of command markers...
2013-03-04 Bob WilsonAdd ARM v6m, v7m, and v7em architectures for Cortex...
2013-03-04 Bob WilsonTidy up lists of Cortex-A series processors, adding...
2013-03-04 Bob WilsonFix confused use of llvm::StringSwitch for armv7r archi...
2013-03-04 Jack CarterMips specific inline assembler constraint 'R'
2013-03-04 Argyrios Kyrtzidis[PCH] In HeaderFileInfoTrait::EqualKey(), use FileManag...
2013-03-04 Dmitri GribenkoComment parsing tests: move a test into a group of...
2013-03-04 Fariborz Jahanian[comment parsing] source fidelity for tparam command...
2013-03-04 Manuel KlimekMake sure to not split string literals at the first...
2013-03-04 Dmitri Gribenkowarn-documentation.cpp: reorganize tests
2013-03-04 Fariborz Jahaniancomment parsing. Missed a case of referring
2013-03-04 Edwin VanehasQualifer() matcher should return false if there...
2013-03-04 Tom StellardR600: Use the GPU type to determine the correct DataLay...
2013-03-04 Daniel JasperFormat a line if a range in its leading whitespace...
2013-03-04 Manuel KlimekMake the tutorial easier to compile by adding in some...
2013-03-04 John McCallCorrection to r176432: the bug actually fixed was ...
2013-03-04 John McCallCentralize and refine the __unknown_anytype argument...
2013-03-04 John McCallFix the emission of the copy-initialization of a block...
2013-03-04 Chandler CarruthCheck for warnings in a bunch of the linker invocations...
2013-03-04 John McCallPerform non-overload placeholder conversions on the...
2013-03-04 Chandler CarruthBeef up the testing of our 'ld' invocation on linux...
2013-03-03 Dmitri GribenkoAdd an idea for a cpp11-migrate tool: TR1 migration
2013-03-03 David ChisnallRemove unused check from test.
2013-03-03 Sean Silva[docs] Spelling
2013-03-03 David ChisnallImprove C11 atomics support:
2013-03-03 David ChisnallDefault to enabling default-synthesized ivars on all...
2013-03-03 Sean Silva[docs] Use vim code-block instead of console.
2013-03-02 Rafael EspindolaProcess #pragma weak only after we know the linkage...
2013-03-02 Peter CollingbourneCommandLineArgumentParser: handle single quotes.
2013-03-02 Anna Zaks[analyzer] Simple inline defensive checks suppression
2013-03-02 Fariborz JahanianSome refactoring in my patch on document
2013-03-02 Peter CollingbourneLLVM API changes.
2013-03-02 Jordan RoseCMake: -Wno-nested-anon-types for Clang.
2013-03-01 Jordan Rose[analyzer] Update open source checker build to checker...
2013-03-01 Jordan Rose[analyzer] Special-case bitfields when finding sub...
2013-03-01 Fariborz Jahaniancomment parsing. Keep the original command format
2013-03-01 Stefanus Du... Fix typos: [Dd]iagnosic -> [Dd]iagnostic
2013-03-01 Jordan Rose[analyzer] Suppress paths involving a reference whose...
2013-03-01 Daniel JasperRemove whitespace at end of file.
2013-03-01 Daniel JasperCorrectly format arrays of pointers and function types.
2013-03-01 Argyrios Kyrtzidis[PCH] Remove building a SmallPtrSet that is not actuall...
2013-03-01 Daniel JasperNormal indent for last element of builder-type call.
2013-03-01 Daniel JasperRemove trailing whitespace of line comments.
2013-03-01 Manuel KlimekImplements breaking string literals at slashes.
2013-03-01 Manuel KlimekImplement fallback split point for string literals.
2013-03-01 John McCallPerform the receiver-expression transformations regardl...
2013-03-01 John McCallAttempt to not place ownership qualifiers on the result...
2013-03-01 Anna Zaks[analyzer] Reword FAQ
2013-03-01 Argyrios KyrtzidisAdd one more sanity check in SourceManager::getFileIDLo...
2013-03-01 Argyrios Kyrtzidis[PCH] Enhance InputFile to also include whether the...
2013-03-01 Argyrios KyrtzidisIn SourceManager::getFileIDLoaded(), add some sanity...
2013-03-01 John McCallRestore order to placate test. I had no real reason...
2013-03-01 John McCallRe-use bit from superclass and extract stuff into a...
2013-02-28 Fariborz JahanianFix warning text of my last patch.
2013-02-28 Bill WendlingAdd more of the command line options as attribute flags.
2013-02-28 Fariborz Jahanianobjective-C: clang, following gcc, warns on
2013-02-28 John McCallUse the actual ABI-determined C calling convention...
2013-02-28 Hans WennborgClangFormat.rst: Fix two small typos
2013-02-28 Manuel KlimekFix a problem where 'clang' is ambiguous in MSVC builds.
2013-02-28 Fariborz JahanianAdd comment to my last test.
2013-02-28 Fariborz Jahanianobjective-C code completion. Property accessors may not
2013-02-28 Daniel JasperReduce penalty for splitting after "{" in static initia...
2013-02-28 Daniel JasperDont break between (( in __attribute__((.
2013-02-28 David ChisnallImprove property metadata generation with the GNUstep...
2013-02-28 Daniel JasperNo spaces around pointers to members.
2013-02-28 Manuel KlimekFirst step towards adding a parent map to the ASTContext.
2013-02-28 Daniel JasperImprove formatting of #defines.
2013-02-28 Daniel JasperFix bug when formatting "A<A<A>>".
2013-02-28 Daniel JasperFix incorrect recognition of bin-packing.
2013-02-28 Daniel JasperFix spacing after binary operator as macro parameter.
2013-02-28 Evgeniy StepanovFix global overflow in types::lookupTypeForTypeSpecifier.
2013-02-28 Jordan Rose[analyzer] RegionStore: collectSubRegionKeys -> collect...
2013-02-28 Jordan Rose[analyzer] Mark the root SVal class as isPodLike.
2013-02-28 Argyrios KyrtzidisAdd a test case, to make sure there is no crash on...
2013-02-27 Renato GolinAvoiding flamewars
2013-02-27 David BlaikiePR15360: nullptr as a non-type template argument to...
2013-02-27 David BlaikieAdd test coverage for array to pointer decay in non...
2013-02-27 Renato GolinAdd config manager to open projects
2013-02-27 Jordan Rose[analyzer] Fix test for previous commit.
2013-02-27 Jordan Rose[analyzer] Teach FindLastStoreBRVisitor to understand...
2013-02-27 Jordan Rose[analyzer] Turn on C++ constructor inlining by default.
2013-02-27 Chad Rosier[driver] The failure of any phase (e.g., preprocess...
2013-02-27 Simon Atanasyan[Mips] Add two new aliases for MIPS ABI names 32 (means...
2013-02-27 Timur IskhodzhanovBetter support for constructors with -cxx-abi microsoft...
2013-02-27 Manuel KlimekMake the negative test of recordType depend on a specif...
2013-02-27 Daniel JasperFix formatting of multiplications in array subscripts.
2013-02-27 Alexey Samsonov[Sanitizer] Change driver behavior when linking with...
2013-02-27 Daniel JasperEnable bin-packing in Google style.
2013-02-27 Nick LewyckyUpdate clang for LLVM API change. No functionality...
2013-02-27 Rafael EspindolaDon't cache the visibility of types.
2013-02-27 Lang HamesUse the correct alignment for POD-member memcpys where...
2013-02-27 Rafael EspindolaRename methods to comply with the LLVM Coding Standards.
next