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
...
*
Removed stale comment. NFC.
Serge Pavlov
2017-02-15
1
-2
/
+0
*
Revert r294910 and recommit r294861 and r294862 with a target triple to hopef...
Aaron Ballman
2017-02-12
1
-4
/
+5
*
Revert "Attributes on K&R C functions should not cause incompatible..."
Renato Golin
2017-02-12
1
-5
/
+4
*
Attributes on K&R C functions should not cause incompatible function type wit...
Aaron Ballman
2017-02-11
1
-4
/
+5
*
[c++1z] Diagnose attempts to use variables with deduced class template
Richard Smith
2017-02-10
1
-4
/
+4
*
[c++1z] Require an initializer for deduced class template specialization types.
Richard Smith
2017-02-10
1
-9
/
+9
*
[c++1z] In class template argument deduction, all declarators must deduce the...
Richard Smith
2017-02-10
1
-6
/
+7
*
[c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.
Richard Smith
2017-02-10
1
-5
/
+6
*
Disallow explicit instantiation and explicit specialization for deduction gui...
Richard Smith
2017-02-09
1
-1
/
+9
*
Rename IsExplicitSpecialization -> IsMemberSpecialization when we're talking
Richard Smith
2017-02-09
1
-31
/
+31
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-46
/
+57
*
P0091R3: Improved syntactic checking of deduction-guides.
Richard Smith
2017-02-08
1
-4
/
+9
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-1
/
+38
*
Drop 'dllimport' when redeclaring inline function template without the attrib...
Hans Wennborg
2017-02-01
1
-5
/
+11
*
Revert r293585 "Add better ODR checking for modules."
Sam McCall
2017-01-31
1
-4
/
+1
*
Add better ODR checking for modules.
Richard Trieu
2017-01-31
1
-1
/
+4
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-10
/
+6
*
Revert r293455, which breaks v8 with a spurious error. Testcase added.
Sam McCall
2017-01-30
1
-6
/
+10
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-10
/
+6
*
PR31783: Don't request the alignment of an invalid declaration.
Richard Smith
2017-01-27
1
-1
/
+2
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-28
/
+56
*
PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-19
1
-0
/
+18
*
Give more accurate descriptions of what kind of template we found in diagnost...
Richard Smith
2017-01-14
1
-1
/
+20
*
Implement DR1265 (wg21.link/cwg1265).
Richard Smith
2017-01-13
1
-50
/
+61
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-19
/
+17
*
This reverts r291628. As suggested by Richard, we can simply
Manman Ren
2017-01-11
1
-9
/
+4
*
Module: Do not create Implicit ImportDecl for module X if we
Manman Ren
2017-01-11
1
-4
/
+9
*
[Sema] Avoid -Wshadow warning when a "redefinition of " error is presented
Alex Lorenz
2017-01-10
1
-22
/
+35
*
Don't classify variable template names as type templates.
Richard Smith
2017-01-10
1
-1
/
+2
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
1
-3
/
+6
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
1
-6
/
+3
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
1
-3
/
+6
*
[c++1z] Permit constant evaluation of a call through a function pointer whose
Richard Smith
2016-12-15
1
-21
/
+10
*
Improve our handling of tag decls in function prototypes
Reid Kleckner
2016-12-14
1
-30
/
+52
*
[c++1z] P0217R3: Allow by-value structured binding of arrays.
Richard Smith
2016-12-14
1
-3
/
+9
*
[OpenCL] Improve address space diagnostics.
Egor Churaev
2016-12-13
1
-9
/
+12
*
[c++17] P0490R0, NB comment FI 20: allow direct-initialization of decompositi...
Richard Smith
2016-12-09
1
-11
/
+22
*
Improve error message when referencing a non-tag type with a tag
Reid Kleckner
2016-12-09
1
-5
/
+17
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
1
-45
/
+40
*
[CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich
2016-12-08
1
-3
/
+9
*
[CUDA] Improve target attribute checking for function templates.
Artem Belevich
2016-12-07
1
-0
/
+3
*
Implement the -Wstrict-prototypes warning
Alex Lorenz
2016-12-07
1
-0
/
+15
*
[modules] Use the "redundant #include" diagnostic rather than the "module
Richard Smith
2016-12-06
1
-7
/
+1
*
Fix formatting issue from r288207
Hans Wennborg
2016-11-30
1
-1
/
+1
*
[c++1z] Improve support for -fno-exceptions: we can't just ignore exception
Richard Smith
2016-11-30
1
-9
/
+0
*
[c++1z] PR31210: ignore exception specification when matching the type of a
Richard Smith
2016-11-29
1
-3
/
+19
*
Don't try to merge DLL attributes on redeclaration of invalid decl (PR31069)
Hans Wennborg
2016-11-29
1
-0
/
+3
*
[OpenCL] Prohibit using reserve_id_t in program scope.
Alexey Bader
2016-11-29
1
-50
/
+55
*
Use descriptive message if list initializer is incorrectly parenthesized.
Serge Pavlov
2016-11-12
1
-0
/
+24
*
Remove double setting of invalid flag.
Richard Trieu
2016-11-11
1
-2
/
+0
[prev]
[next]