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
...
*
[Sema] Don't skip function bodies with 'auto' without trailing return type
Ilya Biryukov
2018-05-30
1
-2
/
+8
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
1
-18
/
+15
*
Check pointer null-ness before dereferencing it.
Richard Trieu
2018-05-29
1
-5
/
+6
*
[Sema] Fix incorrect packed aligned structure layout
Momchil Velikov
2018-05-21
1
-3
/
+4
*
Revert r332470 (and corresponding tests in r332492).
Richard Smith
2018-05-18
1
-76
/
+13
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-05-16
1
-13
/
+76
*
PR37450: Fix bug that disabled some type checks for variables with deduced ty...
Richard Smith
2018-05-14
1
-7
/
+14
*
[OpenCL] Restrict various keywords in OpenCL C++ mode
Sven van Haastregt
2018-05-09
1
-0
/
+14
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-40
/
+40
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+3
*
Test commit removing trailing whitespace
Stuart Brady
2018-04-27
1
-1
/
+1
*
Revert addition of 'concept' to diagnostics in r330890.
Richard Smith
2018-04-26
1
-2
/
+0
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
1
-7
/
+3
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-6
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+6
*
[HIP] Add hip input kind and codegen for kernel launching
Yaxun Liu
2018-04-25
1
-2
/
+4
*
[Availability] Improve availability to consider functions run at load time
Steven Wu
2018-04-16
1
-0
/
+15
*
Limit types of builtins that can be redeclared.
Erich Keane
2018-04-16
1
-0
/
+8
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-5
/
+0
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-0
/
+5
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-2
/
+7
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-7
/
+2
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-2
/
+7
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-3
/
+3
*
Revert "[CUDA] Check initializers of instantiated template variables."
Artem Belevich
2018-04-04
1
-2
/
+52
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-04-03
1
-52
/
+2
*
Add helper to determine if a field is a zero-length bitfield.
Richard Smith
2018-04-02
1
-2
/
+2
*
Generalize NRVO to cover C structs.
Akira Hatanaka
2018-03-29
1
-2
/
+2
*
Refactor some code for a warning. NFC.
Richard Trieu
2018-03-29
1
-65
/
+39
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-1
/
+3
*
[Diag] Avoid emitting a redefinition note if no location is available.
Matt Davis
2018-03-28
1
-1
/
+2
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-3
/
+3
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
[CodeGen] Mark fma as const for Android
Pirama Arumuga Nainar
2018-03-26
1
-2
/
+2
*
[C++17] Fix class template argument deduction for default constructors withou...
Zhihao Yuan
2018-03-24
1
-4
/
+14
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
1
-5
/
+3
*
Implement DR2229, which prohibits unnamed bit-fields from having qualifiers i...
Aaron Ballman
2018-03-17
1
-0
/
+7
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-23
/
+21
*
Check that a field is not annotated with attribute "unavailable" before
Akira Hatanaka
2018-03-13
1
-1
/
+1
*
Serialize the NonTrivialToPrimitive* flags I added in r326307.
Akira Hatanaka
2018-03-13
1
-3
/
+3
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-1
/
+1
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
1
-10
/
+11
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
1
-3
/
+5
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
1
-5
/
+3
*
Revert "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-08
1
-11
/
+10
*
[Sema] Make getCurFunction() return null outside function parsing
Reid Kleckner
2018-03-08
1
-10
/
+11
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
1
-1
/
+1
*
Push a function scope when parsing function bodies without a declaration
Reid Kleckner
2018-03-07
1
-1
/
+9
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-1
/
+1
[prev]
[next]