]> granicus.if.org Git - clang/shortlog
clang
2014-10-21 Daniel Jasperclang-format: [Java] Wrap after each function annotation.
2014-10-21 Evgeny AstigeevichTest case B: fixed check rule
2014-10-21 Evgeny AstigeevichTest case B is updated to work for 32-bit and 64-bit...
2014-10-21 Daniel Jasperclang-format: [ObjC] Fix spacing in block variable...
2014-10-21 Daniel Jasperclang-format: Fix space in direct destructor calls.
2014-10-21 Nick LewyckyAdd missing qualifier to documentation.
2014-10-21 Nick LewyckyUpdate documentation to match API change in r215323.
2014-10-21 NAKAMURA TakumiOpenMPClause.h: Fix a warning. [-Wdocumentation]
2014-10-21 Justin BognerDriver: Tighten up crash report tests
2014-10-21 Craig TopperRemove unused member variable.
2014-10-21 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'parallel...
2014-10-21 Jiangning LiuRemove including <complex.h> in test case, and change...
2014-10-21 Jiangning LiuLower compound assignment for the missing type llvm...
2014-10-20 Richard SmithSwitch C compilations to C11 by default.
2014-10-20 Hans WennborgRevert "Improve Windows toolchain support for non-stand...
2014-10-20 Justin BognerDriver: Consolidate the logic for naming the module...
2014-10-20 Justin BognerDriver: Name crashdump scripts after the first temp...
2014-10-20 Justin BognerDriver: Use an early return instead of a long if condit...
2014-10-20 Justin BognerDriver: Make FailingCommand mandatory for generateCompi...
2014-10-20 David BlaikieFix whitespace introduced in r220221
2014-10-20 Zachary TurnerImprove Windows toolchain support for non-standard...
2014-10-20 David BlaikiePR21312: Fix a regression in non-type template paramete...
2014-10-20 David BlaikieFix indentation.
2014-10-20 Hal FinkelAdd RestrictQualifierLoc to DeclaratorChunk::FunctionTy...
2014-10-20 Ben LangmuirRevert most of r215810, which is no longer needed
2014-10-20 Ben LangmuirDon't add ID mappings for offsets with no entities...
2014-10-20 Daniel Jasperclang-format: Fix overloaded operator edge case.
2014-10-20 Artyom SkrobovD5823: Fix typo in Clang test arm-cortex-cpus.c; patch...
2014-10-20 Daniel Jasperclang-format: [ObjC] Fix using selector names as macro...
2014-10-20 Daniel Jasperclang-format: Fix indentation of struct definitions...
2014-10-20 Evgeny AstigeevichCommit to test commit access
2014-10-20 David MajnemerCodeGen: Update for LLVM API change
2014-10-20 Richard Smith[modules] Add support for #include_next.
2014-10-19 David MajnemerCodeGen: ConstStructBuilder must verify packed constrai...
2014-10-19 NAKAMURA TakumiPreprocessor.h: Suppress a warning in SkipMainFilePream...
2014-10-19 Chandler CarruthRevert r220153: "CodeGen: ConstStructBuilder must verif...
2014-10-19 Chandler Carruth[complex] Teach the complex math IR gen to emit direct...
2014-10-19 NAKAMURA Takumiclang/test/Layout/itanium-union-bitfield.cpp: Appease...
2014-10-19 Ted Kremenek[analyzer] Tweak MallocSizeOfChecker to not warn when...
2014-10-19 Bob WilsonUse the triple's isiOS() method instead of checking...
2014-10-19 David MajnemerCodeGen: ConstStructBuilder must verify packed constrai...
2014-10-18 Filipe CabecinhasNew round of fixes for "Always compile debuginfo-tests...
2014-10-18 Benjamin KramerUse non-member begin/end for a slight readability impro...
2014-10-18 Argyrios Kyrtzidis[libclang] If the code-completion point is inside the...
2014-10-18 Argyrios Kyrtzidis[libclang] Allow code-completion when pointing at the...
2014-10-18 David BlaikiePR21305: Typedefs in non-type template parameters in...
2014-10-18 Filipe CabecinhasAppend the %itanium_abi_host_triple substitution uncond...
2014-10-17 Filipe CabecinhasFix makefile for debuginfo-tests execution.
2014-10-17 NAKAMURA TakumiSemaDeclCXX.cpp: UninitializedFieldVisitor: Avoid membe...
2014-10-17 Nick LewyckyFix typo in comment.
2014-10-17 Alexey Samsonov[ASan] Improve blacklisting of global variables.
2014-10-17 Kostya Serebryanyfix -fsanitize-address-field-padding for the cases...
2014-10-17 Richard SmithFix the rest of PR21289: a pack expansion that we can...
2014-10-17 Richard TrieuAdd support for initializer lists on field initializers...
2014-10-17 Hans WennborgTry to fix parse-progname.c test on Darwin
2014-10-17 Richard SmithDon't forget to substitute into the qualifier when...
2014-10-17 Hans WennborgMove test/CodeGen/sections.c to CodeGenCXX/sections.cpp
2014-10-17 David BlaikieRename TemplateArgument::getTypeForDecl to getParamType...
2014-10-17 Saleem AbdulrasoolSema: address post-commit review comment
2014-10-17 Hans WennborgDriver: support detecting driver mode when clang has...
2014-10-17 Daniel Jasperclang-format: Prefer breaking before trailing return...
2014-10-17 Daniel Jasperclang-format: [Java] Don't break immediately after...
2014-10-17 NAKAMURA TakumiRevert r219977, "Re-commit r217995 and follow-up patche...
2014-10-17 NAKAMURA TakumiAdd explicit triple to clang/test/CodeGen/sanitize...
2014-10-17 Joerg Sonnenbergercomplex long double support for PowerPC
2014-10-17 Yaron KerenOptimize Type::isStructureOrClassType() by reusing...
2014-10-17 Artyom SkrobovD5775: The new test case was missing from the preceding...
2014-10-17 Artyom SkrobovD5775: Fix of assertion failure in case of non-POD...
2014-10-17 Renato GolinUser c-tor name to fix the sanitizer test
2014-10-17 Renato GolinTrying to fix failing Clang sanitizer test on ARM bots
2014-10-17 Richard SmithTowards PR21289: don't lose track of unexpanded paramet...
2014-10-17 Richard SmithRemove incorrect usage of JoinedOrSeparate.
2014-10-17 Richard SmithPR21215: Support -fmodule-map-file being specified...
2014-10-17 Richard SmithSwitch to range-based for loop. No functionality change.
2014-10-17 Richard SmithPer comments on PR12350, move DR244 back from 'done...
2014-10-17 David MajnemerCodeGen: Kill FillInNullDataMemberPointers
2014-10-17 David MajnemerAST: Remove dead code from RecordLayoutBuilder
2014-10-17 Kostya Serebryanytrying to fix the new test again, this time for the...
2014-10-17 Alexey SamsonovSanitizerBlacklist: blacklist functions by their source...
2014-10-16 Filipe CabecinhasAppease the buildbots with the special case for non...
2014-10-16 Alexey SamsonovTeach SanitizerBlacklist to blacklist by SourceLocation...
2014-10-16 Filipe CabecinhasAdded %itanium_abi_host_triple to fix debuginfo-tests...
2014-10-16 Richard SmithRe-commit r217995 and follow-up patches (r217997, r2180...
2014-10-16 Saleem AbdulrasoolSema: handle additional case of qualified types
2014-10-16 Hans Wennborgtest/CodeGen/sections.c: add triple
2014-10-16 Kostya Serebryanytrying to fix the new test on hexagon-build
2014-10-16 Kostya SerebryanyInsert poisoned paddings between fields in C++ classes...
2014-10-16 Hans WennborgMS Compat: mark globals emitted in read-only sections...
2014-10-16 Aaron BallmanNo longer emit diagnostics about unused results (compar...
2014-10-16 Rafael EspindolaUpdate for llvm change.
2014-10-16 David BlaikieDebugInfo: Follow up to r219736, also test/demonstrate...
2014-10-16 Aaron BallmanFixing comment grammar; NFC.
2014-10-16 Hans WennborgSpeculatively fix GCC 4.7 build after r219938
2014-10-16 Aaron BallmanSwitching to range-based for loops; NFC.
2014-10-16 Samuel BenzaquenFix code to follow the "Don’t use else after a return...
2014-10-16 David BlaikieUse iterators and algorithms to possibly make this...
2014-10-16 Alexey SamsonovRemove one of SanitizerBlacklist::isIn() overloads...
2014-10-16 Hans WennborgUse array_lengthof; NFC.
2014-10-16 Bradley Smith[AArch64] Enable A53 erratum workaround (835769) by...
2014-10-16 Saleem Abdulrasooltests: move test to more appropriate location
next