]> granicus.if.org Git - clang/shortlog
clang
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...
2015-11-18 David Majnemer[MSVC Compat] Make -Wmicrosoft-cast not an error by...
2015-11-18 David Majnemer[Sema] Don't work around a malformed AST
2015-11-18 Aaron BallmanRemoving the AST matcher test for thread_local storage...
2015-11-18 Betul Buyukkurt[PGO] Test update for revision 253484.
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
2015-11-18 Douglas Katzman[Myriad]: fix test for Windows
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-11-18 Bradley Smith[ARM] Support +feature targeting in -mcpu/-march
2015-11-18 Douglas Katzman[Myriad]: insert -L paths into linker cmd only when...
2015-11-18 Benjamin Kramer[libclang] Add entry points that take a full command...
2015-11-18 Igor LaevskyFix tests in order for them to not fail after r252604.
2015-11-18 Eugene LeviantSet flag for lldb when qualified name lookup is being...
2015-11-18 Rafael EspindolaUpdate for llvm change.
2015-11-18 NAKAMURA TakumiBuildUniversalActions(): Prune obsolete \param(s)....
2015-11-18 Faisal Vali[NFC] Change the evaluation context of a non-type defau...
2015-11-18 Richard SmithDon't expose iterators into the list of types on the...
2015-11-18 Reid KlecknerTry to fix leak in CXStringSet from r252853
2015-11-18 Artem BelevichFix for use-after-free which caused test failure in...
2015-11-18 Akira HatanakaProduce a better diagnostic for global register variables.
next