]> granicus.if.org Git - clang/shortlog
clang
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-22 Davide ItalianoRemove incomplete comment.
2015-06-21 Saleem AbdulrasoolSema: add a helper for enumerating the TST id (NFC)
2015-06-21 Nico WeberClean up CLCompatOptions.td a bit.
2015-06-21 Justin BognerASTReader: Treat InputFileOffsets as unaligned to avoid UB
2015-06-21 Justin BognerRevert "ASTReader: Copy input file offset data to avoid...
2015-06-21 Saleem AbdulrasoolSema: convert decl + while loop into for loop (NFC)
2015-06-21 Davide Italiano[Codegen] Don't crash if destructor is not accessible.
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-20 Justin BognerASTReader: Copy input file offset data to avoid unalign...
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-06-20 Yaron KerenAvoid clearing an empty PrioritizedCXXGlobalInits, NFC
2015-06-20 NAKAMURA TakumiASTContext.h: Fix utf8 chars in comments.
2015-06-20 NAKAMURA TakumiSemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumen...
2015-06-20 Richard Smith[modules] When determining whether a definition of...
2015-06-20 Richard Smith[modules] Refactor and slightly simplify class definiti...
2015-06-20 Nico WeberSuppress bogus gcc -Wreturn-type warnings.
2015-06-19 Douglas GregorYet another MSVC-related fix.
2015-06-19 Douglas GregorTry to fix the MSVC build
2015-06-19 Douglas GregorStop moving attributes off of a block literal's decl...
2015-06-19 Douglas GregorHandle 'instancetype' in ParseDeclarationSpecifiers.
2015-06-19 Douglas GregorMake -Wnullability-completeness work with -Wsystem...
2015-06-19 Douglas GregorCF_RETURNS_[NOT_]RETAINED on a param makes the inner...
2015-06-19 Douglas GregorAllow the cf_returns_[not_]retained attributes to appea...
2015-06-19 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-19 Douglas GregorFix a use of err_nullability_conflicting that's trigger...
2015-06-19 Alexey Samsonov[CFI] Require -flto instead of implying it.
2015-06-19 Douglas GregorCode completion for nullability type specifiers.
2015-06-19 Douglas GregorCheck for consistent use of nullability type specifiers...
2015-06-19 Douglas GregorIntroduced pragmas for audited nullability regions.
2015-06-19 Douglas GregorImplement the 'null_resettable' attribute for Objective...
2015-06-19 Douglas GregorExtend type nullability qualifiers for Objective-C.
2015-06-19 Douglas GregorDiagnose unsafe uses of nil and __nonnull pointers.
2015-06-19 Eric ChristopherAdd a comment and FIXME based on the commit message...
2015-06-19 Matt ArsenaultAMDGPU: Fix renamed file that was somehow dropped from...
2015-06-19 Matt ArsenaultAMDGPU: Fix places missed in rename
2015-06-19 Douglas GregorIntroduce type nullability specifiers for C/C++.
2015-06-19 Douglas KatzmanFix typo in comment.
2015-06-19 Douglas KatzmanAdd nominal support for 'shave' target.
2015-06-19 Alexander Potapenko[ASan] Initial support for Kernel AddressSanitizer
2015-06-19 Daniel Jasperclang-format: Make exception to AlwaysBreakBeforeMultil...
2015-06-19 Daniel Jasperclang-format: Add TypeScript detection to git-clang...
2015-06-19 Daniel Jasperclang-format: Better fix to detect elaborated enum...
2015-06-19 Alexey Bataev[ATTRIBUTE] Fixed test compatibility.
2015-06-19 Alexey Bataev[ATTRIBUTE] Support base vector types of __attribute__...
2015-06-19 Peter CollingbourneCFI: Implement bitset emission for the Microsoft ABI.
2015-06-19 Peter CollingbourneFix Windows test failure.
2015-06-19 Eric ChristopherFix "the the" in comments/documentation/etc.
2015-06-19 Peter CollingbourneImplement diagnostic mode for -fsanitize=cfi*, -fsaniti...
2015-06-19 Peter CollingbourneFix hexagon test failure.
2015-06-18 Peter CollingbourneIntroduce -fsanitize-trap= flag.
2015-06-18 Richard Smith[modules] Merging support for enums with a local defini...
2015-06-18 Alexey Samsonov[Driver] Compute MacOS/iOS version from triple if/when...
2015-06-18 Tom StellardAMDGPU: Add missing GK_VOLCANIC_ISLANDS to switch statement
2015-06-18 Richard Smith[modules] This debugging option doesn't need to match...
2015-06-18 Nico WeberAdd -Winfinite-recursion to -Wmost (and -Wall), PR23789.
2015-06-18 David MajnemerForgot to update to a test in r240043
2015-06-18 David Majnemer[MS ABI] Initialize "most general" member pointers...
2015-06-18 Nico WeberWrap to 80 columns, no behavior change.
2015-06-18 Tom StellardR600: Add Volcanic Islands targets
2015-06-18 Adrian PrantlAdd missing overrides to MultiplexConsumer. Test covera...
2015-06-18 Adrian PrantlFix a typo.
2015-06-18 Daniel Jasperclang-format: Row back on the AlwaysBreakBeforeMultilin...
2015-06-18 Daniel Jasperclang-format: Better support functions with elaborated...
2015-06-18 Gabor BallabasAllow case-insensitive values for -march for AArch64...
2015-06-18 Alexey Bataev[OPENMP] Codegen for 'proc_bind' clause (4.0).
2015-06-18 Daniel Jasperclang-format: [JS] Add a special case for indenting...
2015-06-18 Alexey Bataev[OPENMP] Support for '#pragma omp taskgroup' directive.
2015-06-18 Alexey Bataev[OPENMP] Fixed test for '#pragma omp parallel for simd'.
2015-06-18 Daniel Marjamaki[clang] Refactoring of conditions so they use isOneOf...
2015-06-18 Alexey Bataev[OPENMP] Add support for 'omp parallel for' directive.
2015-06-18 Daniel Jasperclang-format: Make AlwaysBreakBeforeMultilineStrings...
2015-06-18 Alexey Bataev[OPENMP] Add support for 'omp for simd' directive.
2015-06-18 Alexey Samsonov[Driver] Remove unused class member. NFC.
2015-06-18 Alexey Samsonov[Driver] Simplify code choosing between MacOS and iOS...
2015-06-17 Anton Yartsev[analyzer] Cleanup: $Status is always 0 here.
2015-06-17 Anton Yartsev[analyzer] Close file handle before output to file...
2015-06-17 Richard Smith[modules] Ensure that if we merge the definitions of...
2015-06-17 Alexey Samsonov[Driver] Add an assert to Darwin::isTargetMacOS() for...
2015-06-17 Alexey SamsonovRevert "[Sanitizers] Provide better diagnostic for...
2015-06-17 Richard Smith[modules] Fix typo in default argument merging.
2015-06-17 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-17 David MajnemerUpdate clang to take into account the changes to person...
2015-06-17 Richard Smith[modules] If we merge a template, also track that its...
2015-06-17 Richard Smith[modules] Improve diagnostic for a template-id that...
2015-06-17 Ranjeet Singh[ARM] Replace hard coded metadata arguments in tests...
2015-06-17 Peter CollingbourneCodeGen: Factor out some of the bitset entry creation...
2015-06-17 Eric ChristopherMove xtest to its own file to match the gcc header...
2015-06-17 Eric ChristopherUpdate comments on HLE, RTM, and ADX support for intrin...
2015-06-17 Reid Kleckner[fixit] Use overwriteChangedFiles() to deal with Window...
2015-06-17 Daniel Jasperclang-format: clang-format (NFC)
2015-06-17 Alexander KornienkoQualify all types used in AST matcher macros.
2015-06-17 Daniel Jasperclang-format: Don't generate unnecessary replacements...
2015-06-17 NAKAMURA TakumiFix clang/test/Headers/x86intrin-2.c. _readfsbase_u32...
2015-06-17 Alexey Bataev[OPENMP] Fixed failed test for reduction clause in...
2015-06-17 Daniel Jasperclang-format: [JS] Don't put top-level typescript enums...
2015-06-17 Daniel Jasperclang-format: [JS] Fix typescript enum formatting.
2015-06-17 Daniel Jasperclang-format: NFC. Add a function to test whether an...
2015-06-17 Alexey Bataev[OPENMP] Code reformatting for omp simd codegen, NFC.
2015-06-17 Eric ChristopherUpdate the intel intrinsic headers to use the target...
next