]> granicus.if.org Git - clang/history - tools
Revert r299355 "[ASTImporter] Fix for importing unnamed structs"
[clang] / tools /
2017-03-31 Hans Wennborgclang-format vs plugin support for Visual Studio 2017
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-24 Krasimir Georgiev[libclang] Bury dead TemporaryFiles
2017-03-22 Jonathan RoelofsActually install scan-build / ccc-analyzer / c++-analyz...
2017-03-21 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-03-21 Argyrios Kyrtzidis[c-index-test] Fix memory leak in c-index-test tool.
2017-03-21 Argyrios Kyrtzidis[index/AST] Determine if a typedef shares a name and...
2017-03-21 Laszlo Nagy[scan-build-py] reuse command line output parameter...
2017-03-20 Laszlo Nagy[scan-build-py] use python tempfile for tempdir
2017-03-16 Reid KlecknerCreate msbuild only when using MSVC
2017-03-09 Richard SmithAdd -cc1 flag -ast-dump-all to perform an AST dump...
2017-03-08 Laszlo Nagy[scan-build-py] move argument parsing into separate...
2017-03-08 Laszlo Nagy[scan-build-py] move argument parsing into separate...
2017-03-08 Laszlo Nagy[scan-build-py] fix some line separator issues
2017-03-06 Eric Fiselier[coroutines] Add DependentCoawaitExpr and fix re-buildi...
2017-03-04 Laszlo Nagy[scan-build-py] create decorator for compiler wrapper...
2017-03-02 Vassil VassilevAdd coding and shebang.
2017-02-27 Nico Weberclang-format: Don't leave behind temp files in -i mode...
2017-02-26 Argyrios Kyrtzidis[index] Add 'Parameter' symbol kind and 'Local' symbol...
2017-02-25 NAKAMURA TakumiRevert r296166, "clang-format: Don't leave behind temp...
2017-02-24 Nico Weberclang-format: Don't leave behind temp files in -i mode...
2017-02-23 Argyrios Kyrtzidis[c-index-test] For the 'core' invocation, avoid running...
2017-02-18 Richard SmithCleanup: use range-based for rather than separate calls...
2017-02-17 Richard SmithAdd an explicit derived class of FunctionDecl to model...
2017-02-16 Anastasia Stulova[OpenCL] Correct ndrange_t implementation
2017-02-15 Rafael EspindolaFix the static build.
2017-02-14 Laszlo Nagy[scan-build-py] move function report_directory from...
2017-02-14 Laszlo Nagy[scan-build-py] use subprocess wrapper to execute build
2017-02-10 Joey Gouly[libclang] [OpenCL] Expose half type.
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...
next