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
1bdbe4d23ed90f601772edd4aa00b8d757c6d6ca
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
7
Jan
6
5
4
3
2
1
31
Dec
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Nov
29
Fix layouting of tokens with a leading escaped newline.
Put a higher penalty on breaking before "." or "->".
PR14759: Improve/correct support for debug info for C++ member pointers.
Switch to asking the target machine to add any relevant analysis passses
Simplify. No behavior change.
ClangTools doc: add ideas for new tools in clang-tools-extra to ensure that
Fixes handling of unbalances braces.
Clang docs: add some information about the difference between 'clang' and 'clang -cc1'
Prepare for the upcoming version of Debian (jessie)
use early returns to simplify and de-nest
Fixes parsing of hash tokens in the middle of a line.
Fixes PR14801 - preprocessor directives shouldn't be indented
Fixes a breakage in dejagnu++ test suite where it included
Make checking for 'protected' access in debug info more legible.
Fixes PR14811: Crash when formatting some macros
PR14573: Unnamed parameters in debug info, Part 2
FileCheck-ize test/CodeGen/inline.c.
Companion patch to r171621 which changed the interface for creating TTI
Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when using --use-xcode-clang.
Emit debug info for unnamed parameters.
Change test/CodeGenCXX/debug-info-method.cpp an IR (rather than asm) test.
FileCheck-ize test/CodeGenCXX/debug-info-method.cpp
[mips] Fix data layout string. Add 64 to the list of native integer widths
Assert that redeclarations have the same linkage.
In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it.
Fix testing case for Release build (r171493)
Update checker build to checker-270
Various fixes to clang-format's macro handling.
objective-C arc: in copy helper function for
Fix indent and remove parameter with a matching default value.
Style fix: We don't use lowercase-and-underscored template parameter names.
Correctly format dereference and address of in array parameters.
Fix typo. Thanks to dgregor for noticing it.
Unqualify the parameter type.
realpath'ify the mapping from header includes to module imports.
Update CMakeLists.txt
Add __has_feature support to detect if clang supports the explicit "atomic" keyword for ObjC properties.
Require set-xcode-analyzer to run with Python 2.7 or later.
NSErrorChecker: remove quoting the parameter name in the diagnostic until we actually include it's name.
Tighten code. No functionality change.
Loading