summaryrefslogtreecommitdiff
path: root/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+1
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-182-0/+12
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-161-2/+2
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-1/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-142-0/+12
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-102-0/+11
* Correct function declarations; NFC.Aaron Ballman2019-09-301-2/+4
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-124-9/+34
* libclang depends on ClangDriverOptions since r352803Nico Weber2019-09-061-1/+4
* [clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2019-09-051-7/+7
* [libclang] Refactored SharedParsedRegionsStorageDmitri Gribenko2019-09-051-24/+23
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-37/+35
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-10/+13
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-1/+3
* [libclang][index][NFCi] Refactor machinery for skipping function bodiesJan Korous2019-08-261-41/+65
* [libclang][NFC] Remove debug commentJan Korous2019-08-221-3/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-145-11/+11
* Removed dead code from clang/tools/libclang/CXIndexDataConsumer.{cpp,h}Dmitri Gribenko2019-08-142-51/+0
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+3
* Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer2019-08-072-4/+3
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-5/+3
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-072-4/+4
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-012-5/+10
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-1/+1
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+1
* [libclang] Fix hang in release / assertion in debug when evaluating value-dep...Emilio Cobos Alvarez2019-07-091-0/+2
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-022-0/+4
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-112-4/+12
* Build with _XOPEN_SOURCE defined on AIXDavid Tenty2019-06-071-0/+5
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+2
* [libclang] visit c++14 lambda capture init expressionsNikolai Kosjar2019-05-211-2/+6
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+1
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-102-0/+9
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+4
* [libclang] PR41649: Remove pointless duplicate flag. NFC.Nikolai Kosjar2019-05-081-3/+2
* Allow field offset lookups in types with incomplete arrays within libclang.Aaron Ballman2019-05-071-2/+10
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+4
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-1/+1
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-4/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+4
* [libclang] Add missing export for clang_Cursor_isAnonymousRecordDeclIvan Donchevskii2019-04-291-0/+1
* [libclang] Restore old clang_Cursor_isAnonymous behaviourIvan Donchevskii2019-04-291-0/+10
* [NFC] test commit removing excess lineNikolai Kosjar2019-04-251-1/+0
* Attempt to fix LLVM_ENABLE_THREADS=OFF build after r358665Nico Weber2019-04-211-0/+2
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-3/+2
* [clang][CIndex] Use llvm::set_thread_priorityKadir Cetinkaya2019-04-181-3/+1
* [libclang] Expose ext_vector_typeSven van Haastregt2019-04-171-0/+8