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] Remove unnecessary typecast of bool to int when passing arguments to d...
Craig Topper
2015-11-17
1
-9
/
+8
*
[Sema] Combine similar diagnostics using %select. NFC
Craig Topper
2015-11-17
1
-7
/
+5
*
[modules] Fix some more cases where we used to reject a conflict between two
Richard Smith
2015-11-17
1
-5
/
+4
*
Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...
Craig Topper
2015-11-14
1
-1
/
+0
*
[modules] Allow "redefinition" of typedef of anon tag from unimported submodule
Ben Langmuir
2015-11-14
1
-1
/
+2
*
[modules] Follow the C++ standard's rule for linkage of enumerators: they have
Richard Smith
2015-11-13
1
-22
/
+37
*
[modules] Simplify and generalize the existing rule for finding hidden
Richard Smith
2015-11-12
1
-6
/
+0
*
Revert r240335.
Richard Smith
2015-11-12
1
-1
/
+0
*
[Sema] Remove unnecessary parens in check using logical or; NFC.
Nathan Wilson
2015-11-12
1
-1
/
+1
*
Add diagnostics which fall under [dcl.spec.concept]p5
Nathan Wilson
2015-11-11
1
-0
/
+7
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-2
/
+6
*
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
Richard Smith
2015-11-11
1
-89
/
+108
*
Implement __attribute__((internal_linkage)).
Evgeniy Stepanov
2015-11-10
1
-0
/
+24
*
Add support for function attribute 'not_tail_called'.
Akira Hatanaka
2015-11-06
1
-0
/
+10
*
[modules] Don't merge an anonymous enum definition into a named enum definition.
Richard Smith
2015-11-05
1
-3
/
+5
*
[Concepts] Add diagnostics which fall under [dcl.spec.concept]p1
Nathan Wilson
2015-11-04
1
-0
/
+5
*
[modules] Rationalize the behavior of Decl::declarationReplaces, and in
Richard Smith
2015-11-03
1
-2
/
+2
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-0
/
+2
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
1
-6
/
+4
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-2
/
+2
*
[coroutines] Initial stub Sema functionality for handling coroutine await / y...
Richard Smith
2015-10-22
1
-0
/
+3
*
[modules] Allow the error on importing a C++ module within an extern "C"
Richard Smith
2015-10-13
1
-6
/
+9
*
[MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum
David Majnemer
2015-10-08
1
-4
/
+11
*
[Sema] Tweak incomplete enum types on MSVC ABI targets
David Majnemer
2015-10-08
1
-2
/
+4
*
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...
David Majnemer
2015-10-08
1
-1
/
+2
*
Don't inherit the "unavailable" attribute from an overridden superclass method.
Douglas Gregor
2015-09-30
1
-3
/
+1
*
Don't inherit availability information when implementing a protocol requirement.
Douglas Gregor
2015-09-30
1
-10
/
+17
*
[OpenCL 2.0] Enable program scope variables, Section 6.5.1.
Anastasia Stulova
2015-09-30
1
-25
/
+62
*
Remove warning on over-wide bit-field of boolean type; there's no risk that
Richard Smith
2015-09-23
1
-3
/
+8
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-5
/
+5
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-09-22
1
-0
/
+12
*
[CUDA] Allow function overloads in CUDA based on host/device attributes.
Artem Belevich
2015-09-22
1
-0
/
+6
*
[Modules] More descriptive diagnostics for misplaced import directive
Serge Pavlov
2015-09-19
1
-4
/
+7
*
Fix for assertion fail for pragma weak on typedef.
Alexander Musman
2015-09-18
1
-1
/
+1
*
[MS ABI] Restore our warning for overwide bitfields using the MS ABI
David Majnemer
2015-09-15
1
-19
/
+26
*
[MS ABI] Overwide bool bitfields should be permitted
David Majnemer
2015-09-15
1
-4
/
+7
*
PR24595: Ignore calling convention modifiers for structors in MS ABI.
Andrey Bokhanko
2015-09-14
1
-1
/
+2
*
C11 _Bool bitfield diagnostic
Rachel Craik
2015-09-14
1
-10
/
+10
*
[Concepts] Add diagnostic; invalid specifier on function or variable concept ...
Nathan Wilson
2015-09-09
1
-1
/
+43
*
Don't allow dllexport/import on static local variables
Hans Wennborg
2015-09-04
1
-2
/
+4
*
Cleanups, no functionality change.
Richard Smith
2015-09-04
1
-18
/
+13
*
Fix a potential APInt memory leak when using __attribute__((flag_enum)), and
Richard Smith
2015-09-04
1
-45
/
+20
*
[Sema] Avoid crash on tag-type mismatch (Fixes PR24610)
Vedant Kumar
2015-09-02
1
-0
/
+3
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-1
/
+1
*
[MS ABI] Correctly mangle classes without names for linkage purposes
David Majnemer
2015-08-31
1
-8
/
+9
*
Follow-up to r246338: use getParentFunctionOrMethod
Hans Wennborg
2015-08-28
1
-1
/
+1
*
Allow TLS vars in dllimport/export functions; only inline dllimport functions...
Hans Wennborg
2015-08-28
1
-3
/
+11
*
[CUDA] Check register names on appropriate side of cuda compilation only.
Artem Belevich
2015-08-27
1
-2
/
+4
*
Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...
Nathan Wilson
2015-08-26
1
-1
/
+17
*
[modules] When we see a definition of a function for which we already have a
Richard Smith
2015-08-21
1
-19
/
+41
[next]