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
*
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
*
Rename getResultLoc() too
Alp Toker
2014-01-25
1
-2
/
+2
*
PR18530: Don't assert when performing error recovery after a missing 'templat...
Richard Smith
2014-01-25
1
-12
/
+7
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-47
/
+48
*
Allow clang to compile the "extern" storage class in OpenCL 1.2.
Pekka Jaaskelainen
2014-01-23
1
-1
/
+1
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-36
/
+14
*
Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
Richard Smith
2014-01-22
1
-2
/
+5
*
Delay attribute checking until auto types are deduced
Nico Rieck
2014-01-21
1
-1
/
+6
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-20
/
+19
*
Exposed a declarative way to specify that an attribute can be duplicated when...
Aaron Ballman
2014-01-20
1
-29
/
+2
*
Restrict redeclaration of tags introduced by using decls to MSVCCompat
Alp Toker
2014-01-18
1
-2
/
+3
*
Permit redeclaration of tags introduced by using decls
Alp Toker
2014-01-17
1
-2
/
+3
*
Clean up variable template handling a bit, and correct the behavior of name
Richard Smith
2014-01-16
1
-117
/
+84
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-27
/
+31
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-7
/
+9
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-5
/
+5
*
Fix "regression" caused by updating our notion of POD to better match the C++11
Richard Smith
2014-01-11
1
-3
/
+8
*
Have attribute 'objc_precise_lifetime' suppress -Wunused.
Ted Kremenek
2014-01-09
1
-1
/
+2
*
PR18400: ignore cv-qualifiers on the underlying type of an enumeration.
Richard Smith
2014-01-08
1
-1
/
+1
*
PR18234: Mark a tag definition as invalid early if it appears in a
Richard Smith
2014-01-08
1
-1
/
+13
*
Highlight the previous underlying enum type when diagnosing a mismatch
Alp Toker
2014-01-06
1
-1
/
+3
*
Diagnose enum redeclarations properly
Alp Toker
2014-01-06
1
-3
/
+3
*
[OpenCL] Produce an error if an address space is used on the return
Joey Gouly
2014-01-06
1
-0
/
+13
*
Fix 'declartion' typos
Alp Toker
2014-01-05
1
-2
/
+2
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-1
/
+0
*
Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpec...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
[OpenCL] Variables in the constant address space must be initialized.
Joey Gouly
2014-01-03
1
-0
/
+10
*
It turns out the problem was a bit more wide-spread. Removing a lot of unneed...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Removing some more unnecessary manual quotes from diagnostics. Updated the re...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
2014-01-03
1
-2
/
+2
*
Removed an unnecessary %select from the alignas diagnostics. The attribute al...
Aaron Ballman
2014-01-02
1
-4
/
+4
*
Removing some manual quotes from this diagnostic, since the AST diagnostics e...
Aaron Ballman
2014-01-02
1
-1
/
+1
*
Teach the diagnostics engine about the Attr type to make reporting on semanti...
Aaron Ballman
2013-12-26
1
-3
/
+3
*
Removed a string literal for an attribute name, which means the attribute nam...
Aaron Ballman
2013-12-26
1
-1
/
+1
*
Don't mark record decls invalid when one of its methods is invalid, PR18284.
Nico Weber
2013-12-21
1
-6
/
+1
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-10
/
+9
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-12
/
+12
*
[ms-cxxabi] Don't do destructor check on declarations if the dtor is deleted
Hans Wennborg
2013-12-17
1
-7
/
+1
*
Revert "Maybe add new warning for shadowing simple tag types"
Kaelyn Uhrain
2013-12-16
1
-7
/
+1
*
Maybe add new warning for shadowing simple tag types
Kaelyn Uhrain
2013-12-16
1
-1
/
+7
[next]