summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [CMake] One more try to make CMake clean up after itselfChris Bieneman2016-02-051-1/+1
* Revert "[CMake] Improve the clang order-file generation workflow"Chris Bieneman2016-02-051-5/+1
* [CMake] Trying to fix a bot failure I introduced in r259862Chris Bieneman2016-02-051-1/+1
* [CMake] Improve the clang order-file generation workflowChris Bieneman2016-02-051-1/+5
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-032-0/+12
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* Update for LLVM change.Benjamin Kramer2016-01-271-1/+1
* Remove autoconf supportChris Bieneman2016-01-2612-516/+0
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-262-0/+11
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+2
* clang-format-diff: Replace hard-code default for clang-format binary with flag.Daniel Jasper2016-01-201-9/+6
* Silencing several -Wcast-qual warnings; NFC.Aaron Ballman2016-01-201-2/+4
* [CMake] Creating add_clang_tool macro to wrap add_clang_executable and genera...Chris Bieneman2016-01-191-13/+1
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-192-0/+11
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-192-0/+11
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-163-70/+529
* Avoid self-assignment of SmallString, trigger UB behavior down the road.Joerg Sonnenberger2016-01-151-3/+3
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-151-0/+5
* [CMake] Move the install logic for libclang's headers into the libclang CMake...Chris Bieneman2016-01-141-0/+22
* Install scan-build and scan-view only if Static Analyzer was enabled.Eugene Zelenko2016-01-131-2/+2
* D9600: Add scan-build python implementationLaszlo Nagy2016-01-1253-0/+5832
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+4
* [libclang] Handle AutoType in clang_getTypeDeclarationSergey Kalinichev2016-01-072-0/+26
* Show inclusions from a preamble in clang_getInclusions.Erik Verbruggen2016-01-062-26/+72
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-291-1/+0
* Refactor: Simplify boolean conditional return statements in tools/libclangAlexander Kornienko2015-12-283-21/+7
* [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...James Y Knight2015-12-241-32/+45
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-3/+8
* [scan-view] replace deprecated optparse with argparseAlexander Kornienko2015-12-211-45/+48
* [libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer2015-12-153-4/+21
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-151-0/+4
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-142-0/+11
* libclang: expose dllexport, dllimport attributesSaleem Abdulrasool2015-12-102-0/+6
* libclang: correct inverted logicSaleem Abdulrasool2015-12-101-2/+1
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-092-11/+0
* Update clang-format-vs READMEHans Wennborg2015-12-081-3/+4
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-081-0/+4
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-082-0/+11
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-071-0/+4
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-071-0/+2
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-032-0/+11
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-0/+4
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-012-0/+10
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-271-0/+4
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+1
* Teach RAV to pass its DataRecursionQueue to derived classes if they ask for it,Richard Smith2015-11-241-2/+3
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-241-0/+4
* Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith2015-11-242-5/+5
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-11-233-0/+52
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-34/+33