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
...
*
Allow address space qualifiers on OpenCL array parameters
Fraser Cormack
2014-04-15
1
-2
/
+6
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-4
/
+3
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-0
/
+34
*
Fix clang-tidy warning (argument comments don't match parameter names).
Richard Smith
2014-04-07
1
-3
/
+3
*
PR19305: Don't issue -Wunused-variable warnings on variable templates. It's not
Richard Smith
2014-04-02
1
-2
/
+4
*
Sema: Require external linkage for dll attributes
Nico Rieck
2014-03-31
1
-0
/
+16
*
Sema: Check dll attributes on redeclarations
Nico Rieck
2014-03-31
1
-11
/
+62
*
Enforce the restriction that a parameter to a kernel function
David Tweed
2014-03-27
1
-2
/
+15
*
PR19252: Fix crash if alignas is used with an auto-typed variable. Don't check
Richard Smith
2014-03-27
1
-4
/
+3
*
Treat dllimport globals without explicit storage class as extern
Nico Rieck
2014-03-23
1
-0
/
+38
*
[C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_r...
Aaron Ballman
2014-03-17
1
-3
/
+1
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-16
/
+7
*
Objective-C. Redo turning off designated initialization warnings on
Fariborz Jahanian
2014-03-14
1
-5
/
+10
*
[C++11] Removing the found_decls_begin() and found_decls_end() APIs and repla...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing CXXRecordDecl iterators capture_begin() and capture_end() w...
Aaron Ballman
2014-03-13
1
-10
/
+9
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
Fix crash if delayed template parsing meets an erroneous trailing return type.
Richard Smith
2014-03-12
1
-0
/
+24
*
DR1346: a parenthesized braced-init-list cannot be used as the initializer when
Richard Smith
2014-03-12
1
-0
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-2
/
+2
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-27
/
+15
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-9
/
+6
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-3
/
+1
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-4
/
+3
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-30
/
+22
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-6
/
+2
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-6
/
+9
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-9
/
+6
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-6
/
+3
*
Tests for DR370-380.
Richard Smith
2014-03-05
1
-2
/
+2
*
AST: Remove layering violation with Sema
David Majnemer
2014-03-05
1
-4
/
+8
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-6
/
+19
*
Add [extern_c] attribute for modules, allowing a C module to be imported with...
Richard Smith
2014-03-02
1
-1
/
+35
*
argument -> parameter terminology fixes for FunctionTypeInfo
Alp Toker
2014-02-26
1
-20
/
+19
*
Sema: Definition of dllimport globals is not allowed
Nico Rieck
2014-02-26
1
-0
/
+7
*
[Win32 ABI] Defer operator delete checks until vtable is marked used
Hans Wennborg
2014-02-24
1
-9
/
+0
*
Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
2014-02-22
1
-23
/
+7
*
OpenCL: fix for the restriction on pointers to functions.
Pekka Jaaskelainen
2014-02-20
1
-6
/
+19
*
Implement DR577
David Majnemer
2014-02-19
1
-17
/
+0
*
Enable correcting a member declaration where the type is class template,
Kaelyn Uhrain
2014-02-13
1
-9
/
+15
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
1
-2
/
+3
*
Clarify comment. Remove braces from single-statement block.
David Blaikie
2014-02-09
1
-4
/
+4
*
MS ABI: Don't be so hasty to judge an inheritance model
David Majnemer
2014-02-07
1
-1
/
+1
*
DR101, PR12770: If a function is declared in the same context as a
Richard Smith
2014-02-06
1
-12
/
+28
*
Add implicit declarations of allocation functions when looking them up for
Richard Smith
2014-02-04
1
-13
/
+16
*
Diagnose typedef names for linkage purposes that would change
John McCall
2014-01-30
1
-0
/
+21
*
Sema: Diagnose improper application of inheritance keywords
David Majnemer
2014-01-29
1
-1
/
+10
*
Short-circuit a couple of queries (and avoid corrupting
John McCall
2014-01-29
1
-1
/
+7
[prev]
[next]