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
*
[Frontend] Handle skipped bodies in template instantiations
Ilya Biryukov
2017-12-20
1
-2
/
+4
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-6
/
+4
*
PR35586: Relax two asserts that are overly restrictive
Erich Keane
2017-12-11
1
-2
/
+4
*
Remove old concepts parsing code
Hubert Tong
2017-12-07
1
-184
/
+0
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-11
/
+11
*
[Modules TS] Added module re-export support.
Hamza Sood
2017-11-21
1
-4
/
+9
*
[CodeGen] fix const-ness of cbrt and fma
Sanjay Patel
2017-11-13
1
-7
/
+25
*
Add default calling convention support for regcall.
Erich Keane
2017-11-02
1
-0
/
+7
*
Fix missing -Wregister warning when 'register' is applied to a function param...
Richard Smith
2017-11-01
1
-0
/
+8
*
[Sema] Fix an assert-on-invalid by avoiding function template specialisation
Alex Lorenz
2017-10-27
1
-4
/
+4
*
[Sema] Add support for flexible array members in Obj-C.
Volodymyr Sapsai
2017-10-23
1
-52
/
+63
*
[Sema] Fix assertion failure when checking for unused variables in a dependen...
Benjamin Kramer
2017-10-19
1
-1
/
+1
*
Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl.
Nico Weber
2017-10-17
1
-2
/
+3
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-3
/
+3
*
Re-land r315787, "[Sema] Warn about unused variables if we can constant evalu...
Benjamin Kramer
2017-10-14
1
-1
/
+2
*
Revert rL315787, "[Sema] Warn about unused variables if we can constant evalu...
NAKAMURA Takumi
2017-10-14
1
-2
/
+1
*
[Sema] Warn about unused variables if we can constant evaluate the initializer.
Benjamin Kramer
2017-10-14
1
-1
/
+2
*
[OpenCL] Add LangAS::opencl_private to represent private address space in AST
Yaxun Liu
2017-10-13
1
-13
/
+12
*
[Sema][ObjC] Complete merging ObjC methods before checking their
Akira Hatanaka
2017-10-12
1
-2
/
+0
*
[Modules TS] Diagnose missing/duplicate module-declaration.
Richard Smith
2017-10-11
1
-5
/
+13
*
[Modules TS] Diagnose attempts to enter module implementation units without t...
Richard Smith
2017-10-10
1
-5
/
+7
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-16
/
+69
*
For dllexport class templates, export specializations of member functions (PR...
Hans Wennborg
2017-10-10
1
-0
/
+16
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-69
/
+16
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-16
/
+69
*
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
[next]