]> granicus.if.org Git - clang/history - tools
Don't try to link to the 4.0 release notes
[clang] / tools /
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-01-30 Argyrios Kyrtzidis[c-index-test] CMake: add missing reference to clangSer...
2017-01-30 Argyrios Kyrtzidis[c-index-test] Provide capability to index module file...
2017-01-29 Laszlo Nagy[scan-build-py] remove not used flag
2017-01-29 Argyrios Kyrtzidis[c-index-test] Provide capability for 'c-index-test...
2017-01-28 Laszlo Nagy[scan-build-py] remove batch files
2017-01-28 Laszlo Nagy[scan-build-py] use subprocess wrapper
2017-01-28 Matthias BraunAvoid calling dump() in normal code
2017-01-27 Martin Probstclang-format: [JS] do not format MPEG transport streams.
2017-01-26 Richard SmithPR0091R3: Implement parsing support for using templates...
2017-01-26 Argyrios Kyrtzidis[index] When indexing an ObjC method declaration use...
2017-01-25 Arpith Chacko Jacob[OpenMP] Support for thread_limit-clause on the 'target...
2017-01-25 Arpith Chacko Jacob[OpenMP] Support for num_teams-clause on the 'target...
2017-01-25 Arpith Chacko Jacob[OpenMP] Support for the num_threads-clause on 'target...
2017-01-20 Philipp StephaniUse UTF-8 for all communication with clang-format
2017-01-18 Arpith Chacko Jacob[OpenMP] Support for the if-clause on the combined...
2017-01-17 Philipp StephaniMake sure that clang-format input is in the right encoding
2017-01-17 Antonio Maioranoclang-format: Make GetStyle return Expected<FormatStyle...
2017-01-11 Benjamin KramerUnbreak the clang-fuzzer build after r291184.
2017-01-10 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-09 Alexander Shaposhnikov[clang] Enable using --section-ordering-file option...
2017-01-08 Argyrios Kyrtzidis[index] Introduce SymbolSubKind for reporting language...
2017-01-06 David BlaikieReapply "IntrusiveRefCntPtr -> std::shared_ptr for...
2017-01-06 David BlaikieRevert "IntrusiveRefCntPtr -> std::shared_ptr for Compi...
2017-01-05 David BlaikieIntrusiveRefCntPtr -> std::shared_ptr for CompilerInvoc...
2017-01-05 David BlaikieMove Preprocessor over to std::shared_ptr rather than...
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-22 Sean CallananTestbed and skeleton of a new expression parser
2016-12-20 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-20 Kevin FunkFix for clang_Cursor_getSpellingNameRange()
2016-12-19 Sean CallananReverting r290004, r290006, r290010 pending review.
2016-12-19 NAKAMURA Takumi[libclang] Revert part of r290025, "Remove the 'extern...
2016-12-19 Daniel JasperRevert "[c++1z] P0195R2: Support pack-expansion of...
2016-12-19 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-17 Argyrios Kyrtzidis[libclang] Remove the 'extern "C"' blocks from the...
2016-12-16 Sean CallananAdded clangLex to the dependencies for clang-import...
2016-12-16 Reid KlecknerFix MSVC build of libclang after r288438
2016-12-16 Sean CallananFixed library dependencies on clang-import-test to...
2016-12-16 Sean CallananTestbed and skeleton of a new expression parser
2016-12-16 Argyrios Kyrtzidis[libclang] Restore the CXXRecordDecl path for clang_Typ...
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...
next