aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman1-4/+4
2022-09-02[clang] Add __is_target_variant_{os,environment} builtinsNico Weber1-0/+2
2022-09-01[Frontend] Restore Preprocessor::getPredefines()Roy Jacobson1-0/+5
2022-08-12[clang] Require strict matches for defines for PCH in GCC style directoriesMartin Storsjö1-1/+2
2022-08-08[C++20] [Modules] Merge same concept decls in global module fragmentChuanqi Xu2-0/+7
2022-08-08[Sema] Return primary merged decl as canonical for conceptsIlya Biryukov1-2/+6
2022-07-27[clang][AIX] Add option to control quadword lock free atomics ABI on AIXKai Luo2-0/+5
2022-07-26[CGDebugInfo] Access the current working directory from the `VFS`Argyrios Kyrtzidis1-1/+7
2022-07-26Revert "[clang-offload-bundler] Library-ize ClangOffloadBundler"Lambert, Jacob1-89/+0
2022-07-26[clang][dataflow] Analyze calls to in-TU functionsSam Estep3-2/+33
2022-07-26Revert "[clang][dataflow] Analyze calls to in-TU functions"Sam Estep3-33/+2
2022-07-26[clang][dataflow] Analyze calls to in-TU functionsSam Estep3-2/+33
2022-07-26[clang-offload-bundler] Library-ize ClangOffloadBundlerJacob Lambert1-0/+89
2022-07-26[C++20] [Modules] Disable preferred_name when writing a C++20 Module interfaceChuanqi Xu2-0/+10
2022-07-26[clang][dataflow] Add explicit "AST" nodes for implications and iffDmitri Gribenko2-4/+59
2022-07-26[NFC] Fix some C++20 warningsEvgeny Mandrikov1-12/+12
2022-07-26[Clang] [P2025] Analyze only potential scopes for NRVORoman Rusyaev1-19/+19
2022-07-26[RISCV][Clang] Refactor RISCVVEmitter. (NFC)Zakk Chen1-6/+4
2022-07-26[RISCV][Clang] Refactor and rename rvv intrinsic related stuff. (NFC)Zakk Chen2-49/+59
2022-07-26[RISCV] Lazily add RVV C intrinsics.Kito Cheng6-21/+127
2022-07-26[analyzer] Lambda capture non-POD type arrayisuckatcs2-8/+52
2022-07-26[analyzer] ArrayInitLoopExpr with array of non-POD typeisuckatcs2-1/+33
2022-07-25[clang][dataflow] Fix MapLattice::insert() to not drop return valueEric Li1-3/+6
2022-07-25Reapply "[NFC] Add some additional features to MultiLevelTemplateArgumentList""Erich Keane1-0/+34
2022-07-25[C++20][Modules] Update ADL to handle basic.lookup.argdep p4 [P1815R2 part 1]Iain Sandoe1-0/+4
2022-07-25[Sema] Merge C++20 concept definitions from different modules in same TUIlya Biryukov2-0/+5
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid3-6/+6
2022-07-24Remove redundaunt override specifiers (NFC)Kazu Hirata5-8/+8
2022-07-24[clang] Remove unused forward declarations (NFC)Kazu Hirata5-7/+0
2022-07-25[clang] better error message for while loops outside of control flowinclyc1-0/+2
2022-07-24[Clang] De-deprecate volatile compound operationsCorentin Jabot1-1/+2
2022-07-24clang/include/clang/module.modulemap: Mark `Tooling/Inclusions/*.inc` as text...NAKAMURA Takumi1-1/+4
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-1/+1
2022-07-23[Clang] Adjust extension warnings for #warningCorentin Jabot1-1/+9
2022-07-22[Driver] Error for -gsplit-dwarf with RISC-V linker relaxationFangrui Song1-0/+3
2022-07-23[clang][dataflow] Add DataflowEnvironment::dump()Dmitri Gribenko3-1/+19
2022-07-22Move "clang/Basic/TokenKinds.h" into a separate top-level module.Volodymyr Sapsai1-1/+8
2022-07-23[clang][dataflow] Expose stringification functions for SAT solver enumsDmitri Gribenko1-0/+7
2022-07-23[clang][dataflow] ArrayRef'ize debugString()Dmitri Gribenko1-1/+1
2022-07-22Revert "[NFC] Add some additional features to MultiLevelTemplateArgumentList"Nuno Lopes1-34/+0
2022-07-22[NFC] Add some additional features to MultiLevelTemplateArgumentListErich Keane1-0/+34
2022-07-22[NFC] give getParentFunctionOrMethod a 'Lexical' parameterErich Keane1-4/+6
2022-07-22[NFC] Start saving InstantiatedFromDecl in non-template functionsErich Keane1-8/+19
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman1-36/+6
2022-07-22[clang][dataflow] Refactor ApplyBuiltinTransfer field out into DataflowAnalys...Sam Estep3-11/+30
2022-07-22[clang][dataflow] Move NoopAnalysis from unittests to includeSam Estep1-0/+43
2022-07-22re-land [C++20][Modules] Build module static initializers per P1874R1.Iain Sandoe3-0/+26
2022-07-21[modules] Replace `-Wauto-import` with `-Rmodule-include-translation`.Volodymyr Sapsai2-3/+4
2022-07-21[ASTMatchers] Adding a new matcher for callee declarations of Obj-CZiqing Luo1-5/+28
2022-07-21[clang] Add -fdiagnostics-format=sarif option for future SARIF outputAbraham Corea Diaz3-3/+7