]> granicus.if.org Git - clang/history - tools
Revert r289979 due to regressions
[clang] / tools /
2016-12-16 Antonio Maioranoclang-format-vsix: add command to format document
2016-12-16 Antonio Maioranoclang-format-vsix: add a date stamp to the VSIX version...
2016-12-14 Stephan BergmannReplace APFloatBase static fltSemantics data members...
2016-12-12 Daniel Jasperclang-format: Separate out a language kind for ObjC.
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
2016-12-10 Vedant Kumar[clang-format] Another attempt at python 3 compatibility
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-12-06 Mandeep Singh Grang[clang] Fix D26214: Move error handling out of MC and...
2016-12-03 Sylvestre LedruAdd the --no-color option to the git call in the doc...
2016-12-01 Argyrios Kyrtzidis[libclang] Add APIs to check the result of an integer...
2016-12-01 Mandeep Singh Grang[clang] Implement support for -defsym assembler option
2016-12-01 Hans WennborgFix VS2015 build of clang-format-vsix by using NuGet...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-29 John McCallgetObjCEncodingForMethodDecl cannot fail. Simplify...
2016-11-19 Chris Bieneman[CMake] Fixing clang standalone build
2016-11-18 Chris Bieneman[CMake] clang depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] clang-offload-bundler depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] Fixing variable names that were mistyped
2016-11-17 Benjamin KramerLink include-fixer into libclang if clang-tools-extra...
2016-11-15 Argyrios Kyrtzidis[libclang] Generalize clang_getNumTemplateArguments...
2016-11-14 Eric FiselierAdd explicit (void) cast to result of unique_ptr::release()
2016-11-11 Argyrios Kyrtzidis[index] Rename SymbolSubKind -> SymbolProperty, NFC.
2016-11-11 Teresa JohnsonMirror the llvm changes that split Bitcode/ReaderWriter.h
2016-11-09 Argyrios Kyrtzidis[libclang] Fix issue with clang_tokenize and make sure...
2016-11-09 Pavel LabathReplace TimeValue with TimePoint in BuildSystem.cpp...
2016-11-08 Stephen Hinesclang-format: Use git-ls-tree to get file mode in diff...
2016-11-04 Olivier Goffart[index] Expose FriendDecl
2016-11-03 Hongbin ZhengRemove the unused POLLY_LINK_LIBS for linking polly...
2016-11-02 Erich Keaneregcall: Implement regcall Calling Conv in clang
2016-10-27 Alexander KornienkoAttempt to make clang-format.py python 3 - compatible.
2016-10-27 Alexander KornienkoFix warnings from python difflib.
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-24 Alexander KornienkoFix clang-format vim integration issue with non-ascii...
2016-10-20 Erik PilkingtonReplace uses of LLVM_FUNCTION_NAME with __func__, this...
2016-10-15 Richard SmithDisable a silly GCC diagnostic for combining a scanf...
2016-10-14 Richard Smith[linux] When pre-reserving stack pages to work around...
2016-10-10 Mehdi AminiStore FileEntry::Filename as a StringRef instead of...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-04 Manuel KlimekMinor cleanups in clang-format.el.
2016-10-02 Michal Gorny[cmake] Install 'clang-cpp' symlink
2016-09-24 Laszlo Nagy[analyzer][scan-build-py] subprocess output handling...
2016-09-22 Stephen Hinesclang-format: Add an option to git-clang-format to...
2016-09-15 Hans Wennborgclang-format VS plugin: upgrade the project files to...
2016-09-14 Devin Coughlin[analyzer] scan-build-py: Remove relative path hack...
2016-09-13 Manman RenObjectiveC generics: Add ObjCTypeParamType in the type...
2016-09-13 Stephen Hinesclang-format: Add Java detection to git-clang-format.
2016-09-13 Richard TrieuHandle empty message in static_asserts.
2016-09-12 Daniel Jasperclang-format: Make emacs integration work with narrowed...
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-07 Eugene Zelenko[clang-offload-bundler] Fix some Clang-tidy modernize...
2016-09-06 Devin Coughlin[scan-build-py] Increase precision of timestamp in...
2016-09-06 Pierre Gousseau[clang-cl] Check that we are in clang cl mode before...
2016-09-01 Richard SmithWhen we reach the end of a #include of a header of...
2016-08-31 Luke Drummond[clang-format-vim] Support vim linked against py3
2016-08-25 Vitaly BukaFix memory leaks in clang-offload-bundler
2016-08-24 NAKAMURA Takumiclang-offload-bundler: Update libdeps.
2016-08-24 Samuel Antao[Driver][OpenMP][CUDA] Add capability to bundle object...
2016-08-24 Samuel Antaoclang-offload-bundler - offload files bundling/unbundli...
2016-08-23 Chris Bienemandriver: Support checking for rlimits via cmake (when...
2016-08-19 Vedant Kumar[Driver] Remove unused #include of llvm/Support/config.h
2016-08-18 Richard SmithUse __has_include rather than a configure-time macro...
2016-08-18 Vedant KumarRevert "[Driver] Use llvm-config.h, not config.h to...
2016-08-18 Cameron Desrochers[libclang] Added missing entry for newly introduced...
2016-08-18 Cameron Desrochers[libclang] Add clang_getAllSkippedRanges function
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-18 Vedant Kumar[Driver] Use llvm-config.h, not config.h to unbreak...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-17 Richard SmithAdd missing close brace to fix Windows bots. Oops :(
2016-08-17 Richard SmithIf possible, set the stack rlimit to at least 8MiB...
2016-08-16 Chris Bieneman[CMake] Fixing typo in Info.plist generation
2016-08-11 Chris Bieneman[Order Files] Don't use empty order files
2016-08-10 Eric LiuMake clang-format remove duplicate headers when sorting...
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-08-01 Artem Dergachev[analyzer] Fix execution permissions for the scan-build...
2016-08-01 Eric LiuImplement tooling::Replacements as a class.
2016-08-01 Sylvestre Ledruscan-build: Add an option to show the description in...
2016-07-30 Argyrios Kyrtzidis[c-index-test] Make sure to check that clang_Cursor_get...
2016-07-25 Joel Jones[cc1as] Add MCTargetOptions argument to createAsmBackend
2016-07-22 Richard SmithP0217R3: Parsing support and framework for AST represen...
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-18 Mehdi AminiAdd missing header in ClangFuzzer (after r275882 cleanup)
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
2016-07-15 Argyrios Kyrtzidis[index] Create different USR if a property is a class...
2016-07-15 Peter CollingbourneFrontend: Simplify ownership model for clang's output...
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for OpenM...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for claus...
2016-07-11 Eric LiuMake tooling::applyAllReplacements return llvm::Expecte...
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-06 Kelvin Li[OpenMP] Sema and parsing for 'distribute simd' pragma
2016-07-05 Kelvin Li[OpenMP] Sema and parse for 'distribute parallel for...
2016-07-01 Argyrios Kyrtzidis[libclang] Sync-up the way top-level decls in an ASTUni...
2016-06-30 Nikolay HaustovAMDGPU: Set amdgpu_kernel calling convention for OpenCL...
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-27 Carlo BertolliResubmission of http://reviews.llvm.org/D21564 after...
2016-06-24 Carlo BertolliRevert r273705
2016-06-24 Carlo Bertolli[OpenMP] Initial implementation of parse and sema for...
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-23 David MajnemerUse ranges to concisely express iteration
next