aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/arcmt-test
AgeCommit message (Expand)AuthorFilesLines
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-9/+5
2021-03-23[NFC] Formatting changesAbhina Sreeskantharajan1-7/+7
2021-03-19[SystemZ][z/OS] Distinguish between text and binary files on z/OSAbhina Sreeskantharajan1-3/+9
2020-12-02ARCMigrate: Stop abusing PreprocessorOptions for passing back file remappings...Duncan P. N. Exon Smith1-5/+4
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-2/+1
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-1/+2
2019-08-27ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko1-3/+2
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song1-0/+1
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington1-2/+2
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2016-07-18[NFC] Header cleanupMehdi Amini1-2/+4
2016-06-09Update to match LLVM r272232.Richard Smith1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-26/+0
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-3/+3
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-2/+5
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-4/+2
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+4
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-4/+2
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+4
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-4/+3
2015-02-21configure+make: Rearange clangCodeGen to come before clangAST.Adrian Prantl1-2/+2
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+3
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-3/+2
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+3
2014-09-11Use the simpler version of llvm::sys::fs::exists.Rafael Espindola1-5/+2
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-1/+1
2014-07-07Peel away old-style file remapping typedefs and cruftAlp Toker1-4/+2
2014-07-06Update for llvm api change.Rafael Espindola1-9/+8
2014-06-12Include system_error directly.Rafael Espindola1-1/+1
2014-06-08[C++11] Use 'nullptr'. Tools edition.Craig Topper1-3/+3
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-4/+4
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-5/+5
2014-01-31[CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs...NAKAMURA Takumi1-6/+3
2013-06-26Remove dead include.Rafael Espindola1-1/+0
2013-06-26Use llvm::sys::fs::getMainExecutable.Rafael Espindola1-2/+2
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-1/+1
2013-06-13Don't depend on the transitive inclusion of PathV1.h.Rafael Espindola1-0/+1
2013-01-19these now depend on the bitcode reader too.Chris Lattner2-1/+2
2012-12-04Sort #include lines for tools/...Chandler Carruth1-2/+2
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor1-4/+6
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2-2/+2
2012-08-09[ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier1-1/+3
2012-08-08Add various MC components to clang build to support MS-style inline assembly.Chad Rosier1-1/+2
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-6/+6
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth1-1/+1
2012-06-20Fix cmake build.Rafael Espindola1-1/+0
2012-06-20Structured comment parsing, first step.Dmitri Gribenko2-1/+3
2012-04-13Kill the last vestiges of clangIndexDouglas Gregor1-1/+1