index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-2
/
+1
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-28
/
+34
*
Permit redeclarations of a builtin to specify calling convention.
Erich Keane
2019-03-21
1
-0
/
+9
*
Add a spelling of pass_object_size that uses __builtin_dynamic_object_size
Erik Pilkington
2019-03-19
1
-1
/
+2
*
Ensure that const variables declared at namespace scope correctly have extern...
Aaron Ballman
2019-03-19
1
-2
/
+24
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-0
/
+5
*
Enable coroutines under -std=c++2a.
Richard Smith
2019-02-23
1
-1
/
+1
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-7
/
+11
*
Revert "Fix implementation of [temp.local]p4."
Francis Visoiu Mistrih
2019-02-15
1
-11
/
+7
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-7
/
+11
*
[Sema][ObjC] Disallow non-trivial C struct fields in unions.
Akira Hatanaka
2019-02-07
1
-0
/
+4
*
[Sema][ObjC] Allow declaring ObjC pointer members with non-trivial
Akira Hatanaka
2019-02-02
1
-1
/
+2
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-2
/
+3
*
[SemaCXX] Param diagnostic matches overload logic
Brian Gesiak
2019-02-01
1
-1
/
+1
*
[CUDA] add support for the new kernel launch API in CUDA-9.2+.
Artem Belevich
2019-01-31
1
-4
/
+3
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
*
Allow 'static' storage specifier on an out-of-line member function template
Erich Keane
2019-01-25
1
-1
/
+5
*
Add a priority field to availability attributes to prioritize explicit
Alex Lorenz
2019-01-24
1
-7
/
+5
*
[Sema][ObjC] Check whether a DelayedDiagnosticPool has been pushed
Akira Hatanaka
2019-01-23
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-2
/
+13
*
[Sema] Suppress a warning about a forward-declared fixed enum in C mode
Erik Pilkington
2019-01-18
1
-2
/
+1
*
[clang][slh] add Clang attr no_speculative_load_hardening
Zola Bridges
2019-01-18
1
-0
/
+4
*
Fix cpu-dispatch MV regression caused by r347812
Erich Keane
2019-01-15
1
-1
/
+2
*
[OpenCL] Set generic addr space of 'this' in special class members.
Anastasia Stulova
2019-01-14
1
-6
/
+1
*
[Sema] If CheckPlaceholderExpr rewrites the initializer of an auto
Akira Hatanaka
2019-01-11
1
-4
/
+6
*
Remember to instantiate explicit template argument lists in a friend
Richard Smith
2019-01-11
1
-3
/
+7
*
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova
2019-01-09
1
-4
/
+0
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
1
-11
/
+6
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
1
-3
/
+3
*
[Sema][NFC] Remove some unnecessary calls to getASTContext.
Bruno Ricci
2018-12-21
1
-4
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-3
/
+8
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-8
/
+3
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-3
/
+8
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-3
/
+3
*
Diagnose friend function template redefinitions.
Serge Pavlov
2018-12-06
1
-0
/
+23
*
[Sema] Push and Pop Expression Evaluation Context Records at the start and en...
Leonard Chan
2018-12-06
1
-0
/
+26
*
Do not check for parameters shadowing fields in function declarations.
Aaron Ballman
2018-12-05
1
-7
/
+0
*
Fix -Wmismatched-tags to not warn on redeclarations of structs in system
Richard Smith
2018-12-04
1
-46
/
+76
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-2
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-4
/
+2
*
[OpenCL] Improve diags for addr spaces in templates
Anastasia Stulova
2018-11-29
1
-19
/
+21
*
Allow cpu-dispatch forward declarations.
Erich Keane
2018-11-28
1
-8
/
+9
*
Correct 'target' default behavior on redecl, allow forward declaration.
Erich Keane
2018-11-28
1
-5
/
+47
*
[NFC] Move MultIversioning::Type into Decl so that it can be used in
Erich Keane
2018-11-28
1
-43
/
+29
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-2
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-4
/
+2
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-2
/
+4
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-4
/
+2
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-2
/
+4
[prev]
[next]