]> granicus.if.org Git - clang/shortlog
clang
2015-11-25 Richard SmithP0001R1: 'register' storage class specifier is no longe...
2015-11-25 Richard SmithStop using SFINAE to detect whether a derived-class...
2015-11-25 Alexey Bataev[MSVC] 'property' with an empty array in array subscrip...
2015-11-25 Alexey Bataev[X86] Support for C calling convention only for MCU...
2015-11-25 Richard SmithFix typo that was being SFINAE'd away (and apparently...
2015-11-24 Richard SmithTeach RAV to pass its DataRecursionQueue to derived...
2015-11-24 Kelvin Li[OpenMP] Parsing and sema support for num_teams clause
2015-11-24 Yaron KerenReplace [=] lambda capture with [&] per David BlaikieĆ¾...
2015-11-24 Devin Coughlin[analyzer] Pass value expression for inlined defensive...
2015-11-24 Nirav DaveFix rewrite of reserved library name in case of -nodefa...
2015-11-24 Alexey Bataev[OPENMP] Fix crash on codegen for 'task' directive...
2015-11-24 Richard SmithReduce the stack usage per recursive step when Recursiv...
2015-11-24 Richard Smith[modules] Add -cc1 flag -fmodules-embed-all-files.
2015-11-24 Richard SmithRemove DataRecursiveASTVisitor; it no longer serves...
2015-11-24 Richard SmithUse data recursion in RecursiveASTVisitor when traversi...
2015-11-24 Artem BelevichDo not attempt to include CUDA headers during the test.
2015-11-24 Richard Smith[coroutines] Build a CoroutineBodyStmt when finishing...
2015-11-23 NAKAMURA TakumiCodeGenFunction.h: Prune a \param in r253926. [-Wdocume...
2015-11-23 Chris BienemanNFC. Fixing my consistently incorrect spelling.
2015-11-23 NAKAMURA Takumiclang-c/Index.h: Move \brief. [-Wdocumentation]
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-11-23 Chad RosierFix a warning about commas at the end of enumerator...
2015-11-23 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-11-23 Yaron KerenReplace loop with std::any_of, NFC.
2015-11-23 Daniel Jasperclang-format: Re-add code path deleted in r253873 and...
2015-11-23 Martell MaloneFix alignment of r253898
2015-11-23 Martell MaloneDriver: fallback to the location of clang if no sysroot,
2015-11-23 Sumanth GundapaneniMake tbm-builtins.c as X86 specific unit test
2015-11-23 Xinliang David LiDisable frame pointer elimination when using -pg
2015-11-23 Aaron BallmanAdd an AST matcher for narrowing when a type is volatil...
2015-11-23 Martell MaloneRevert part of r253813
2015-11-23 Daniel Jasperclang-format: Signficantly refactor the cast detection.
2015-11-23 Daniel Jasperclang-format: Fix incorrect cast detection.
2015-11-23 Daniel Jasperclang-format: If the template list of a variable declar...
2015-11-23 Alexey Bataev[OPENMP] 'out' dependency for 'task' directives must...
2015-11-23 Anastasia Stulova[OpenCL 2.0] Apply default address space (AS).
2015-11-23 Daniel JasperFix clang-format test. I believe that the new behavior...
2015-11-23 Daniel Jasperclang-format: Make moving of the Cursor work properly...
2015-11-23 Daniel JasperFix calculation of shifted cursor/code positions. Speci...
2015-11-23 NAKAMURA TakumiOpenMPClause.h: Fix typos. [-Wdocumentation]
2015-11-23 Vedant Kumar[Driver] Mark isForDiagnostics as const. NFC.
2015-11-23 Xinliang David LiRevert r253846 (build bot failure))
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause -...
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause
2015-11-23 Xinliang David LiDisable frame pointer elimination when using -pg
2015-11-23 David Majnemer[MS ABI] Tolerate invokes of __RTDynamicCast
2015-11-22 Richard Smith[coroutines] Check for overload sets in co_yield /...
2015-11-22 Richard Smith[coroutines] Build implicit return_value / return_void...
2015-11-22 Martell MaloneTest: Update mingw-useld.c to reflect r253813
2015-11-22 Martell MaloneDriver: Specifically tell the linker the target for...
2015-11-22 Richard Smith[coroutines] Materialize the awaitable before generatin...
2015-11-22 Richard Smith[coroutines] Factor out co_await representation into...
2015-11-21 Daniel Jasperclang-format: Make sorting includes respect // clang...
2015-11-21 Matthias BraunLet's try to fix this test again with a fixed target...
2015-11-21 Matthias BraunFix c-unicode.c testcase again.
2015-11-21 Matthias BraunFix testcase when building on darwin
2015-11-20 Vinicius Tinti[clang] Disable Unicode in asm files
2015-11-20 Richard Smith[coroutines] Better handling of placeholder types.
2015-11-20 Richard Smith[coroutines] Support braced-init-list as operand of...
2015-11-20 Richard Smith[coroutines] Synthesize yield_value call for co_yield.
2015-11-20 Chris Bieneman[CMake] Add support for specifying arguments to the...
2015-11-20 Chris Bieneman[CMake] Fix handling of passing through semi-colon...
2015-11-20 Peter CollingbourneDriver: Defer computation of linker path until it is...
2015-11-20 Bill SeurerFix test case function name checks
2015-11-20 Reid KlecknerThread Safety Analysis: Fix DenseMap iterator invalidat...
2015-11-20 Chris BienemanHonor system specific paths of MAN pages
2015-11-20 Dehao ChenAdd -disable-llvm-passes for frontend debug info tests.
2015-11-20 Reid Kleckner[DebugInfo] Look through type sugar on union types...
2015-11-20 Hans WennborgRevert r253582: "clang-cl: Make /W4 imply -Wall -Wextra...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-20 Daniel Jasperclang-format: [JS] Make AllowShortFunctionsOnASingle...
2015-11-20 Daniel Jasperclang-format: [JS] Properly add a space after "in"...
2015-11-20 Daniel Jasperclang-format: [JS] struct and union aren't keywords...
2015-11-20 Daniel Jasperclang-format: Don't use incorrect space in macro calls...
2015-11-20 Daniel Jasperclang-format: [Proto] Support extending message.
2015-11-20 Benjamin KramerRegenerate ASTMatchersReference without CRLF.
2015-11-20 Benjamin KramerFix ASTMatcher reference newlines and make the generato...
2015-11-20 Alexey Bataev[MS] Fix for bug 25013 - #pragma vtordisp is unknown...
2015-11-20 Douglas Katzman[Myriad]: handle Preprocess job action (-E)
2015-11-20 Argyrios Kyrtzidis[libclang] Make sure to use the raw module format for...
2015-11-20 Richard Smith[coroutines] Per latest wording paper, co_* are no...
2015-11-20 Argyrios Kyrtzidis[CMake] Add a specific 'install-clang-headers' target.
2015-11-20 Devin Coughlin[analyzer] DeadStoresChecker: Treat locals captured...
2015-11-20 Chris BienemanSupport CMake's clang_rt.profile library naming scheme
2015-11-19 Tom StellardAMDGPU: Add support for 's' and 'v' asm constraints
2015-11-19 Dehao ChenUpdate clang tests to accomendate discriminator changes.
2015-11-19 Faisal ValiChange the expression evaluation context from Unevaluat...
2015-11-19 Hans Wennborgclang-cl: Make /W4 imply -Wall -Wextra (PR25563)
2015-11-19 NAKAMURA TakumiclangFrontend: [PR25565] Quick fix for dependencies...
2015-11-19 Alexey BataevPR10235: support for vector mode attributes + warning...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Pete CooperRevert "Fix debian build after r253512."
2015-11-19 Richard Smith[coroutines] Tweak diagnostics to always use fully...
2015-11-19 John McCallDon't actually add the __unsafe_unretained qualifier...
2015-11-19 John McCallFix the emission of ARC-style ivar layouts in the fragi...
2015-11-19 Anna Zaks[analyzer] Improve modeling of static initializers.
2015-11-19 David Majnemer[MS ABI] Let arbitrary entities participate in vftable...
2015-11-18 Pete CooperFix debian build after r253512.
2015-11-18 Devin Coughlin[analyzer] Skip checking blocks in dependent contexts.
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
next