summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [XRay][clang+compiler-rt] Support build-time mode selectionDean Michael Berris2018-04-112-6/+37
* [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warning...Eugene Zelenko2018-04-104-137/+233
* Introduce a new builtin, __builtin_dump_struct, that is useful for dumping st...Aaron Ballman2018-04-102-0/+157
* Revert "Handle the default case"Petr Hosek2018-04-101-2/+0
* Handle the default casePetr Hosek2018-04-101-0/+2
* [Driver] Handle the default case missed in r329748.Chad Rosier2018-04-101-0/+2
* [OPENMP] Additional attributes for the pointer parameters.Alexey Bataev2018-04-105-59/+97
* [Driver] Allow drivers to add multiple libc++ include pathsPetr Hosek2018-04-1021-59/+89
* [X86] Split up -march=icelake to -client & -serverGabor Buella2018-04-101-2/+4
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-1015-221/+54
* [CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option.Artem Belevich2018-04-101-0/+19
* [Parser] Fix assertion-on-invalid for unexpected typename.Volodymyr Sapsai2018-04-101-1/+2
* Attempt to fix Windows build after r329698.Nico Weber2018-04-101-1/+1
* [X86] Disable SGX for Skylake ServerGabor Buella2018-04-101-1/+2
* Use llvm::sys::fs::real_path() in clang.Nico Weber2018-04-102-37/+5
* [Tooling] fix UB when interpolating compile commands with an empty indexSam McCall2018-04-101-2/+2
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-1015-54/+221
* [ExprConstant] Use an AST node and a version number as a key to createAkira Hatanaka2018-04-102-75/+190
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-098-35/+38
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-093-270/+228
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2018-04-091-407/+405
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-098-38/+35
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-098-35/+38
* asan: kernel: make no_sanitize("address") attribute work with -fsanitize=kern...Vitaly Buka2018-04-091-2/+8
* Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"Akira Hatanaka2018-04-091-26/+4
* [X86] Emit native IR for pmuldq/pmuludq builtins.Craig Topper2018-04-091-0/+36
* [CUDA] Revert defining __CUDA_ARCH__ for amdgcn targetsYaxun Liu2018-04-095-69/+55
* [Tooling] A CompilationDatabase wrapper that infers header commands.Sam McCall2018-04-092-0/+459
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-092-22/+11
* [XRay][llvm+clang] Consolidate attribute list filesDean Michael Berris2018-04-094-8/+35
* [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...Eric Fiselier2018-04-082-2/+1
* Revert "[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with ...Eric Fiselier2018-04-081-1/+1
* [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...Eric Fiselier2018-04-081-1/+1
* [Sema] Remove dead code in BuildAnonymousStructUnionMemberReference. NFCIEric Fiselier2018-04-081-54/+20
* [Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i...Eric Fiselier2018-04-081-5/+5
* Generalize the swiftcall API since being passed indirectly isn'tJohn McCall2018-04-071-6/+4
* [Driver] Update GCC libraries detection logic for Gentoo.Manoj Gupta2018-04-072-23/+80
* Allow equality comparisons between block pointers andJohn McCall2018-04-071-0/+13
* [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded sel...Roman Lebedev2018-04-071-5/+43
* Sort source lists in lib/StaticAnalyzer.Nico Weber2018-04-072-2/+2
* Make CodeGen depend just once on clangAnalysis.Nico Weber2018-04-071-1/+0
* Recommit r329442: Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-071-9/+17
* Revert r329442 "Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-061-10/+2
* Revert "[analyzer] Remove an unused variable"George Karpenkov2018-04-061-1/+1
* [analyzer] Remove an unused variableGeorge Karpenkov2018-04-061-1/+1
* Generate Libclang invocation reproducers using a new -cc1gen-reproducerAlex Lorenz2018-04-061-2/+10
* [HIP] define __CUDA_ARCH_=1 for amdgcn targetsYaxun Liu2018-04-061-1/+1
* [OPENMP, NVPTX] Fix codegen for the teams reduction.Alexey Bataev2018-04-061-25/+19
* Fix typos in clangAlexander Kornienko2018-04-0696-152/+152
* [Hexagon] Remove default values from lambda parametersKrzysztof Parzyszek2018-04-061-24/+24
OpenPOWER on IntegriCloud