]> granicus.if.org Git - clang/shortlog
clang
2013-09-02 Renato GolinFix gnueeabi typo in tests
2013-09-02 Alexander KornienkoStore first and last newline position in the token...
2013-09-02 Alexander KornienkoTest for empty .clang-format file.
2013-09-02 Daniel Jasperclang-format: Fix segfault in overloaded operator parsing.
2013-09-02 Pavel Labath[analyzer] Add very limited support for temporary destr...
2013-09-02 Daniel Jasperclang-format: Fix case-indentation in macros.
2013-09-02 Chandler CarruthSwitch the default mode for clang-format to '-file...
2013-09-01 Aaron BallmanImproving objc_ownership attribute test coverage.
2013-08-31 Benjamin KramerClean out unused diagnostics.
2013-08-31 Richard TrieuThe diagnostic err_init_conversion_failed uses the...
2013-08-31 Aaron BallmanPossibly appeasing the build bots from r189711
2013-08-31 Aaron BallmanConsolidating the notion of a GNU attribute parameter...
2013-08-31 Eric ChristopherTypo.
2013-08-31 Eric ChristopherAdd initial clang targeted compatible decls for Intrin...
2013-08-30 Fariborz JahanianObjectiveC migrator: If we find a method that returns...
2013-08-30 DeLesley HutchinsConsumed analysis: add 'consumable' class attribute.
2013-08-30 Jordan Rose[analyzer] Treat the rvalue of a forward-declared struc...
2013-08-30 Fariborz JahanianObjectiveC migrator: infer NS_ENUM even when user
2013-08-30 Samuel BenzaquenReduce the number of symbols by changing how templates...
2013-08-30 Benjamin KramerAdd support for -march=slm, aka Intel Atom Silvermont.
2013-08-30 Hans Wennborgclang-cl: Pass -incremental:no to linker when using...
2013-08-30 Daniel Jasperclang-format: Enable formatting of protocol buffer...
2013-08-30 Daniel Jasperclang-format: Improve recovery from enums with errors.
2013-08-30 Hans WennborgRevert r188531: "Windows ToolChain: add VS bin dir...
2013-08-30 Yunzhong GaoRevert r189649 because it was breaking sanitizer bots.
2013-08-30 Pavel LabathSema: avoid reuse of Exprs when synthesizing operator=
2013-08-30 Daniel Jasperclang-format: Fix incorrect indentation.
2013-08-30 Daniel Jasperclang-format: Don't indent builders relative to "return".
2013-08-30 Daniel Jasperclang-format: Fix corner case in builder-type calls.
2013-08-30 Yunzhong GaoFixing a bug where debug info for a local variable...
2013-08-30 Richard SmithMention in AST dump whether a class declaration is...
2013-08-30 Richard SmithDon't eagerly load all conversion operators when loadin...
2013-08-30 Richard SmithSimplify slightly.
2013-08-30 Charles DavisAdd ms_abi and sysv_abi attribute handling.
2013-08-30 Eric ChristopherPass the special backend option to this test for now...
2013-08-30 Richard SmithMap from local decl IDs to global decl IDs when lazily...
2013-08-30 Fariborz JahanianObjectiveC migrator: User of hexadecimal enumerator
2013-08-29 Richard SmithBe lazier when loading KeyFunctions from PCH/modules...
2013-08-29 Eli FriedmanAdjust clang for change to APFloat::toString.
2013-08-29 Manman RenDebug Info: generate a unique identifier for C++ struct...
2013-08-29 DeLesley HutchinsConsumed analysis: track function parameters.
2013-08-29 DeLesley HutchinsConsumed analysis: non-const methods no longer transfer...
2013-08-29 Manman RenDebug Info: this reverts commit r189600.
2013-08-29 Aaron BallmanSilencing the warning from r189605 in a more conformant...
2013-08-29 Aaron BallmanSilencing a rather spurious warning from MSVC 11 about...
2013-08-29 Manman RenDebug Info: generate a unique identifier for C++ struct...
2013-08-29 Eric ChristopherFix warning about anonymous structs in anonymous unions.
2013-08-29 Alexander KornienkoBetter support for multiline string literals (including...
2013-08-29 DeLesley HutchinsConsumed analysis: improve handling of conditionals.
2013-08-29 Fariborz JahanianObjectiveC migrator: remove dead code.
2013-08-29 NAKAMURA Takumiclang/test/Frontend/rewrite-includes.c: Tweak expressio...
2013-08-29 Pavel Labath[analyzer] Fix handling of "empty" structs with base...
2013-08-29 Samuel BenzaquenFix tests to be more specific.
2013-08-29 Manuel KlimekFixes various problems with accounting for tabs in...
2013-08-29 Alexander KornienkoUse new UnicodeCharSet interface.
2013-08-29 Serge PavlovRemoved useless default branch of switch statement.
2013-08-29 Kevin Qin mangle aarch64 Neon ACLE scalar instrinsic name with...
2013-08-29 Serge PavlovChange return type of Sema::DiagnoseAmbiguousLookup...
2013-08-29 Craig TopperMake getDiagnosticsInGroup helper method a static funct...
2013-08-29 Craig TopperMove individual group name strings from the OptionTable...
2013-08-29 Daniel Dunbar[tests] Use 'printf' instead of 'echo -e', which is...
2013-08-29 Peter CollingbourneTwo more definitions required by libsupc++ (_sleb128_t...
2013-08-29 Eli FriedmanProperly escape filenames in line directives.
2013-08-29 Richard SmithRemove Inheritable/NonInheritable flags from ProcessDec...
2013-08-28 Renato Golinuse the last passed -munaligned-access / -mno-unaligned...
2013-08-28 David MajnemerSema: Subst type default template args earlier
2013-08-28 Peter Collingbourne80 cols.
2013-08-28 Fariborz JahanianObjectiveC migrator. This patch infers readonly propert...
2013-08-28 Rafael EspindolaLook for libstdc++ first on the clang install directory.
2013-08-28 Peter CollingbourneAdd missing definitions to unwind.h.
2013-08-28 Aaron BallmanMode is now handled as a non-inheritable attribute...
2013-08-28 Eric Christopher80-col.
2013-08-28 David BlaikieDebugInfo: Further fix/improvements to r189494 (and...
2013-08-28 Michael Gottesman[doxygen] Add a few missing variables to the doxygen...
2013-08-28 Manman RenFormat. Thanks David for pointing it out.
2013-08-28 Fariborz JahanianObjectiveC migrator: In suggesting 'instancetype' use...
2013-08-28 Manman RenDebug Info: update interface for CreateEnumType and...
2013-08-28 Manman RenDebug Info testing case: update uuid testing case to...
2013-08-28 David BlaikieMore comments for r189494.
2013-08-28 Eli FriedmanFix "//" comments with -traditional-cpp in C++.
2013-08-28 Fariborz JahanianFor methods where clang automatically infers instancety...
2013-08-28 Eli FriedmanHandle -D arguments ending in a backslash.
2013-08-28 Eli FriedmanImprove error for assignment to incomplete class.
2013-08-28 Michael Gottesman[doxygen] Added support for doxygen external search.
2013-08-28 Michael Gottesman[doxygen] Added code for generating doxygen documentati...
2013-08-28 David BlaikieComments for r189494
2013-08-28 Samuel BenzaquenAdd support for eachOf/allOf/anyOf variadic matchers...
2013-08-28 Manman RenDebug Info testing case: move uuid-related testing...
2013-08-28 Hans Wennborgclang-cl: Pass -debug to the linker when using -fsaniti...
2013-08-28 David BlaikiePR16995: Failing to associate static members with their...
2013-08-28 Jordan Rose[analyzer] Add support for testing the presence of...
2013-08-28 Daniel Jasperclang-format: Improve token breaking behavior.
2013-08-28 Tim NorthoverARM: comment on why vmull intrinsic has to exist for...
2013-08-28 Tim NorthoverARM: Emit normal IR for vaddhn/vsubhn NEON intrinsics
2013-08-28 Tim NorthoverARM: use vqdmull and vqadds/vqsubs to implement vqdmlal...
2013-08-28 Daniel Jasperclang-format: Fix segfault in 'incomplete' macros.
2013-08-28 Daniel Jasperclang-format: Fix infinite loop in macro special case.
2013-08-28 Daniel Jasperclang-format: Don't insert space in __has_include
2013-08-28 Daniel Jasperclang-format: Fix corner case in ObjC interface definit...
2013-08-28 Pavel Labath[analyzer] Assume new returns non-null even under ...
next