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
*
[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
*
Fix typo in comment.
Richard Smith
2018-03-05
1
-1
/
+1
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-1
/
+1
*
[modules] Don't diagnose "redefinition" of a friend with a pending definition
Richard Smith
2018-03-01
1
-0
/
+9
*
Function definition may have uninstantiated body
Serge Pavlov
2018-03-01
1
-2
/
+29
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-10
/
+9
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-1
/
+19
*
Replace incorrect usage of isInvalidDecl with intended setInvalidDecl
Erich Keane
2018-02-21
1
-1
/
+1
*
[NFC] In Multiversion Check function, switch to return Diag
Erich Keane
2018-02-20
1
-67
/
+47
*
Correct multiversion unsupported target behavior, add a test.
Erich Keane
2018-02-20
1
-0
/
+2
*
[Sema] Don't mark plain MS enums as fixed
Reid Kleckner
2018-02-12
1
-24
/
+20
*
[Sema][ObjC] Use SmallSetVector to fix a failing test on the reverse
Akira Hatanaka
2018-02-06
1
-0
/
+2
*
[Sema] Add implicit members even for invalid CXXRecordDecls
Ilya Biryukov
2018-02-02
1
-3
/
+3
*
PR36157: When injecting an implicit function declaration in C89, find the right
Richard Smith
2018-02-01
1
-0
/
+10
*
[Sema] Fix a crash on invalid features in multiversioning
George Burgess IV
2018-01-16
1
-3
/
+3
*
PR35862: Suppress -Wmissing-variable-declarations warning on inline variables,
Richard Smith
2018-01-08
1
-0
/
+2
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+357
*
Make attribute instantiation instantiate all attributes, not just the first of
Richard Smith
2018-01-04
1
-1
/
+1
[next]