]> granicus.if.org Git - clang/shortlog
clang
2013-03-07 John McCallEvaluate compound literals directly into the result...
2013-03-07 Benjamin KramerRemove temporary std::vectors that ca be replaced with...
2013-03-07 Daniel JasperRemove unncessary whitespace when triggered on empty...
2013-03-07 Edwin VaneAdding lvalue and rvalue reference type matchers
2013-03-07 Guy BenyeiAdd 'e' to the SPIR data layout - SPIR is little endian...
2013-03-07 Matthew CurtisMinor refactor of how we get compilation phases.
2013-03-07 Nick LewyckyFix build with clang, this was supposed to be part...
2013-03-07 Nick LewyckyAdd flags for additional control over coverage generati...
2013-03-07 Anna Zaks[analyzer] Warn on passing a reference to null pointer...
2013-03-07 Rafael EspindolaDon't duplicate function names. Thanks to Jordan Rose...
2013-03-07 Rafael EspindolaAdd a hasExternalLinkage helper. No functionality change.
2013-03-07 Rafael EspindolaAdd a hasExternalStorageAsWritten helper. No functional...
2013-03-07 Rafael EspindolaFix typo.
2013-03-07 Jordan Rose[analyzer] Check for returning null references in Retur...
2013-03-07 Jordan Rose[analyzer] Clean up a few doc comments for ProgramState...
2013-03-06 Adrian PrantlEnsure that DIType is regenerated after we visit an...
2013-03-06 Anna Zaks[analyzer] Pass the correct Expr to the bug reporter...
2013-03-06 Anna Zaks[analyzer] IDC: Add config option; perform the idc...
2013-03-06 Argyrios Kyrtzidis[PCH] When pre-validating the headers from the PCH...
2013-03-06 Argyrios Kyrtzidis[PCH] For HeaderFileInfoTrait, hash the key using size...
2013-03-06 Argyrios Kyrtzidis[PCH] We don't need to instantiate HeaderFileInfoTrait...
2013-03-06 Argyrios Kyrtzidis[PCH] Remove a couple of fields from serialization...
2013-03-06 Fariborz JahanianSpell Objective-C correctly.
2013-03-06 Fariborz Jahaniansay objective-C in the warning and streamline
2013-03-06 Dmitri GribenkoDriver: add support for new style multiarch in Ubuntu...
2013-03-06 Edwin VaneNew ASTMatchers and enhancement to hasOverloadedOperato...
2013-03-06 Alexey Samsonov[Sanitize] Don't emit function attribute sanitize_addre...
2013-03-06 Weiming Zhaorevert r176531 due to clan-native-arm fails
2013-03-06 Richard SmithPR15390: If a function returns a pointer to a function...
2013-03-06 Richard SmithAfter issuing a diagnostic for undefining or redefining...
2013-03-06 Fariborz Jahanianobjective-C: don't crash after diagnosing
2013-03-05 Douglas GregorRemove unused static variable.
2013-03-05 Jordan RosePreprocessor: don't keep comments under -traditional...
2013-03-05 Weiming ZhaoPR 11326: Lack diagnosic message when ABI conflicts...
2013-03-05 Fariborz Jahanianfix a missing check in my last patch.
2013-03-05 Jordan RosePreprocessor: don't consider // to be a line comment...
2013-03-05 Fariborz Jahaniandoc. parsing. Improve on diagnostics on my last patch.
2013-03-05 Richard SmithRemove outdated claim that GCC builds without a C+...
2013-03-05 Lang HamesUse ASTContext::getDeclAlign(<Field Decl>) to get the...
2013-03-05 Argyrios Kyrtzidis[libclang] When logging a CXTranslationUnit that came...
2013-03-05 Fariborz JahanianFix this checkin.
2013-03-05 Fariborz Jahaniandoc parsing. Add @method and @callback for
2013-03-05 Jack CarterMips specific inline assembler constraint 'R'
2013-03-05 Edwin VaneMake LibASTMatchersTutorial code match text
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
next