]> granicus.if.org Git - clang/shortlog
clang
2015-03-18 Yaron KerenFix gcc ambiguity error (Visual C++ was OK with these).
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-18 David MajnemerLex: Don't call getIdentifierInfo on annotation tokens
2015-03-18 David MajnemerMS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when...
2015-03-18 David MajnemerMSVC Compat: Permit char16_t, char32_t and _Atomic...
2015-03-18 Alexey Bataev[OPENMP] Fix crash on code emitting if errors are found.
2015-03-18 David MajnemerMS ABI: Empty pack expansions had their mangling change...
2015-03-18 Richard SmithMake module files passed to a module build via -fmodule...
2015-03-18 NAKAMURA TakumiFix test in release mode. This reapplies r232456, corre...
2015-03-18 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-17 David MajnemerBasic: Update clang to reflect changes made to LLVM...
2015-03-17 Kaelyn TakataFix a crash when the size of an 'auto' is needed and...
2015-03-17 Justin BognerMS ABI: Fix a couple of -Winconsistent-missing-override...
2015-03-17 Michael ZolotukhinImply linker arguments from '-fveclib' option.
2015-03-17 Reid KlecknerMS ABI: Build C++ default argument exprs for exported...
2015-03-17 David MajnemerMS ABI: Emit HandlerMap entries for C++ catch
2015-03-17 David MajnemerWIP
2015-03-17 Michael ZolotukhinAdd fveclib option.
2015-03-17 Reid KlecknerMS ABI: Delay default constructor closure checking...
2015-03-17 Dmitri GribenkoComment parsing: move a diagnostic to the correct group.
2015-03-17 Hans WennborgRevert r232454 and r232456: "Fix the LLVM type used...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (Clang)
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 Nick LewyckyFix test in release mode.
2015-03-17 Richard Smith[modules] Fix bug where an anonymous namespace could...
2015-03-17 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-17 Duncan P. N... CodeGenCXX: Test that linetables work with variadic...
2015-03-17 Justin BognerFix typo in previous commit
2015-03-16 Justin BognerGCOV: Expose the -coverage-exit-block-before-body flag...
2015-03-16 Rafael EspindolaUpdate for llvm API change.
2015-03-16 Richard TrieuTake the non-reference type when constructing a dummy...
2015-03-16 Richard Smith[modules] If we find more formerly-canonical declaratio...
2015-03-16 Richard SmithLambdaify some helper functions. No functionality change.
2015-03-16 Joerg SonnenbergerGlobal inline assembler blocks are merged before parsin...
2015-03-16 Gabor Horvath[clang] Replacing asserts with static_asserts where...
2015-03-16 Alexander Musman[OPENMP] Enable codegen of the ‘private’ clause for...
2015-03-15 Benjamin KramerSimpleArray: Provide reverse iteration via std::reverse...
2015-03-15 Benjamin KramerImplement PreprocessingRecord's and LazyVector's iterat...
2015-03-15 Daniel Jasperclang-format: [JS] support cast syntax and type arguments.
2015-03-15 Daniel Jasperclang-format: [JS] more precisely detect enums.
2015-03-15 David MajnemerMS ABI: Don't use qualified pointee types for 'catch...
2015-03-15 Dmitri Gribenko-Wempty-body: fix false negative triggered by macros
2015-03-14 David MajnemerMS ABI: Tidy up references to the ASTContext
2015-03-14 David MajnemerCodeGen: Correctly initialize bitfields with non-consta...
2015-03-14 Benjamin KramerSort ObjCProtocolDecls with array_pod_sort.
2015-03-14 Benjamin Kramer[analyzer] Sort path diagnostics with array_pod_sort.
2015-03-14 David MajnemerMS ABI: Mangle virtual member pointer thunks with the...
2015-03-14 Chandler Carruth[modules] Teach the AST reader to handle the case of...
2015-03-14 Peter CollingbourneImplement bad cast checks using control flow integrity...
2015-03-14 Ahmed BougachaAdd a bunch of missing "CHECK" colons in tests. NFC.
2015-03-13 David MajnemerMS ABI: Generate default constructor closures
2015-03-13 Robert LougherMake tests more robust. No functional change.
2015-03-13 David MajnemerMS ABI: Implement __GetExceptionInfo for std::make_exce...
2015-03-13 David BlaikieTest case updates for explicit type parameter to the...
2015-03-13 David BlaikieUpdate test case to make it easier to automatically...
2015-03-13 Benjamin KramerSema: Replace the SetVector/DenseMap/std::sort combinat...
2015-03-13 Daniel JasperWhen building a module, all headers of submodules can...
2015-03-13 Daniel Jasperclang-format: Don't corrupt macros with open braces.
2015-03-13 Alexey Bataev[OPENMP] Additional sema analysis for 'omp atomic[...
2015-03-13 Daniel JasperMake a module "use" also count as use of all its submodules
2015-03-13 Alexander Musman[OPENMP] Re-factor __kmpc_for_static_init_* routine...
2015-03-13 Chandler Carruth[Modules] Teach Clang to survive ambiguous macros which...
2015-03-13 Argyrios Kyrtzidis[libclang] Fix crash when code-completing inside constr...
2015-03-13 Argyrios Kyrtzidis[libclang] During member ref expression visitation...
2015-03-13 Richard SmithDeduplicate #undef directives imported from multiple...
2015-03-13 Joerg SonnenbergerSimplify.
2015-03-12 NAKAMURA Takumi[CMake] Add clangBasic in ASTMatchersTests, according...
2015-03-12 Benjamin KramerDisambiguate call for GCC.
2015-03-12 Benjamin KramerCodeGen: Base the conditional cleanup machinery on...
2015-03-12 Daniel Jasperclang-format: [OBJC] Don't indent 8 spaces in method...
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Benjamin KramerSema: Make BoundTypeDiagnoser a variadic template
2015-03-12 Nico WeberFix grammar in a comment, wrap to 80 columns. No behavi...
2015-03-12 Nico WeberRemove duplicate "the". N+1 redundancy is not useful...
2015-03-12 David MajnemerMS ABI: Allow a nullptr_t exception to be caught by...
2015-03-12 Logan Chien[docs] Update the doxygen configuration file.
2015-03-12 Logan Chien[docs] Replace the doxygen qch option properly.
2015-03-12 Sanjay PatelReplace second (hopefully unused) access of macro input...
2015-03-12 Benjamin KramerASTMatchers: Add an explicit dependency on libclangBasic.
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-12 Manuel KlimekAdd support for a few Objective-C matchers.
2015-03-12 Daniel Jasperclang-format: When putting */& next to types, also...
2015-03-12 Daniel Jasperclang-format: [Java] Support anonymous classes after...
2015-03-12 Benjamin KramerSema: Don't emit a missing prototype warning for delete...
2015-03-12 Benjamin KramerUse Sema's PrintingPolicy when diagnosing DeclSpecs.
2015-03-12 Aaron BallmanReverting r232034, as it broke one of the bots with...
2015-03-12 Aaron BallmanInstead of dereferencing std::vector::end() (which...
2015-03-12 Alexander Musman[OPENMP] CodeGen - 'omp for' with dynamic schedule...
2015-03-12 Aaron BallmanAdded some matchers for objective c selectors and messa...
2015-03-12 Alexey Bataev[OPENMP] Initial codegen for 'omp sections' and 'omp...
2015-03-12 Tanya LattnerUpdate copyright year to 2015.
2015-03-12 Justin BognerDriver: Keep -isysroot flags in crash scripts if we...
2015-03-12 Peter Collingbournedocs: Document byte arrays.
2015-03-12 Justin BognerDriver: Print the clang version and original command...
2015-03-11 Joerg SonnenbergerUnder duress, move check for target support of __builti...
2015-03-11 Alexey SamsonovAdd deprecation notice for -f(no-)sanitize-recover...
2015-03-11 Anton Yartsev[analyzer] www: +progress for undefbehavior.ZeroAllocDe...
2015-03-11 David MajnemerDon't overconstrain a FileCheck pattern
2015-03-11 Hal Finkel[PowerPC] ABI support for the QPX vector instruction set
2015-03-11 David MajnemerMS ABI: Mark 'throw' as implemented in the compatibilit...
next