]> granicus.if.org Git - clang/shortlog
clang
2014-10-23 Hans WennborgDon't emit strong vtable definitions for imported class...
2014-10-23 Justin BognerDriver: Include driver diagnostics when we --serialize...
2014-10-23 Richard Smith[modules] Simplify reading of INPUT_FILE_OFFSETS record...
2014-10-23 Richard SmithFactor out common checks from module map deserializatio...
2014-10-23 Daniel Jasperclang-format: Fix incorrect space after "<".
2014-10-23 Daniel JasperRemove code duplication and cut dependency from clangRe...
2014-10-23 Fariborz Jahanianpatch to issue warning on comparing parameters with
2014-10-23 Ben LangmuirAdd a "signature" to AST files to verify that they...
2014-10-23 David BlaikieDebugInfo: Correctly describe the lexical decl context...
2014-10-23 Richard SmithRevert accidentally-committed files in r220460.
2014-10-23 Richard SmithRefactor implementation of 'exclude header'.
2014-10-23 Richard SmithFix covered-switch warning.
2014-10-23 Alexey SamsonovRevert r218541 - Don't link in sanitizer runtimes if...
2014-10-22 Nick LewyckyUpdate the documentation for API change to CreateASTCon...
2014-10-22 Richard SmithTest files I forgot to svn add in r220448.
2014-10-22 Richard Smith[modules] Add support for 'textual header' directives.
2014-10-22 David MajnemerBasic: Add ext_delete_void_ptr_operand to -Wdelete...
2014-10-22 Zachary TurnerFix C++ compliance issue. string literals must be...
2014-10-22 David MajnemerParse: Ignore "long" and "short" in #pragma section
2014-10-22 Aaron BallmanRemoving the setLBracLoc and setRBracLoc functions...
2014-10-22 Reid KlecknerFix up attribute documentation links to MSDN in a nicer way
2014-10-22 Zachary TurnerMake a good guess about where MSVC and Windows SDK...
2014-10-22 Zachary TurnerResubmit "Improve Windows toolchain support for non...
2014-10-22 Aaron BallmanCreate a documentation category for the new calling...
2014-10-22 Samuel BenzaquenAdd support for profiling the matchers used.
2014-10-22 Reid KlecknerTry to fix link errors in mingw cmake -DBUILD_SHARED_LI...
2014-10-22 Reid KlecknerAdd documentation for calling convention attributes
2014-10-22 Rafael EspindolaRemove unused DiagnosticsEngine::NumErrorsSuppressed...
2014-10-22 David BlaikieCorrect importing of the type of a TemplateArgument
2014-10-22 David BlaikieDebugInfo: Omit scopes in -gmlt to reduce metadata...
2014-10-22 Alexey SamsonovFixup for r220403: Use getFileLoc() instead of getSpell...
2014-10-22 Alexey SamsonovSanitizerBlacklist: Use spelling location for blacklist...
2014-10-22 Reid KlecknerReland r219810 "Fix late template parsing leak with...
2014-10-22 Reid KlecknerMS ABI: Emit more canonical vbptr stores and loads
2014-10-22 Rafael EspindolaRemove unused StmtVector& parameters from declaration...
2014-10-22 Diego NovilloSupport using sample profiles with partial debug info...
2014-10-22 Daniel Jasperclang-format: Fix tests after recent change to ObjC...
2014-10-22 Daniel Jasperclang-format: Use AllowShortBlocksOnASingleLine for...
2014-10-22 Daniel Jasperclang-format: Fix broken test.
2014-10-22 Daniel Jasperclang-format: Fix incorrect trailing return arrow detec...
2014-10-22 Richard TrieuFix style issue from r220363. No functional change.
2014-10-22 Richard TrieuDisable the uninitialized field warning in uninstantiat...
2014-10-22 Saleem AbdulrasoolDriver: rename Windows to MSVCToolChain
2014-10-22 Richard Smith[modules] Initial support for explicitly loading .pcm...
2014-10-22 NAKAMURA Takumi<float.h>: Don't seek #include_next if -ffreestanding...
2014-10-21 Richard SmithPR21327 / C++ DR1652 / C++ DR73: comparing a past-the...
2014-10-21 Matt ArsenaultR600: Update for div_fmas intrinsic change
2014-10-21 Richard Smith[modules] When building an injected-class-name type...
2014-10-21 Aaron BallmanRemoving unused variable (assigned into, but never...
2014-10-21 Aaron BallmanFollow-up commit to r211657 which introduced these...
2014-10-21 Hal FinkelTreat -g1 as -gline-tables-only
2014-10-21 Justin BognerDriver: Quote the command in crash reproduction scripts.
2014-10-21 Justin BognerDriver: Move crash report command mangling into Command...
2014-10-21 Aaron BallmanThe nodebug attribute has a C++11-style spelling suppor...
2014-10-21 Aaron BallmanFixing the MSVC build by removing friendship with CodeG...
2014-10-21 Anton Yartsev[analyzer] Move the NewDeleteLeaks checker from Cpluspl...
2014-10-21 Daniel Jasperclang-format: [Java] Understand string literal concaten...
2014-10-21 Daniel Jasperclang-format: [Java] Fix formatting of multiple annotat...
2014-10-21 Daniel Jasperclang-format: [Java] Fix space in generic method calls.
2014-10-21 Daniel Jasperclang-format: [Java] Improve annotation handling.
2014-10-21 Daniel Jasperclang-format: [Java] Make annotation formatting more...
2014-10-21 Daniel Jasperclang-format: [Java] Improve generic support.
2014-10-21 Daniel Jasperclang-format: [Java] Support extending inner classes.
2014-10-21 Daniel Jasperclang-format: [Java] Support annotations with parameters.
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...
next