]> granicus.if.org Git - clang/history - tools
[ASTMatchers] Existing matcher hasAnyArgument fixed
[clang] / tools /
2016-03-29 Chris Bieneman[Order Files] Fix order file usage
2016-03-25 Ben Langmuir[index] Remove redundancy between symbol kind and language
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-09 Argyrios Kyrtzidis[index] libclang: Make sure to treat forward ObjC proto...
2016-03-04 Alexey Bataev[OPENMP] Simplify handling of clauses with postupdates...
2016-03-03 NAKAMURA TakumiTweak CMakeLists not for libclang to depend on the...
2016-03-03 Benjamin Kramer[libclang] Link clang-tidy plugin into libclang if...
2016-03-03 John McCallSemantic analysis for the swiftcall calling convention.
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-03-02 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'reduction...
2016-03-01 Manuel KlimekOptionally demote fatal errors to non-fatal errors.
2016-02-29 Argyrios Kyrtzidis[index] Print and test module import references.
2016-02-25 Alexey Bataev[OPENMP 4.5] Codegen for member decls in 'lastprivate...
2016-02-23 Chris Bieneman[CMake] Add install-clang-format target by migrating...
2016-02-21 Anton Yartsev[analyzer][scan-build] Non-existing directory for scan...
2016-02-20 Argyrios Kyrtzidis[c-index-test] CMake: When installing c-index-test...
2016-02-18 Yury Gribov[analyzer] Add --force-analyze-debug-code option to...
2016-02-17 Alexey Bataev[OPENMP 4.5] Codegen support for data members in 'first...
2016-02-17 Chandler Carruth[cmake] Revert r260742 (and r260744) to improve order...
2016-02-16 Alexey Bataev[OPENMP] Improved handling of pseudo-captured expressio...
2016-02-15 Argyrios Kyrtzidis[AST/index] Introduce an option 'SuppressTemplateArgsIn...
2016-02-15 Saleem Abdulrasoolsilence -Wreturn-type warnings
2016-02-14 Argyrios Kyrtzidis[index] Factor libclang's functionality to determing...
2016-02-14 Benjamin KramerDon't leak the ASTUnit when done with testing.
2016-02-14 NAKAMURA Takumic-index-test: Fix libdeps corresponding to r260841.
2016-02-14 Argyrios Kyrtzidis[c-index-test] Fix a gcc build error.
2016-02-14 Argyrios Kyrtzidis[index] Fix gcc builds.
2016-02-14 Argyrios Kyrtzidis[index] Enhance c-index-test tool and have it link...
2016-02-14 Argyrios Kyrtzidis[index] Allow calling createIndexingAction() without...
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-13 NAKAMURA Takumilibclang/CMakeLists.txt: Prune IndexingContext.h out...
2016-02-12 Argyrios Kyrtzidis[libclang] Separate the underlying indexing functionali...
2016-02-12 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-10 Anton Yartsev[analyzer] Windows: launch scan-build from an arbitrary...
2016-02-10 Eugene ZelenkoFix some Clang-tidy readability-redundant-control-flow...
2016-02-10 Daniel Jasperclang-format sort include use the source file name...
2016-02-10 NAKAMURA Takumilibclang: Enable skip-parsed-bodies on win32.
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: make sure to not visit init-list...
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: handle 'TopLevelDeclInObjCContaine...
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: for a synthesized property referen...
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: Have the semantic container of...
2016-02-08 Aaron BallmanMove static functions returning UDTs outside of the...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-06 Saleem AbdulrasoolIndex: provide adjustment thunk information for C+...
2016-02-05 Chris Bieneman[CMake] One more try to make CMake clean up after itself
2016-02-05 Chris BienemanRevert "[CMake] Improve the clang order-file generation...
2016-02-05 Chris Bieneman[CMake] Trying to fix a bot failure I introduced in...
2016-02-05 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-27 Benjamin KramerUpdate for LLVM change.
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel directive.
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for defaultmap clause.
2016-01-20 Daniel Jasperclang-format-diff: Replace hard-code default for clang...
2016-01-20 Aaron BallmanSilencing several -Wcast-qual warnings; NFC.
2016-01-19 Chris Bieneman[CMake] Creating add_clang_tool macro to wrap add_clang...
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target exit data" directive.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2016-01-16 Argyrios Kyrtzidis[libclang] Introduce APIs for evaluating a cursor and...
2016-01-15 Joerg SonnenbergerAvoid self-assignment of SmallString, trigger UB behavi...
2016-01-15 Carlo BertolliAdd OpenMP dist_schedule clause to distribute directive...
2016-01-14 Chris Bieneman[CMake] Move the install logic for libclang's headers...
2016-01-13 Eugene ZelenkoInstall scan-build and scan-view only if Static Analyze...
2016-01-12 Laszlo NagyD9600: Add scan-build python implementation
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-07 Sergey Kalinichev[libclang] Handle AutoType in clang_getTypeDeclaration
2016-01-06 Erik VerbruggenShow inclusions from a preamble in clang_getInclusions.
2015-12-29 James Y Knight[TrailingObjects] Convert OffsetOfExpr.
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-12-24 James Y Knight[TrailingObjects] Convert ASTTemplateKWAndArgsInfo...
2015-12-21 David Majnemer[clang-cl] Add support for /Brepro
2015-12-21 Alexander Kornienko[scan-view] replace deprecated optparse with argparse
2015-12-15 Benjamin Kramer[libclang] Add a flag to create the precompiled preambl...
2015-12-15 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
2015-12-14 Carlo BertolliAdd parse and sema of OpenMP distribute directive with...
2015-12-10 Saleem Abdulrasoollibclang: expose dllexport, dllimport attributes
2015-12-10 Saleem Abdulrasoollibclang: correct inverted logic
2015-12-09 NAKAMURA TakumiRevert r255001, "Add parse and sema for OpenMP distribu...
2015-12-08 Hans WennborgUpdate clang-format-vs README
2015-12-08 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'taskloop' direc...
2015-11-27 Kelvin Li[OpenMP] Parsing and sema support for thread_limit...
2015-11-25 Alexey Bataev[MSVC] 'property' with an empty array in array subscrip...
2015-11-24 Richard SmithTeach RAV to pass its DataRecursionQueue to derived...
2015-11-24 Kelvin Li[OpenMP] Parsing and sema support for num_teams clause
2015-11-24 Richard SmithRemove DataRecursiveASTVisitor; it no longer serves...
2015-11-23 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-11-23 Daniel Jasperclang-format: Make moving of the Cursor work properly...
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause
2015-11-20 Chris BienemanHonor system specific paths of MAN pages
next