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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Diagnose the use of incomplete types in C++ typeid expressions
Douglas Gregor
2009-12-23
1
-2
/
+18
*
Remove cv-qualifiers from the argument to typeid
Douglas Gregor
2009-12-23
1
-11
/
+30
*
Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit more
Eli Friedman
2009-12-23
1
-1
/
+8
*
When using a default function argument for a function template (or
Douglas Gregor
2009-12-23
1
-3
/
+18
*
move a few more symbols to .rodata/.data.rel.ro
Nuno Lopes
2009-12-23
1
-1
/
+1
*
Fix DISABLE_SMART_POINTERS build
Douglas Gregor
2009-12-23
1
-5
/
+6
*
Update for the intrinsic changes in llvm: the object size intrinsic
Eric Christopher
2009-12-23
1
-0
/
+1
*
Set a member's access specifier even if it doesn't match the previous specifier.
John McCall
2009-12-23
1
-0
/
+2
*
Objective-C methods can be variadic, too. Who knew.
Douglas Gregor
2009-12-23
1
-0
/
+7
*
Switch Sema::CreateOverloadedUnaryOp over to InitializationSequence.
Douglas Gregor
2009-12-23
1
-3
/
+8
*
warn when attribute warn_unused_result is applied to void functions.
Nuno Lopes
2009-12-22
1
-1
/
+6
*
Allow the first parameter of operator new to be a cv-qualified
Douglas Gregor
2009-12-22
3
-3
/
+4
*
Make sure that reinterpret_cast gets a CastKind on all successful
Douglas Gregor
2009-12-22
1
-1
/
+5
*
Add using shadow decls to the "instantiated locals" map, fixing PR5847.
John McCall
2009-12-22
1
-0
/
+5
*
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-22
3
-36
/
+41
*
Switch parameter passing for overloaded binary operators to
Douglas Gregor
2009-12-22
1
-7
/
+31
*
When transforming a C++ "new" expression that was not explicitly given
Douglas Gregor
2009-12-22
1
-0
/
+25
*
Switch parameter-passing for calls via function pointers (where we
Douglas Gregor
2009-12-22
3
-18
/
+30
*
Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ...
Douglas Gregor
2009-12-22
5
-150
/
+60
*
Switch initialization of parameters in a call over to
Douglas Gregor
2009-12-22
2
-6
/
+33
*
fix a bug handling the gnu ?: extension. Patch by Storlek on IRC,
Chris Lattner
2009-12-22
1
-1
/
+1
*
When we simply return a retained member expression when instantiating, we mus...
Anders Carlsson
2009-12-22
1
-1
/
+6
*
Zap CheckInitializerTypes.
Eli Friedman
2009-12-22
2
-116
/
+0
*
Switch default arguments over to InitializationSequence.
Eli Friedman
2009-12-22
1
-1
/
+5
*
Switch compound literals over to InitializationSequence.
Eli Friedman
2009-12-22
2
-3
/
+10
*
Switch file-scope assignment initialization over to InitializationSequence.
Eli Friedman
2009-12-22
2
-14
/
+21
*
Centralize the emission/suppression/delay of diagnostics describing runtime b...
Douglas Gregor
2009-12-22
2
-60
/
+53
*
Stop diagnosing the use of inner classes as friends. ddunbar asked whether
John McCall
2009-12-22
1
-7
/
+4
*
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...
Douglas Gregor
2009-12-22
5
-6
/
+6
*
When converting from a type to itself or one of its base classes via a
Douglas Gregor
2009-12-22
1
-1
/
+2
*
When filling in value initializations within an initializer list, be
Douglas Gregor
2009-12-22
1
-65
/
+86
*
When a template-id refers to a single function template, and the
Douglas Gregor
2009-12-21
5
-27
/
+206
*
Introduce an assertion to ensure that template argument deduction does
Douglas Gregor
2009-12-21
1
-1
/
+1
*
Allow comparison of 'void *' with function pointer
Fariborz Jahanian
2009-12-21
1
-1
/
+12
*
Reorganize the base-lookup bits of ActOnMemInitializer in order to better
John McCall
2009-12-21
1
-8
/
+24
*
Fix for PR5840: fix the kind of name lookup used for classes in
Eli Friedman
2009-12-21
1
-2
/
+6
*
Small comment fix.
Eli Friedman
2009-12-21
1
-1
/
+1
*
fix PR4010: add support for the warn_unused_result for function pointers
Nuno Lopes
2009-12-20
2
-5
/
+4
*
Make sure we instantiate the destructor for variables initialized by
Eli Friedman
2009-12-20
1
-0
/
+9
*
Fix review comment; no visible change.
Eli Friedman
2009-12-20
1
-28
/
+29
*
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-20
2
-21
/
+13
*
Revert accidental commit
Douglas Gregor
2009-12-20
1
-11
/
+20
*
Fix CMake build on windows, from Cedric Venet
Douglas Gregor
2009-12-20
1
-20
/
+11
*
Don't inject the class name until that magical lbrace.
John McCall
2009-12-20
2
-24
/
+35
*
Kill off PreDeclaratorDC.
John McCall
2009-12-19
2
-6
/
+2
*
Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made
John McCall
2009-12-19
4
-70
/
+68
*
Don't use EnterDeclaratorContext when rebuilding a type in the current
John McCall
2009-12-19
1
-2
/
+5
*
Just push a new scope when parsing an out-of-line variable definition.
John McCall
2009-12-19
1
-33
/
+43
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
3
-30
/
+55
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
2
-81
/
+48
[next]