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
e18adf0439c2fd9e32967b56c3fdfc4dbbd2f8ec
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
14
Feb
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Jan
30
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Dec
30
29
Fix some warnings in intrin.h
[scan-build-py] move function report_directory from report module to analyze module
[clang-format] Remove dead code in FormatTestComments, NFC
[scan-build-py] use subprocess wrapper to execute build
[CodeGen][ObjC] Use the type of the captured field of the enclosing
Delete useless / in comment. NFC.
Add a destruct-on-exit function to ASTContext.
clang/test/Parser/cxx1z-class-template-argument-deduction.cpp: Tweak to ignore thiscall.
Canonicalize implicit deduction guide parameter types when forming a deduction
[c++1z] Add some more tests for class template argument deduction, add
[MS ABI] Correctly mangling vbase destructors
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
When the new expr's array size is an ICE, emit it as a constant expression.
[CodeCompletion] Code complete the '__auto_type' keyword
[CodeCompletion] Code complete the missing C++11 keywords
[test] Make Lit tests C++11 Compatible - Objective-C++
[Test] Make Lit tests C++11 compatible - printf format string
[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibility
[Test] Make Lit tests C++11 compatible - nounwind noexcept
[ASTUnit] Clear out diagnostic state after creating the preamble.
[PM] Add support for instrumented PGO in the new pass manager (clang-side)
Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.
[coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Revert r294910 and recommit r294861 and r294862 with a target triple to hopefully appease the bots.
Revert "Attributes on K&R C functions should not cause incompatible..."
ASTReader: Refactor common code for writing function definitions, to match the writing code
[Driver] Use stem() and not filename().
CodeGen: use # as the comment leader for ARC marker
CodeGen: annotate ObjC ARC functions with ABI constraints
test: ignore some warnings in test code (NFC)
[AVR] Fix __AVR_xxx macro definitions; authored by Peter Wu
Hopefully fixes a compile error introduced by r294861.
Attributes on K&R C functions should not cause incompatible function type with a redeclaration having the same attribute. Fixing this introduced a secondary problem where we were assuming that K&R functions could not be attributed types when reporting old-style function definitions that are not preceded by a prototype.
docs: update docs for objc_storeStrong behaviour
CodeGen: rename variables to adhere to naming convention
Sema: simplify conditional execution (NFC)
Make helpers static. NFC.
Update XFAIL line after r294781.
Move test include file from include/ to Inputs/
[c++1z] Tests for class template argument deduction in dependent contexts.
Loading