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
...
*
[modules] When a tag type that was imported from a module is referenced via an
Richard Smith
2016-01-06
1
-10
/
+29
*
Avoid walking all the declarations in the TU when a tag is declared in function
Richard Smith
2016-01-05
1
-6
/
+2
*
fix typos; NFC
Sanjay Patel
2015-12-29
1
-1
/
+1
*
Teach typo correction to properly handle mapping declarations to their
Richard Smith
2015-12-29
1
-3
/
+2
*
Allow non-defining declarations of class template partial specializations to
Richard Smith
2015-12-11
1
-1
/
+6
*
Reapply "[Modules] Fix regression when an elaborated-type-specifier mentions ...
Ben Langmuir
2015-12-11
1
-0
/
+7
*
Error on redeclaring with a conflicting asm label and on redeclaring with an ...
Nick Lewycky
2015-12-11
1
-1
/
+16
*
Revert "[Modules] Fix regression when an elaborated-type-specifier mentions a...
Ben Langmuir
2015-12-11
1
-6
/
+4
*
[Modules] Fix regression when an elaborated-type-specifier mentions a hidden tag
Ben Langmuir
2015-12-10
1
-4
/
+6
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-1
/
+26
*
P0001R1: 'register' storage class specifier is no longer permitted in C++1z.
Richard Smith
2015-11-25
1
-1
/
+2
*
Produce a better diagnostic for global register variables.
Akira Hatanaka
2015-11-18
1
-3
/
+14
*
[modules] When a #include is mapped to a module import and appears somewhere
Richard Smith
2015-11-17
1
-4
/
+6
*
[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
[prev]
[next]