]> granicus.if.org Git - clang/shortlog
clang
2014-02-27 Dmitri Gribenkolibclang: New functions clang_Type_getNumTemplateArguments,
2014-02-27 Alexey Samsonov[CMake] Teach build system to build/test compiler-rt...
2014-02-27 Alexey Bataev[OPENMP] First changes for Parsing and Sema for 'omp...
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about trivially unreach...
2014-02-27 Ted KremenekFix test case indentation.
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about unreachable ...
2014-02-27 Argyrios Kyrtzidis[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBuf...
2014-02-27 Nick LewyckyChange this test to not try to emit any IR. (It should...
2014-02-27 Nick LewyckyAs of r202325, CFGBlock predecessors may be NULL. Ignor...
2014-02-27 Ted KremenekAdd category test case for attribute 'objc_protocol_req...
2014-02-27 Eric ChristopherPass down the debug emission kind into the compile...
2014-02-27 Hans Wennborg[MS ABI] Error instead of generating bad vftables for...
2014-02-27 Nick LewyckyFix -Wunused-variable in non-assert builds. No function...
2014-02-27 Ben LangmuirAdd a 'use-external-names' option to VFS overlay files
2014-02-27 Ted Kremenek[-Wunreachable-code] Prune out unreachable warnings...
2014-02-27 Ted Kremenek[CFG] encode unreachable block information for would...
2014-02-27 Ted Kremenek[CFG] Encode unreachable block information for successo...
2014-02-27 Ted KremenekRework CFG edges to encode potentially unreachable...
2014-02-27 Reid KlecknerFix testcase for PR18962 with an explicit triple
2014-02-27 Reid KlecknerPR18962: Fix "Unable to find record layout information...
2014-02-26 Alp Tokerargument -> parameter terminology fixes for FunctionTyp...
2014-02-26 Rafael EspindolaRefactor linkage computation in CGObjCMac.cpp.
2014-02-26 Nico RieckSema: Definition of dllimport globals is not allowed
2014-02-26 Alexander KornienkoAdd newlines to fallback-style description. Patch by...
2014-02-26 Tim NorthoverAArch64: use less cluttered intrinsic for vtbl/vtbx
2014-02-26 Benjamin KramerAdd a StmtPrinter test for implicit and explicit conver...
2014-02-26 Tobias GrosserFix typo
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-26 NAKAMURA Takumi[CMake] Introduce cmake_policy(CMP0022) for target_link...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 NAKAMURA Takumi[CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.
2014-02-26 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-varargs.cpp: Appease...
2014-02-26 Eric Christopher80-col and bad line ending fixups.
2014-02-26 Richard TrieuPR16074, implement warnings to catch pointer to boolean...
2014-02-26 Jordan Rose[analyzer] NonNullParamChecker: don't freak out about...
2014-02-26 Richard TrieuAdd -Wabsolute-value, warnings about absolute value...
2014-02-25 Adrian PrantlAddress review comments for r202185, no functionality...
2014-02-25 Ted KremenekHoist culling of -Wunreachable-code from headers before...
2014-02-25 Adrian PrantlDebug info: Generate debug info for variadic functions.
2014-02-25 Ted KremenekAdd preprocessed output to ccc-analyzer's accepted...
2014-02-25 Benjamin KramerPretty Printer: Print constexpr and ref qualifiers...
2014-02-25 Roman DivackyPass the sparc architecture variant to the assembler.
2014-02-25 Hans Wennborgclang-cl: use -fno-rtti by default
2014-02-25 Roman DivackyGive sparcv9 the ability to set the target cpu. Change...
2014-02-25 Ben LangmuirAdd a driver option -ivfsoverlay
2014-02-25 Reid KlecknerMS ABI: Just use getTypeInfoInChars to get the field...
2014-02-25 Benjamin KramerReapply "Pretty Printer: Fix printing of conversion...
2014-02-25 Rafael EspindolaRevert "Pretty Printer: Fix printing of conversion...
2014-02-25 Rafael EspindolaUpdate for llvm api change.
2014-02-25 Benjamin KramerPretty Printer: Fix printing of conversion operator...
2014-02-25 Tim NorthoverAArch64: use different type modifier in arm_neon.td
2014-02-25 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-25 Alexey SamsonovRespect ToolChain::isPIEDefault() in constructing link...
2014-02-25 Alexey SamsonovFactor adding sanitizer linker flags into a separate...
2014-02-25 Benjamin KramerSema: When merging objc string literals, give the resul...
2014-02-25 Benjamin KramerRewriteObjC: Factor string literal creation into a...
2014-02-25 Tim NorthoverARM NEON: fix tests after r202137
2014-02-25 Serge PavlovFix typo.
2014-02-25 Alexey BataevFix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
2014-02-25 Tim NorthoverAArch64 NEON: add 64-bit scalar intrinsics for _f64...
2014-02-25 Tim NorthoverARM NEON: add _f16 support to a couple of vector-shuffl...
2014-02-25 David MajnemerIRGen: Remove a stale comment
2014-02-25 David MajnemerAttr: Remove ForceInline
2014-02-25 David MajnemerAttributeReference: Document __single_inhertiance,...
2014-02-25 David MajnemerModules: Fix malformed reStructuredText
2014-02-25 Alp TokerFix typo in the td source too
2014-02-25 Ted KremenekRemove dead assignment reported by Gautier DI FOLCO.
2014-02-25 Ted KremenekRemove the FormatSecurity diagnostic group from the...
2014-02-25 David MajnemerAttributeReference: Fix a typo
2014-02-25 Ben LangmuirAllow multi-component paths in VFS file nodes
2014-02-25 Alp TokerFix typos
2014-02-25 Argyrios Kyrtzidis[libclang] Introduce libclang APIs for creating a buffe...
2014-02-25 Argyrios Kyrtzidis[libclang] Include "BuildSystem.h" along with "Index.h"
2014-02-25 David MajnemerAST: Simplify CharUnits::alignmentAtOffset
2014-02-25 David MajnemerIRGen: Simplify alignment calculation in setBitFieldInfo
2014-02-25 Reid KlecknerMS ABI: Return sret parameters when using inalloca
2014-02-25 NAKAMURA Takumiclang/test/Preprocessor/init.c: Split conditions to...
2014-02-25 NAKAMURA TakumiSuppress clang/test/Driver/clang_f_opts.c for targeting...
2014-02-24 Ben LangmuirImprove some gtest assertions
2014-02-24 David MajnemerAST: Small code cleanup
2014-02-24 David MajnemerSema: Make getPreferredTypeAlign respect alignments...
2014-02-24 Ben LangmuirPass through context for DiagHandler in VFS
2014-02-24 Richard SmithIf preprocessing results in a token with leading whites...
2014-02-24 Peter CollingbourneFollow up to r201927: remove the Sema::InFunctionDeclar...
2014-02-24 Richard SmithIf the first token in a macro that appears at the start...
2014-02-24 Roman DivackyAdd a test for r202059.
2014-02-24 Fariborz JahanianObjective-C. Remove an assertion which asserts
2014-02-24 Roman DivackyImplement getDwarfEHStackPointer() and initDwarfEHRegSi...
2014-02-24 Richard BartonImplement -fno-short-wchar
2014-02-24 Rafael EspindolaUpdate for llvm api change.
2014-02-24 Hans Wennborg[Win32 ABI] Defer operator delete checks until vtable...
2014-02-24 Rafael EspindolaDon't assume that F_None is the default. It is about...
2014-02-24 Aaron BallmanClarifying the wording for the noduplicate attribute.
2014-02-24 Manuel KlimekFix AST matcher documentation for overloaded matchers.
2014-02-24 Manuel KlimekFix docs generation for the AST matchers:
2014-02-24 Dmitri GribenkoASTMatchers: added CXXMethodDecl matcher isPure()
2014-02-24 Alp TokerAdd driver test for multiple preprocessor inputs
2014-02-24 Alp TokerUse a more conventional logical op instead of bitwise and
2014-02-24 Kevin Qin[AArch64] Change int64_t from 'long long int' to 'long...
2014-02-24 Richard SmithUpdate __cplusplus to match the value in the C++14...
next