summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Add Clang shared library with C++ exportsChris Bieneman2019-05-163-0/+17
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+1
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-4/+7
* Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher2019-05-141-1/+2
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-132-5/+6
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-103-0/+16
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-101-2/+1
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+4
* [clang-format] Fix the crash when formatting unsupported encodingsOwen Pan2019-05-081-0/+30
* [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-292-0/+16
* [NFC] test commit removing excess lineNikolai Kosjar2019-04-251-1/+0
* Fix "-Wimplicit-fallthrough" warning. NFCI.Simon Pilgrim2019-04-231-0/+1
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-231-27/+33
* 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
* Time profiler: small fixes and optimizationsAnton Afanasyev2019-04-151-1/+1
* clang-format vs plugin: Visual Studio 2019 supportHans Wennborg2019-04-151-1/+1
* Remove a useless assertion in clang-check.Alexander Kornienko2019-04-081-3/+0
* Revert rL357915 from cfe/trunk: Remove a useless assertion in clang-check.Simon Pilgrim2019-04-081-0/+3
* Remove a useless assertion in clang-check.Alexander Kornienko2019-04-081-3/+0
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-042-2/+3
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-313-9/+7
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-1/+23
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-0/+4
* [RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez2019-03-261-4/+9
* libclang/CIndexer.cpp: Use loadquery() on AIX for path to libraryHubert Tong2019-03-231-0/+59
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-1/+1
* [analyzer] Teach scan-build to find clang when installed in /usr/local/bin/Devin Coughlin2019-03-161-2/+21
* [libclang] Expose aligned() attribute.Emilio Cobos Alvarez2019-03-132-0/+3
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+4
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+1
* [libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii2019-03-071-1/+1
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-1/+0
* Allow bundle size to be 0 in clang-offload-bundlerYaxun Liu2019-03-051-1/+1
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-042-2/+2
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-1/+10
* Fix file headers. NFCFangrui Song2019-03-018-30/+29
* [libclang] Avoid crashing when getting layout info of an undeduced type.Emilio Cobos Alvarez2019-02-262-11/+34
* [libclang] Expose warn_unused and warn_unused_result attributes.Emilio Cobos Alvarez2019-02-252-0/+6
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-203-4/+4
* [tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton2019-02-113-4/+4