]> granicus.if.org Git - clang/shortlog
clang
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 ...
2013-08-28 Daniel Jasperclang-format: Improve braced init list detection:
2013-08-28 Daniel Jasperclang-format: Fix corner case in overloaded operator...
2013-08-28 Daniel Jasperclang-format: Fix space in decltype-constexprs.
2013-08-28 Ted KremenekRemove comment on the availability of boxed expressions...
2013-08-28 Craig TopperReorder and shrink size of NameLen field in diagnostic...
2013-08-28 David MajnemerRichard makes a good point, clean up this test.
2013-08-28 Ted Kremenek[CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTO...
2013-08-28 Hal FinkelRevert r189440 - Disable loop vectorizer unrolling...
2013-08-28 Hal FinkelDisable loop vectorizer unrolling when no unrolling...
2013-08-28 Craig TopperMerge diagnostic group tables to reduce data size and...
2013-08-28 Hans Wennborgcmake: install a cl.exe binary in the tools/msbuild...
2013-08-28 David MajnemerSome of this test doesn't want -std=c++11
2013-08-28 Ted KremenekRevert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead...
2013-08-28 David MajnemerThis test now needs C++11
2013-08-28 David MajnemerAST: Don't treat a TemplateExpansion as a Template
2013-08-27 David BlaikieRevert "PR14569: Omit debug info for thunks"
2013-08-27 Fariborz JahanianObjectiveC migrator: minor refactoring of my last
2013-08-27 Ted KremenekUse CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINA...
2013-08-27 Reid KlecknerDelete CC_Default and use the target default CC everywhere
2013-08-27 Fariborz JahanianObjectiveC migrator: Do not add explicit cf annotation for
2013-08-27 Jordan RoseCMake: Fix standalone Clang build, take two.
2013-08-27 Ted KremenekRevert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BI...
2013-08-27 Ted Kremenek[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR...
2013-08-27 Roman DivackyMake the information about disabled ARCMT/Rewriter...
2013-08-27 Reid KlecknerRevert "CMake: Fix out-of-source build's symlinks."
2013-08-27 Hans Wennborgclang-cl: Support -fsanitize=address
2013-08-27 Jordan Rosescan-build: Set CC and CXX as make variables when wrapp...
2013-08-27 Jordan RoseCMake: Fix out-of-source build's symlinks.
2013-08-27 Jordan Rose[analyzer] Don't include Clang headers inside a namespace.
next