summaryrefslogtreecommitdiff
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* [clang] NFC: Modernize Decl iteration via IdentifierResolverJan Svoboda2023-05-171-5/+6
* [gcov] Simplify cc1 options and remove CodeGenOptions EmitCovNotes/EmitCovArcsFangrui Song2023-05-172-16/+10
* [C++20] [Modules] Emit a warning if the we load the modules by implicit gener...Chuanqi Xu2023-05-171-0/+5
* [clang][dataflow] Add `Strict` versions of `Value` and `StorageLocation` acce...Martin Braenne2023-05-171-0/+74
* [SVE ACLE] Change the lowering of SVE integer builtinsJolanta Jensen2023-05-161-4/+4
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-164-10/+2
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-164-2/+10
* Revert "[clang-repl] Introduce Value to capture expression results"Jun Zhang2023-05-162-231/+11
* [clang][AST] Print name instead of type when diagnosing uninitialized subobje...Takuya Shimizu2023-05-161-1/+1
* [clang-repl] Introduce Value to capture expression resultsJun Zhang2023-05-162-11/+231
* [clang] Add a new annotation token: annot_repl_input_endJun Zhang2023-05-163-1/+13
* Revert "[Clang] Fix parsing of `(auto(x))`."Corentin Jabot2023-05-161-6/+5
* [Clang] Fix parsing of `(auto(x))`.Corentin Jabot2023-05-161-5/+6
* [NFC] [C++20] [Modules] Rename ASTContext::getNamedModuleForCodeGen to ASTCon...Chuanqi Xu2023-05-161-5/+4
* [clang-format] Stop comment disrupting indentation of Verilog portssstwcw2023-05-161-3/+6
* Revert "[NFC] [C++20] [Modules] Refactor Sema::isModuleUnitOfCurrentTU into"Chuanqi Xu2023-05-163-7/+8
* [RISCV] Support vreinterpret intrinsics between vector boolean type and m1 ve...eopXD2023-05-151-0/+87
* Revert "[clang][deps] Only cache files with specific extension"Jan Svoboda2023-05-151-34/+7
* Re-land "[-Wunsafe-buffer-usage] Remove an unnecessary const-qualifier"ziqingluo-902023-05-151-1/+1
* Revert "[-Wunsafe-buffer-usage] Remove an unnecessary const-qualifier"ziqingluo-902023-05-151-6/+5
* Add C++26 compile flags.Erich Keane2023-05-154-5/+32
* [AIX][clang] Storage Locations for Constant PointersQiongsi Wu2023-05-153-0/+6
* Update __cplusplus for C++23, add C++23 diag group alias.Erich Keane2023-05-151-0/+1
* Fix build error caused by https://reviews.llvm.org/D149718Manna, Soumi2023-05-151-1/+0
* [clang][dataflow] Don't analyze templated declarations.Martin Braenne2023-05-151-1/+7
* [clang][dataflow] Eliminate `SkipPast::ReferenceThenPointer`.Martin Braenne2023-05-151-3/+13
* Revert "[Serialization] Don't try to complete the redeclaration chain in"Chuanqi Xu2023-05-151-3/+0
* [NFC][Clang] Fix Coverity issues of copy without assignManna, Soumi2023-05-142-0/+6
* [AMDGPU] Emit predefined macro `__AMDGCN_CUMODE__`Yaxun (Sam) Liu2023-05-121-0/+3
* [-Wunsafe-buffer-usage] Remove an unnecessary const-qualifierziqingluo-902023-05-121-5/+6
* [-Wunsafe-buffer-usage] Move the whole analysis to the end of a translation unitziqingluo-902023-05-121-0/+4
* [Driver] -ftime-trace: derive trace file names from -o and -dumpdirFangrui Song2023-05-123-15/+22
* [Serialization] Don't try to complete the redeclaration chain inChuanqi Xu2023-05-121-0/+3
* [NFC][AST] Return void from setUseQualifiedLookupVitaly Buka2023-05-111-3/+1
* Reland [clang] Make predefined expressions string literals under -fms-extensionsArthur Eubanks2023-05-105-3/+22
* libclang: add missing `struct` in the declarationSaleem Abdulrasool2023-05-101-1/+1
* libclang: declare blocks interfaces alwaysSaleem Abdulrasool2023-05-101-9/+11
* AMDGPU: Add basic gfx942 targetKonstantin Zhuravlyov2023-05-101-0/+1
* AMDGPU: Add basic gfx941 targetKonstantin Zhuravlyov2023-05-101-0/+1
* Add support of the next Ubuntu (Ubuntu 23.10 - Mantic Minotaur)Sylvestre Ledru2023-05-101-1/+2
* [C++20] [Modules] Don't generate unused variables in other module unitsChuanqi Xu2023-05-101-1/+1
* [NFC] [C++20] [Modules] Refactor Sema::isModuleUnitOfCurrentTU intoChuanqi Xu2023-05-103-8/+7
* Reland "[PowerPC] Add target feature requirement to builtins"Qiu Chaofan2023-05-102-638/+825
* [Driver] Add -dumpdir and change -gsplit-dwarf .dwo names for linkingFangrui Song2023-05-091-0/+4
* [clang] Prevent creation of new submodules in ASTWriterBen Langmuir2023-05-092-2/+10
* [Clang][Sema] Fix comparison of constraint expressionsAlexander Shaposhnikov2023-05-092-3/+21
* [clang] Fix initializer_list matching failures with modulesAlan Zhao2023-05-091-0/+6
* [clang][deps] Teach dep directive scanner about _PragmaBen Langmuir2023-05-091-0/+7
* [Sema] Lambdas are not part of immediate context for deductionIlya Biryukov2023-05-092-0/+5
* [clang][dataflow][NFC] Remove `SkipPast` param from `getValue(const ValueDecl...Martin Braenne2023-05-091-5/+1