index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress bogus gcc -Wreturn-type warnings.
Nico Weber
2015-06-20
1
-0
/
+1
*
Handle 'instancetype' in ParseDeclarationSpecifiers.
Douglas Gregor
2015-06-19
1
-1
/
+13
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
2
-2
/
+10
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-0
/
+4
*
[CFI] Require -flto instead of implying it.
Alexey Samsonov
2015-06-19
2
-2
/
+1
*
Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
2015-06-19
4
-23
/
+67
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
5
-11
/
+82
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
4
-4
/
+13
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
10
-44
/
+202
*
Diagnose unsafe uses of nil and __nonnull pointers.
Douglas Gregor
2015-06-19
3
-3
/
+10
*
Add a comment and FIXME based on the commit message that made the
Eric Christopher
2015-06-19
1
-0
/
+3
*
AMDGPU: Fix renamed file that was somehow dropped from last commit
Matt Arsenault
2015-06-19
1
-0
/
+36
*
AMDGPU: Fix places missed in rename
Matt Arsenault
2015-06-19
2
-39
/
+3
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
9
-1
/
+130
*
Fix typo in comment.
Douglas Katzman
2015-06-19
1
-1
/
+1
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
2
-0
/
+6
*
[ATTRIBUTE] Support base vector types of __attribute__((mode)), patch by Alex...
Alexey Bataev
2015-06-19
1
-0
/
+2
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-2
/
+2
*
Introduce -fsanitize-trap= flag.
Peter Collingbourne
2015-06-18
5
-12
/
+17
*
[modules] This debugging option doesn't need to match between module creation...
Richard Smith
2015-06-18
1
-1
/
+1
*
Add -Winfinite-recursion to -Wmost (and -Wall), PR23789.
Nico Weber
2015-06-18
1
-0
/
+1
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
8
-1
/
+65
*
[OPENMP] Add support for 'omp parallel for' directive.
Alexey Bataev
2015-06-18
1
-2
/
+2
*
clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.
Daniel Jasper
2015-06-18
1
-0
/
+5
*
Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...
Alexey Samsonov
2015-06-17
2
-9
/
+0
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-17
2
-0
/
+9
*
[modules] Improve diagnostic for a template-id that's invalid because a default
Richard Smith
2015-06-17
2
-7
/
+20
*
[fixit] Use overwriteChangedFiles() to deal with Windows mapped files
Reid Kleckner
2015-06-17
1
-1
/
+5
*
Qualify all types used in AST matcher macros.
Alexander Kornienko
2015-06-17
1
-69
/
+114
*
parser: wordsmith diagnostic message
Saleem Abdulrasool
2015-06-17
1
-1
/
+2
*
Basic: tweak whitespace in Attr.td
Saleem Abdulrasool
2015-06-17
1
-1
/
+2
*
parser: diagnose empty attribute blocks
Saleem Abdulrasool
2015-06-16
1
-0
/
+3
*
[OPENMP] Remove last iteration separation for loop-based constructs.
Alexey Bataev
2015-06-16
1
-23
/
+16
*
[modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise for
Richard Smith
2015-06-16
2
-6
/
+6
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
4
-7
/
+7
*
[modules] Remove non-functional driver options -f[no-]modules-implicit-maps.
Richard Smith
2015-06-15
2
-6
/
+2
*
Protection against stack-based memory corruption errors using SafeStack: Clan...
Peter Collingbourne
2015-06-15
3
-0
/
+10
*
[modules] Better support for redefinitions of an entity from the same module.
Richard Smith
2015-06-15
2
-3
/
+10
*
This patch implements clang support for the ACLE special register intrinsics
Luke Cheeseman
2015-06-15
4
-1
/
+21
*
Fix spelling in comment.
Douglas Katzman
2015-06-15
1
-1
/
+1
*
Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...
Eric Fiselier
2015-06-13
3
-1
/
+41
*
Revert r239213: "clang-cl: Implement /GL in terms of -flto."
Hans Wennborg
2015-06-13
1
-1
/
+1
*
Quote the user provided string in the warning message and update
Eric Christopher
2015-06-12
1
-1
/
+1
*
This patch makes the NEON intrinsics vget_lane_f16, vgetq_lane_f16,
Luke Cheeseman
2015-06-12
1
-6
/
+7
*
Allow ToolChain to decide if Clang is not the right C compiler.
Douglas Katzman
2015-06-12
1
-1
/
+4
*
push_back() loop -> append() for random access iterators.
Benjamin Kramer
2015-06-12
3
-11
/
+5
*
Revert commit r239481 as it is dependent on reverted llvm commit r239480.
Teresa Johnson
2015-06-12
2
-3
/
+1
*
Add a warning for unsupported elements of the target attribute.
Eric Christopher
2015-06-12
2
-2
/
+6
*
Add support for the the target attribute.
Eric Christopher
2015-06-12
1
-0
/
+8
*
[modules] Fix crash with multiple levels of default template argument merging.
Richard Smith
2015-06-11
1
-1
/
+1
[next]