Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pacxx-clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC2SE-Project
pacxx-clang
Graph
aa72e29f10cd56844d408a5fc4b403190684a663
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Aug
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
3
2
1
31
Jul
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
clang also supports C++14 & 17 + remove trailing whitespaces
[coroutines] Support coroutine-handle returning await-suspend (i.e symmetric control transfer)
Rename diagnostic groups from CXX1z to CXX17. No functionality change.
Fix up the -Wc++XX-compat warnings to properly handle C++2a.
Fix MSVC bots which include '__attribute__((thiscall))' in pretty-printed member function types.
[c++2a] P0704R1: Allow pointers to const& member functions to be called on rvalues.
Remove .gitattributes, add comment to lineendings.
[clang] Remove unit test which uses reverse-iterate flag
[sanitizer-coverage] document -fsanitize-coverage=pc-table and -fsanitize-coverage=inline-8bit-counters
Expose -mllvm -accurate-sample-profile to clang.
[ubsan] PR34266: When sanitizing the 'this' value for a member function that happens to be a lambda call operator, use the lambda's 'this' pointer, not the captured enclosing 'this' pointer (if any).
[Preprocessor] Correct internal token parsing of newline characters in CRLF
Revert "[ubsan] PR34266: When sanitizing the 'this' value for a member function that happens to be a lambda call operator, use the lambda's 'this' pointer, not the captured enclosing 'this' pointer (if any)."
[clang-format] Emit absolute splits before lines for comments, try 2
[mips] Introducing option -mabs=[legacy/2008]
Fix use-after-free in Clang's ASTSelection unittest
[Driver][AArch64] Add tests for RDM feature.
Add missing std::move call
[refactor] Add the AST source selection component
removed emitting of intializers for shared memory
[Clang][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints
Revert "[clang-format] Break non-trailing block comments"
Fixups to FE tests affected by D36793
[Driver] Register effective triple before get arm float abi.
Fix ClangFormatFuzzer.
ObjC++: decorate ObjC interfaces in MSABI properly
Fix mangling for dependent "type { expr-list }" expressions, and add mangling for designated initializers matching recent cxx-abi-dev discussion.
Fix a bug in CGDebugInfo::EmitInlineFunctionStart causing DILocations to be
Parse and print DIExpressions inline to ease IR and MIR testing
[clang-proto-fuzzer] Fix clang-proto-to-cxx build.
[ubsan] PR34266: When sanitizing the 'this' value for a member function that happens to be a lambda call operator, use the lambda's 'this' pointer, not the captured enclosing 'this' pointer (if any).
Headers: explicitly specify double-word alignment
[clang-diff] Properly clear the selection in HTML diff
[clang-diff] Reformat test, NFC
[clang-diff] HTML diff navigation
[analyzer] Make StmtDataCollector customizable
Revert "[clang-format] Emit absolute splits before lines for comments"
Headers: give _Unwind_Control_Block double-word alignment
Implement CFG construction for __try / __except / __leave.
[clang-format] Emit absolute splits before lines for comments
Loading