summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Minor improvements to man page formattingAaron Puchert2022-05-27-6/+7
* [fix_includes] Recognize namespace aliasesKim Gräsman2022-05-24-1/+34
* [ci] Add workaround for missing libMLIRSupportIndentedOstream.aKim Gräsman2022-05-22-0/+1
* Add mappings for byteorder(3) functionsAlejandro Colomar2022-05-21-2/+10
* Print space between pointer and declKim Gräsman2022-05-19-2/+2
* Allow printing of null AST entitiesKim Gräsman2022-05-19-4/+18
* Remove special printing of invalid locationsKim Gräsman2022-05-19-5/+1
* Clarify that Print... functions are intended for debugger useKim Gräsman2022-05-19-7/+8
* Replace Print... with stream chainingKim Gräsman2022-05-19-6/+3
* [ci] Add workaround for missing tblgen-lsp-serverKim Gräsman2022-05-19-0/+4
* Do not warn on unnamed struct fieldsJan Kokemüller2022-05-18-4/+20
* [cmake] Support LLVM external project buildKim Gräsman2022-04-25-7/+25
* [cmake] Use "standalone" instead of out-of-tree/in-treeKim Gräsman2022-04-25-5/+5
* [doc] Separate compatibility notes from buildKim Gräsman2022-04-24-5/+7
* [doc] Reduce emphasisKim Gräsman2022-04-24-1/+1
* [doc] Use sentence-case for headingsKim Gräsman2022-04-24-37/+37
* [cmake] Synthesize clang-headers target if it's missingKim Gräsman2022-04-24-3/+2
* [cmake] Move Git revision lookup towards the top of the fileKim Gräsman2022-04-24-16/+16
* [cmake] Use target-specific definitions and include dirsKim Gräsman2022-04-24-19/+24
* [cmake] Update comment styleKim Gräsman2022-04-24-6/+7
* [cmake] Use more consistent formattingKim Gräsman2022-04-24-30/+55
* [cmake] Use more consistent namingKim Gräsman2022-04-24-15/+15
* Only compute use-flags once for fwd decl usesKim Gräsman2022-04-23-6/+5
* Pull using-decl directly from shadowKim Gräsman2022-04-23-17/+10
* Maintenance: redundant code removedBolshakov2022-04-21-60/+1
* Add additional termios.h mappingsfanquake2022-04-21-0/+6
* [clang compat] Use FileEntryRef in PPCallbacks::InclusionDirective()Kim Gräsman2022-04-21-3/+5
* doc: update README.md for 0.18 releasefanquake2022-04-15-0/+1
* Bump version to 0.19 on masterKim Gräsman2022-03-31-1/+1
* Add minimal testcases for C++20 constevalKim Gräsman2022-02-27-0/+51
* See through C++20 consteval for conversion functionsKim Gräsman2022-02-27-1/+44
* Update documentation for new exit codesKim Gräsman2022-02-26-17/+43
* [iwyu_tool] Exit with max exit code of IWYU invocationsKim Gräsman2022-02-26-10/+21
* [fix_includes] Exit with zero on successKim Gräsman2022-02-26-7/+6
* Add exit-code command-line optionsKim Gräsman2022-02-26-2/+304
* Normalize exit codesKim Gräsman2022-02-26-29/+93
* Make it possible to verify exit code in testsKim Gräsman2022-02-26-3/+21
* Add new test suite 'driver'Kim Gräsman2022-02-26-0/+35
* Reflow overlong comment lineKim Gräsman2022-02-25-1/+2
* Fix coding system for manpageKim Gräsman2022-02-25-1/+1
* Use scope-bound llvm::llvm_shutdown_obj for shutdownKim Gräsman2022-02-25-2/+2
* Reflow commentKim Gräsman2022-02-20-3/+3
* [clang compat] Use range-for over macro tokensKim Gräsman2022-02-20-3/+1
* Use CHECK_UNREACHABLE_ for unreachable codeKim Gräsman2022-02-20-1/+2
* [iwyu_tool] Duck-use python3 'getfullargspec'Kim Gräsman2022-02-20-1/+5
* [iwyu_tool] Avoid duplicate method def in testKim Gräsman2022-02-20-1/+1
* Avoid author-intent analysis on implicit declsKim Gräsman2022-02-12-0/+9
* [ci] Remove workaround for missing MLIR libraryKim Gräsman2022-02-06-4/+0
* Fix compilation problem with latest clangCarlos Gálvez2022-02-02-3/+1
* Handle new UsingTypeKim Gräsman2022-01-10-0/+14