aboutsummaryrefslogtreecommitdiff
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Fix one stray `{LLVM -> CLANG}_TOOLS_INSTALL_DIR`John Ericson2022-07-231-1/+1
* Use llvm::sort instead of std::sort where possibleDmitri Gribenko2022-07-232-5/+5
* [Clang] Update the status of N2393 in c_status.htmlCorentin Jabot2022-07-231-1/+1
* Use the range-based overload of llvm::sort where possibleDmitri Gribenko2022-07-234-9/+6
* [Clang] Adjust extension warnings for #warningCorentin Jabot2022-07-234-3/+33
* [Clang] Add support for Unicode identifiers (UAX31) in C2x mode.Corentin Jabot2022-07-234-7/+10
* [NFC] Move function definition to cpp fileJun Zhang2022-07-232-28/+29
* [Driver] Error for -gsplit-dwarf with RISC-V linker relaxationFangrui Song2022-07-225-5/+27
* [clang][dataflow] Add DataflowEnvironment::dump()Dmitri Gribenko2022-07-237-4/+85
* Move "clang/Basic/TokenKinds.h" into a separate top-level module.Volodymyr Sapsai2022-07-221-1/+8
* [clang][dataflow] Expose stringification functions for SAT solver enumsDmitri Gribenko2022-07-232-26/+31
* [clang][dataflow] ArrayRef'ize debugString()Dmitri Gribenko2022-07-232-4/+3
* Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"Med Ismail Bennani2022-07-223-9/+1
* [Driver] Report -Wunused-command-line-argument for unimplemented -mtune=Fangrui Song2022-07-221-3/+0
* [Driver][SystemZ] Simplify -mtuneFangrui Song2022-07-221-12/+5
* [Driver][RISCV] Simplify -mtuneFangrui Song2022-07-221-11/+4
* [Driver][test] Clean up and improve some -mtune testsFangrui Song2022-07-223-58/+43
* [lldb/Fuzzer] Add fuzzer for expression evaluatorChelsea Cassanova2022-07-223-1/+9
* [Driver][AArch64] Simplify -mtuneFangrui Song2022-07-221-11/+4
* Revert "[NFC] Add some additional features to MultiLevelTemplateArgumentList"Nuno Lopes2022-07-221-34/+0
* [CUDA/SPIR-V] Force passing aggregate type byvalShangwu Yao2022-07-222-0/+34
* [NFC] Add some additional features to MultiLevelTemplateArgumentListErich Keane2022-07-221-0/+34
* [NFC] give getParentFunctionOrMethod a 'Lexical' parameterErich Keane2022-07-222-6/+9
* [NFC] Start saving InstantiatedFromDecl in non-template functionsErich Keane2022-07-227-11/+58
* Strengthen -Wint-conversion to default to an errorAaron Ballman2022-07-2263-227/+199
* [clang][CodeGen] Only include ABIInfo.h where required (NFC)Sergei Barannikov2022-07-228-12/+11
* [Flang] Generate documentation for compiler flagsDylan Fleming2022-07-221-0/+28
* [CUDA] remove duplicate conditionVitalyR2022-07-221-1/+1
* [clang][dataflow] Refactor ApplyBuiltinTransfer field out into DataflowAnalys...Sam Estep2022-07-223-11/+30
* [clang][dataflow] Move NoopAnalysis from unittests to includeSam Estep2022-07-227-11/+10
* [Clang][Driver] Fix include paths for `--sysroot /` on OpenBSD/FreeBSDEgor Zhdan2022-07-2210-9/+50
* [ASTMatchers] Fix standalone buildNathan James2022-07-221-1/+3
* Don't write to source directory in testBenjamin Kramer2022-07-221-2/+2
* [C++20] [Modules] Handle reachability for partial specializationChuanqi Xu2022-07-222-2/+36
* [CMake][Clang] Copy folder without permissionsSebastian Neubauer2022-07-221-0/+2
* Use any_of (NFC)Kazu Hirata2022-07-223-6/+4
* re-land [C++20][Modules] Build module static initializers per P1874R1.Iain Sandoe2022-07-2210-11/+528
* [Driver][test] Remove unused "-o %t.s" from frame-pointer*.cFangrui Song2022-07-212-52/+52
* [modules] Replace `-Wauto-import` with `-Rmodule-include-translation`.Volodymyr Sapsai2022-07-2117-73/+62
* [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinRyan Prichard2022-07-213-13/+7
* [CUDA] Ignore __CLANG_ATOMIC_LLONG_LOCK_FREE on i386Ryan Prichard2022-07-211-15/+20
* [OpenMP][NFC] Claim iterators in 'map' clause and motion clausesChi Chun Chen2022-07-211-1/+1
* [ASTMatchers] Adding a new matcher for callee declarations of Obj-CZiqing Luo2022-07-214-8/+120
* [cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson2022-07-212-2/+6
* [SemaCXX] Set promotion type for enum if its type is promotable to integer ty...Zequan Wu2022-07-213-3/+18
* [CUDA][FIX] Make shfl[_sync] for unsigned long long non-recursiveJohannes Doerfert2022-07-212-4/+65
* [LinkerWrapper] Embed OffloadBinaries for OpenMP offloading imagesJoseph Huber2022-07-213-4/+6
* [clang] Add -fdiagnostics-format=sarif option for future SARIF outputAbraham Corea Diaz2022-07-216-3/+17
* [NFC][LoopVectorize] Explicitly disable tail-folding on some SVE testsDavid Sherwood2022-07-211-4/+8
* Revert "Rewording the "static_assert" to static assertion"Erich Keane2022-07-2143-418/+455