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
...
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
Revert "For dllexport class templates, export specializations of member funct...
Reid Kleckner
2017-10-06
1
-15
/
+0
*
For dllexport class templates, export specializations of member functions (PR...
Hans Wennborg
2017-10-05
1
-0
/
+15
*
Fix 'section' warning behavior with tentatively-defined values
Erich Keane
2017-10-04
1
-1
/
+1
*
We allow implicit function declarations as an extension in all C dialects. Re...
Richard Smith
2017-10-04
1
-5
/
+3
*
PR34822: Fix a collection of related bugs with our handling of C89 implicit f...
Richard Smith
2017-10-04
1
-15
/
+29
*
PR33839: Fix -Wunused handling for structured binding declarations.
Richard Smith
2017-10-02
1
-5
/
+21
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-1
/
+3
*
Consolidate std::move() detection code. No behavior change.
Nico Weber
2017-09-28
1
-8
/
+3
*
Emit section information for extern variables.
Erich Keane
2017-09-26
1
-0
/
+10
*
Fix tracking of whether a destructor would be deleted.
Richard Smith
2017-09-22
1
-1
/
+3
*
[fixup][Sema] Allow in C to define tags inside enumerations.
Volodymyr Sapsai
2017-09-21
1
-1
/
+2
*
Implement C++ [basic.link]p8.
Richard Smith
2017-09-20
1
-13
/
+1
*
[Sema] Error out early for tags defined inside an enumeration.
Volodymyr Sapsai
2017-09-15
1
-0
/
+6
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Add IDNS_Tag to C++ declarations that conflict with tag declarations.
Richard Smith
2017-09-07
1
-10
/
+8
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-8
/
+12
*
Set the lexical context for dummy tag decl inside createTagFromNewDecl
Alex Lorenz
2017-08-14
1
-1
/
+1
*
Rename cxx1z -> cxx17 across all diagnostic IDs.
Richard Smith
2017-08-13
1
-1
/
+1
*
PR34163: Don't cache an incorrect key function for a class if queried between
Richard Smith
2017-08-12
1
-2
/
+3
*
[modules] Set the lexical DC for dummy tag decls that refer to hidden
Alex Lorenz
2017-08-11
1
-0
/
+1
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-2
/
+6
*
Fix -Wshadow false positives with function-local classes.
Alexander Kornienko
2017-07-31
1
-0
/
+15
*
[modules ts] Declarations from a module interface unit are only visible outside
Richard Smith
2017-07-05
1
-12
/
+23
*
[modules] Teach clang how to merge typedef over anonymous structs in C mode.
Vassil Vassilev
2017-07-01
1
-3
/
+2
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-01
1
-1
/
+1
*
[Modules] Implement ODR-like semantics for tag types in C/ObjC
Bruno Cardoso Lopes
2017-07-01
1
-6
/
+77
*
[Sema] Allow unmarked overloadable functions.
George Burgess IV
2017-06-27
1
-24
/
+69
*
Check that the initializer of a non-dependent constexpr variable is constant ...
Richard Smith
2017-06-26
1
-3
/
+1
*
[Sema] Fix a crash-on-invalid when a template parameter list has a class
Akira Hatanaka
2017-06-26
1
-4
/
+6
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
1
-2
/
+6
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-21
1
-0
/
+1
*
[OpenCL] Diagnose scoped address-space qualified variables
Anastasia Stulova
2017-06-20
1
-2
/
+16
*
Reverted 305379 (Function with unparsed body is a definition)
Serge Pavlov
2017-06-14
1
-1
/
+0
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-14
1
-0
/
+1
*
Add support for #pragma clang section
Javed Absar
2017-06-05
1
-0
/
+25
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[OpenCL] Harden function pointer diagnostics.
Alexey Bader
2017-06-02
1
-1
/
+1
*
[Sema] Improve -Wstrict-prototypes diagnostic message for blocks.
Akira Hatanaka
2017-06-02
1
-1
/
+1
*
[SemaCXX] Add diagnostics to require_constant_initialization
Keno Fischer
2017-06-01
1
-0
/
+11
*
[OpenCL] Added diagnostic for implicit declaration of function in OpenCL
Egor Churaev
2017-05-30
1
-0
/
+3
*
[OpenCL] reserve_id_t cannot be used as argument to kernel function
Egor Churaev
2017-05-25
1
-4
/
+1
*
[coroutines] Fix fallthrough diagnostics for coroutines
Eric Fiselier
2017-05-25
1
-1
/
+1
*
[OPENMP] Allow value of thread local variables in target regions.
Alexey Bataev
2017-05-24
1
-3
/
+6
*
[Modules] Fix overly conservative assertion for import diagnostic
Bruno Cardoso Lopes
2017-05-23
1
-1
/
+2
*
When we enter a module within a linkage specification, switch the linkage
Richard Smith
2017-05-18
1
-5
/
+11
*
CodeGen: Cast alloca to expected address space
Yaxun Liu
2017-05-18
1
-1
/
+6
*
Fix an assertion failure in FormatASTNodeDiagnosticArgument.
Alexander Kornienko
2017-05-18
1
-1
/
+1
[prev]
[next]