summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-1/+1
* Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directoryDaniel Sanders2019-12-033-3/+3
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-025-0/+38
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-015-38/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-015-0/+38
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-015-38/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-305-0/+38
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-11-305-38/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-305-0/+38
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* Add a test to cover structural match for recursive data typesBruno Cardoso Lopes2019-11-145-0/+27
* Improve VFS compatibility on WindowsAdrian McCarthy2019-11-142-6/+0
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-2/+2
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-211-0/+34
* Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer2019-10-191-33/+0
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-191-0/+33
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-0/+33
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-33/+0
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-0/+33
* Prefer 'env not' over 'not env' in tests.Nico Weber2019-10-1411-22/+22
* [test] Use %clang_cc1 instead of %clang -cc1Fangrui Song2019-09-272-2/+2
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-241-1/+2
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-231-2/+1
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-231-1/+2
* make -frewrite-includes also rewrite conditions in #if/#elifLubos Lunak2019-09-181-1/+1
* [Modules][Objective-C] Use complete decl from module when diagnosing missing ...Bruno Cardoso Lopes2019-09-165-0/+24
* Switch "windows" to "system-windows" in some XFAILsJeremy Morse2019-09-122-2/+2
* Start porting ivfsoverlay tests to WindowsReid Kleckner2019-09-113-6/+8
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-105-8/+0
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-105-0/+8
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-105-8/+0
* [Modules] Fix rebuilding an updated module for each of its consumers.Volodymyr Sapsai2019-08-285-0/+44
* [Driver] Add float-divide-by-zero back to supported sanitizers after D63793/r...Fangrui Song2019-07-101-1/+1
* [ODRHash] Fix null pointer dereference for ObjC selectors with empty slots.Volodymyr Sapsai2019-06-281-0/+31
* [ODRHash] Skip some typedef types.Richard Trieu2019-06-221-1/+62
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-1/+1
* Fix r361428 for Windows buildbots/manglingDavid Blaikie2019-05-221-1/+1
* Fix new enum-codegen.cpp testReid Kleckner2019-05-221-1/+1
* Modules: Code generation of enum constants for merged enum definitionsDavid Blaikie2019-05-221-0/+36
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-2/+2
* [X86] Make `x86intrin.h`, `immintrin.h` includable with `-fno-gnu-inline-asm`.Volodymyr Sapsai2019-05-131-0/+2
* Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminatePaul Robinson2019-05-101-1/+2
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-092-5/+3
* Allow test to pass after 2030.Aaron Ballman2019-05-081-2/+2
* Fix buildbot break after r360195Nemanja Ivanovic2019-05-081-0/+2
* -frewrite-imports: Add support for wildcard rules in umbrella modules withDavid Blaikie2019-05-071-0/+36
* Reduce amount of work ODR hashing does.Richard Trieu2019-05-041-0/+37
* Change llvm-{objdump,readobj} -long-option to --long-option or well-known sho...Fangrui Song2019-05-011-2/+2
* Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie2019-04-252-3/+2
* Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu2019-04-251-1/+0
OpenPOWER on IntegriCloud