]> granicus.if.org Git - clang/log
clang
14 years agoSupport DependentTemplateSpecializationType and ElaboratedType for PCH.
Argyrios Kyrtzidis [Fri, 25 Jun 2010 16:24:58 +0000 (16:24 +0000)]
Support DependentTemplateSpecializationType and ElaboratedType for PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106858 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd forgotten breaks in case statements.
Argyrios Kyrtzidis [Fri, 25 Jun 2010 16:24:51 +0000 (16:24 +0000)]
Add forgotten breaks in case statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106857 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoA bug I've introduced in STDIN handling surfaced a few broken tests, fix them.
Benjamin Kramer [Fri, 25 Jun 2010 12:48:07 +0000 (12:48 +0000)]
A bug I've introduced in STDIN handling surfaced a few broken tests, fix them.

Lexer/hexfloat.cpp is now XFAIL'd, I'd appreciate if someone could look into it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106840 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSupport UnresolvedLookupExpr for PCH.
Argyrios Kyrtzidis [Fri, 25 Jun 2010 09:03:34 +0000 (09:03 +0000)]
Support UnresolvedLookupExpr for PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106832 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSupport UnresolvedMemberExpr for PCH.
Argyrios Kyrtzidis [Fri, 25 Jun 2010 09:03:26 +0000 (09:03 +0000)]
Support UnresolvedMemberExpr for PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106831 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoPrint source location when we encounter unhandled statement during PCH writing.
Argyrios Kyrtzidis [Fri, 25 Jun 2010 09:03:12 +0000 (09:03 +0000)]
Print source location when we encounter unhandled statement during PCH writing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106830 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoI don't know when I committed this, but it's probably a "bad thing".
Chris Lattner [Fri, 25 Jun 2010 05:00:29 +0000 (05:00 +0000)]
I don't know when I committed this, but it's probably a "bad thing".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106821 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoImplement dependent alignment attribute support. This is a bit gross given the
Chandler Carruth [Fri, 25 Jun 2010 03:22:07 +0000 (03:22 +0000)]
Implement dependent alignment attribute support. This is a bit gross given the
current attribute system, but it is enough to handle class templates which
specify parts of their alignment in terms of their template parameters.

This also replaces the attributes test in SemaTemplate with one that actually
tests working attributes instead of broken ones. I plan to add more tests here
for non-dependent attributes in a subsequent patch.

Thanks to John for walking me through some of this. =D

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106818 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd comment for my last patch.
Fariborz Jahanian [Fri, 25 Jun 2010 00:05:45 +0000 (00:05 +0000)]
Add comment for my last patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106813 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFixed another double-char in PPC-specific asm constraints.
John Thompson [Fri, 25 Jun 2010 00:02:05 +0000 (00:02 +0000)]
Fixed another double-char in PPC-specific asm constraints.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106812 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdded PPC-specific asm constraints, PS3 configuration changes.
John Thompson [Thu, 24 Jun 2010 22:44:13 +0000 (22:44 +0000)]
Added PPC-specific asm constraints, PS3 configuration changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106806 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoRemove HAS_TLS define.
Eric Christopher [Thu, 24 Jun 2010 20:41:41 +0000 (20:41 +0000)]
Remove HAS_TLS define.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106786 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFixes a regression when redeclaration of a global satic
Fariborz Jahanian [Thu, 24 Jun 2010 18:50:41 +0000 (18:50 +0000)]
Fixes a regression when redeclaration of a global satic
is an extern local to a function. Radar 8125274.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106773 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoRenamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm.
Fariborz Jahanian [Thu, 24 Jun 2010 16:40:16 +0000 (16:40 +0000)]
Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm.
Thanks Daniel D.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106758 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoReturn null pointer instead of 'false' (fixes clang warning).
Ted Kremenek [Thu, 24 Jun 2010 16:26:12 +0000 (16:26 +0000)]
Return null pointer instead of 'false' (fixes clang warning).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106755 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd check for illegal whence argument of fseek.
Zhongxing Xu [Thu, 24 Jun 2010 13:36:41 +0000 (13:36 +0000)]
Add check for illegal whence argument of fseek.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106742 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoShould return stateNotNull.
Zhongxing Xu [Thu, 24 Jun 2010 13:09:02 +0000 (13:09 +0000)]
Should return stateNotNull.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106741 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoLet StreamChecker::CheckNullStream() return a GRState after successful check.
Zhongxing Xu [Thu, 24 Jun 2010 12:52:28 +0000 (12:52 +0000)]
Let StreamChecker::CheckNullStream() return a GRState after successful check.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106738 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoDon't depend on system headers in clang -cc1 tests.
Benjamin Kramer [Thu, 24 Jun 2010 11:06:12 +0000 (11:06 +0000)]
Don't depend on system headers in clang -cc1 tests.

The constant was copied from clang's limits.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106732 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSupport a couple more C++ Exprs for PCH.
Argyrios Kyrtzidis [Thu, 24 Jun 2010 08:57:31 +0000 (08:57 +0000)]
Support a couple more C++ Exprs for PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106727 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFix broken de/serialization for a couple of C++ Exprs.
Argyrios Kyrtzidis [Thu, 24 Jun 2010 08:57:09 +0000 (08:57 +0000)]
Fix broken de/serialization for a couple of C++ Exprs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106726 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoMore clang support for darwin tls. Add a __has_feature macro and
Eric Christopher [Thu, 24 Jun 2010 02:02:00 +0000 (02:02 +0000)]
More clang support for darwin tls.  Add a __has_feature macro and
target specific preprocessor define as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106715 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoPatch to correctly mangle block helper functions
Fariborz Jahanian [Thu, 24 Jun 2010 00:08:06 +0000 (00:08 +0000)]
Patch to correctly mangle block helper functions
when block literal is declared inside a ctor/dtor.
Fixes radr 8096995.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106700 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd 'VisitEndAnalysis' callback to Checker class. This callback is called by GRExprE...
Ted Kremenek [Wed, 23 Jun 2010 22:08:00 +0000 (22:08 +0000)]
Add 'VisitEndAnalysis' callback to Checker class.  This callback is called by GRExprEngine
when the worklist algorithm has terminated.  This allows some checkers to do a post-analysis
phase after all paths have been analyzed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106689 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd parentheses suggested by gcc.
Duncan Sands [Wed, 23 Jun 2010 19:34:52 +0000 (19:34 +0000)]
Add parentheses suggested by gcc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106668 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoRevert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fails...
Daniel Dunbar [Wed, 23 Jun 2010 18:31:33 +0000 (18:31 +0000)]
Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fails on linux.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106661 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoDriver: Add make variable to allow disabling default integrated assembler, till
Daniel Dunbar [Wed, 23 Jun 2010 18:15:13 +0000 (18:15 +0000)]
Driver: Add make variable to allow disabling default integrated assembler, till
all the kinks are worked out.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106641 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd USR tests for ObjC class extensions.
Ted Kremenek [Wed, 23 Jun 2010 18:10:30 +0000 (18:10 +0000)]
Add USR tests for ObjC class extensions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106640 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoTweak tests to hopefully fix include of limits.h on win32.
Daniel Dunbar [Wed, 23 Jun 2010 18:06:20 +0000 (18:06 +0000)]
Tweak tests to hopefully fix include of limits.h on win32.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106639 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd isArrayType() to CanProxy's forwarders.
Sebastian Redl [Wed, 23 Jun 2010 15:57:03 +0000 (15:57 +0000)]
Add isArrayType() to CanProxy's forwarders.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106629 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSupport C++ class template specializations and partial specializations for PCH.
Argyrios Kyrtzidis [Wed, 23 Jun 2010 13:48:30 +0000 (13:48 +0000)]
Support C++ class template specializations and partial specializations for PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106625 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoModify ClassTemplateSpecializationDecl and ClassTemplatePartialSpecializationDecl...
Argyrios Kyrtzidis [Wed, 23 Jun 2010 13:48:23 +0000 (13:48 +0000)]
Modify ClassTemplateSpecializationDecl and ClassTemplatePartialSpecializationDecl to allow PCH read/write.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106624 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoimprove altivec vector bool/pixel support, patch by Anton Yartsev
Chris Lattner [Wed, 23 Jun 2010 06:00:24 +0000 (06:00 +0000)]
improve altivec vector bool/pixel support, patch by Anton Yartsev
with several tweaks by me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106619 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agopolish the -finstrument-functions implementation, patch by Nelson Elhage!
Chris Lattner [Wed, 23 Jun 2010 05:21:28 +0000 (05:21 +0000)]
polish the -finstrument-functions implementation, patch by Nelson Elhage!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106618 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoadd comments.
Zhongxing Xu [Wed, 23 Jun 2010 02:12:00 +0000 (02:12 +0000)]
add comments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106617 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoadd comments.
Zhongxing Xu [Wed, 23 Jun 2010 02:06:56 +0000 (02:06 +0000)]
add comments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106616 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoCorrectly construct an ElementRegion for alloca() + pointer arithmetic. Fixes analyzer
Ted Kremenek [Tue, 22 Jun 2010 23:58:31 +0000 (23:58 +0000)]
Correctly construct an ElementRegion for alloca() + pointer arithmetic.  Fixes analyzer
crash reported in PR 7450.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106609 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoString literals enclosed in parentheses are still string
Douglas Gregor [Tue, 22 Jun 2010 23:47:37 +0000 (23:47 +0000)]
String literals enclosed in parentheses are still string
literals. Fixes PR7488.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106607 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoMake c++ and C++ valid extensions for C++ source files, from Seth Cantrell!
Douglas Gregor [Tue, 22 Jun 2010 23:43:22 +0000 (23:43 +0000)]
Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106602 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoVector types are not arithmetic types, either. Note that we now ban
Douglas Gregor [Tue, 22 Jun 2010 23:41:02 +0000 (23:41 +0000)]
Vector types are not arithmetic types, either. Note that we now ban
__real myvec and __imag myvec, since they aren't all that useful (it's
just an identity function) but we might want to use them in more
restricted cases in the future (e.g., "__real mycomplexvec" could
extract the real parts of a vector of complex numbers).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106601 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoPatch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian [Tue, 22 Jun 2010 23:20:40 +0000 (23:20 +0000)]
Patch to provide separate ASTs for multiple ObjC class extension
declarations (implements radar 7928731).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106597 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoTeach Type::isRealType() that vector types are never real types. All
Douglas Gregor [Tue, 22 Jun 2010 23:13:52 +0000 (23:13 +0000)]
Teach Type::isRealType() that vector types are never real types. All
of the callers of isRealType() already assumed this, and one of them
(increment/decrement) mistakenly permitted increments of vector types
because of it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106596 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoType Type::isRealFloatingType() that vectors are not floating-point
Douglas Gregor [Tue, 22 Jun 2010 23:07:26 +0000 (23:07 +0000)]
Type Type::isRealFloatingType() that vectors are not floating-point
types, updating callers of both isFloatingType() and
isRealFloatingType() accordingly. Caught at least one issue where we
allowed one to declare a vector of vectors (!), along with cleaning up
the standard-conversion logic for C++.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106595 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSupport -mios-version-min= as an alias for -miphoneos-version-min=.
Daniel Dunbar [Tue, 22 Jun 2010 22:27:12 +0000 (22:27 +0000)]
Support -mios-version-min= as an alias for -miphoneos-version-min=.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106587 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoChange Type::isFloatingType() to reflect the actual definition of a
Douglas Gregor [Tue, 22 Jun 2010 22:12:46 +0000 (22:12 +0000)]
Change Type::isFloatingType() to reflect the actual definition of a
"floating type" in C, which does not include vector types. Introduce
Type::hasFloatingRepresentation() for the places where we want to know
whether the underlying representation is one or more floating-point
values. Remove some hacks we had where the former behavior of
Type::isFloatingType() was at odds with the language definition of the
term.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106584 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoDriver: Remove some dead code left around after a refactoring. Found by the
Daniel Dunbar [Tue, 22 Jun 2010 20:18:18 +0000 (20:18 +0000)]
Driver: Remove some dead code left around after a refactoring. Found by the
Clang static analyzer!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106568 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoDon't assert on C++ casts that are currently not handled by the static analyzer.
Ted Kremenek [Tue, 22 Jun 2010 19:05:10 +0000 (19:05 +0000)]
Don't assert on C++ casts that are currently not handled by the static analyzer.
Instead, halt the analysis of the current path, which is what we do in GRExprEngine::ProcessStmt
for all other C++ constructs not currently handled by the analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106561 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoTrying to make BuildBot happy again (related to PR7431).
Fariborz Jahanian [Tue, 22 Jun 2010 17:08:32 +0000 (17:08 +0000)]
Trying to make BuildBot happy again (related to PR7431).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106553 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoRead/write CXXDeleteExpr from/to PCH.
Argyrios Kyrtzidis [Tue, 22 Jun 2010 17:07:59 +0000 (17:07 +0000)]
Read/write CXXDeleteExpr from/to PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106552 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoDon't allow vector conversions to sneak in under the guise of
Douglas Gregor [Tue, 22 Jun 2010 16:52:27 +0000 (16:52 +0000)]
Don't allow vector conversions to sneak in under the guise of
floating-point conversions or floating-integral conversions. We
really, really, really need to make isFloatingType() and friends not
apply to vector types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106551 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFixes a problem in generation of meta-data for
Fariborz Jahanian [Tue, 22 Jun 2010 16:33:55 +0000 (16:33 +0000)]
Fixes a problem in generation of meta-data for
category implementation whereby property list was missing.
NeXt ObjC runtime (radar 8093297).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106550 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSwitch over to the new caching version of getMangledName.
Anders Carlsson [Tue, 22 Jun 2010 16:16:50 +0000 (16:16 +0000)]
Switch over to the new caching version of getMangledName.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106549 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd a new variant of getMangledName that caches the mangling for decls.
Anders Carlsson [Tue, 22 Jun 2010 16:05:32 +0000 (16:05 +0000)]
Add a new variant of getMangledName that caches the mangling for decls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106547 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd GlobalDecl::getCanonicalDecl.
Anders Carlsson [Tue, 22 Jun 2010 16:00:14 +0000 (16:00 +0000)]
Add GlobalDecl::getCanonicalDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106546 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoWhen we ask for the enumerators of an EnumDecl, make sure we get them even if we...
Douglas Gregor [Tue, 22 Jun 2010 14:45:56 +0000 (14:45 +0000)]
When we ask for the enumerators of an EnumDecl, make sure we get them even if we have a EnumDecl that is not the definition of the enumeration

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106541 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoIn C++, allow a declaration of an enum to follow a definition of that
Douglas Gregor [Tue, 22 Jun 2010 14:26:35 +0000 (14:26 +0000)]
In C++, allow a declaration of an enum to follow a definition of that
enum as a GNU extension.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106540 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFix PR7180.
Argyrios Kyrtzidis [Tue, 22 Jun 2010 11:30:04 +0000 (11:30 +0000)]
Fix PR7180.

For

void f( a::b::c );

we would cache the tokens "a::b::" but then we would try to annotate them using the range "a::".
Before annotating them with the (invalid) C++ scope spec, set it to the range of "a::b::".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106536 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSupport emitting/reading function templates to/from PCH.
Argyrios Kyrtzidis [Tue, 22 Jun 2010 09:55:07 +0000 (09:55 +0000)]
Support emitting/reading function templates to/from PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106534 91177308-0d34-0410-b5e6-96231b3b80d8

14 years ago-Introduce PCHReader::ReadTemplateArgumentLoc()
Argyrios Kyrtzidis [Tue, 22 Jun 2010 09:54:59 +0000 (09:54 +0000)]
-Introduce PCHReader::ReadTemplateArgumentLoc()
-Introduce PCHWriter::AddTemplateArgumentLocInfo()
-Modify PCHWriter::AddTemplateArgumentLoc() to also write TemplateArgumentLoc's TemplateArgument
  and move the existing calls of AddTemplateArgumentLoc() to AddTemplateArgumentLocInfo().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106533 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoMake it easier to read/write the template part of FunctionDecl.
Argyrios Kyrtzidis [Tue, 22 Jun 2010 09:54:51 +0000 (09:54 +0000)]
Make it easier to read/write the template part of FunctionDecl.

Introduce:
-FunctionDecl::getTemplatedKind() which returns an enum signifying what kind of templated
  FunctionDecl it is.
-An overload of FunctionDecl::setFunctionTemplateSpecialization() which accepts arrays of
  TemplateArguments and TemplateArgumentLocs
-A constructor to TemplateArgumentList which accepts an array of TemplateArguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106532 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSilence warning about C++-style comments.
Benjamin Kramer [Tue, 22 Jun 2010 09:29:44 +0000 (09:29 +0000)]
Silence warning about C++-style comments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106531 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd a bunch of stream APIs to SteamChecker.
Zhongxing Xu [Tue, 22 Jun 2010 07:50:21 +0000 (07:50 +0000)]
Add a bunch of stream APIs to SteamChecker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106530 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoApply array-to-pointer decay when instantiating a MemberExpr. Fixes
Douglas Gregor [Tue, 22 Jun 2010 02:41:05 +0000 (02:41 +0000)]
Apply array-to-pointer decay when instantiating a MemberExpr. Fixes
PR7405, patch by Kyle Lippincott!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106523 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAttempt to fix test
Douglas Gregor [Tue, 22 Jun 2010 02:17:07 +0000 (02:17 +0000)]
Attempt to fix test

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106522 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoPer Chris's comment, remove another static (this one
Fariborz Jahanian [Tue, 22 Jun 2010 00:23:08 +0000 (00:23 +0000)]
Per Chris's comment, remove another static (this one
is a static comparator operator).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106511 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoimplement support for -finstrument-functions, patch by Nelson
Chris Lattner [Tue, 22 Jun 2010 00:03:40 +0000 (00:03 +0000)]
implement support for -finstrument-functions, patch by Nelson
Elhage!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106507 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAlter the internal representation of the condition variable in
Douglas Gregor [Mon, 21 Jun 2010 23:44:13 +0000 (23:44 +0000)]
Alter the internal representation of the condition variable in
if/while/switch/for statements to ensure that walking the children of
these statements actually works. Previously, we stored the condition
variable as a VarDecl. However, StmtIterator isn't able to walk from a
VarDecl to a set of statements, and would (in some circumstances) walk
beyond the end of the list of statements, cause Bad Behavior.

In this change, we've gone back to representing the condition
variables as DeclStmts. While not as memory-efficient as VarDecls, it
greatly simplifies iteration over the children.

Fixes the remainder of <rdar://problem/8104754>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106504 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAvoid using a local static for providing lexical
Fariborz Jahanian [Mon, 21 Jun 2010 23:31:29 +0000 (23:31 +0000)]
Avoid using a local static for providing lexical
order of priorotized global object initializations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106503 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoZero out a stale pointer
Douglas Gregor [Mon, 21 Jun 2010 22:46:46 +0000 (22:46 +0000)]
Zero out a stale pointer

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106497 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoWhen semantic analysis fail to introduce a class or class template,
Douglas Gregor [Mon, 21 Jun 2010 22:31:09 +0000 (22:31 +0000)]
When semantic analysis fail to introduce a class or class template,
just skip over the body of the class or class template: it's a
semantic disaster that's likely to cause invariants to break. Fixes
part of <rdar://problem/8104754>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106496 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoUpdate checker build.
Ted Kremenek [Mon, 21 Jun 2010 22:25:24 +0000 (22:25 +0000)]
Update checker build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106495 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoTest case for PR7431 by Nico Weber.
Fariborz Jahanian [Mon, 21 Jun 2010 22:21:57 +0000 (22:21 +0000)]
Test case for PR7431 by Nico Weber.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106494 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoIn fragile-abi (32bit mode abi) generate global symbol
Fariborz Jahanian [Mon, 21 Jun 2010 22:05:18 +0000 (22:05 +0000)]
In fragile-abi (32bit mode abi) generate global symbol
objc_category_name_xxx for each category implementation.
(fixes PR7431) patch by Nico Weber.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106492 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoIn supporting init-priority, globals with the same init_priority must be
Fariborz Jahanian [Mon, 21 Jun 2010 21:27:42 +0000 (21:27 +0000)]
In supporting init-priority, globals with the same init_priority must be
emitted in the order in which they are seen (still radar 8076356).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106485 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoBug 7377: printf checking fails to flag some undefined behavior
Tom Care [Mon, 21 Jun 2010 21:21:01 +0000 (21:21 +0000)]
Bug 7377: printf checking fails to flag some undefined behavior
http://llvm.org/bugs/show_bug.cgi?id=7377

Updated format string highlighting and fixits to take advantage of the new CharSourceRange class.
- Change HighlightRange to allow highlighting whitespace only in a CharSourceRange (for warnings about the ' ' (space) flag)
- Change format specifier range helper function to allow for half-open ranges (+1 to end)
- Enabled previously failing tests (FIXMEs/XFAILs removed)
- Small fixes and additions to format string test cases

M       test/Sema/format-strings.c
M       test/Sema/format-strings-fixit.c
M       lib/Frontend/TextDiagnosticPrinter.cpp
M       lib/Sema/SemaChecking.cpp

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106480 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference.
Anders Carlsson [Mon, 21 Jun 2010 20:59:55 +0000 (20:59 +0000)]
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106477 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd CXType support for querying the return type of Objective-C methods. This is...
Ted Kremenek [Mon, 21 Jun 2010 20:48:56 +0000 (20:48 +0000)]
Add CXType support for querying the return type of Objective-C methods.  This is done by
adding a clang_getCursorResultType() function (which complements clang_getResultType()).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106473 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoaccept and ignore two more gcc warning flags.
Chris Lattner [Mon, 21 Jun 2010 20:40:48 +0000 (20:40 +0000)]
accept and ignore two more gcc warning flags.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106472 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd CXType support for FunctionNoProto and FunctionProto types. This includes adding...
Ted Kremenek [Mon, 21 Jun 2010 20:15:39 +0000 (20:15 +0000)]
Add CXType support for FunctionNoProto and FunctionProto types.  This includes adding a new
function, clang_getResultType(), which returns the result type of the function type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106459 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoWhen folding additive operations, convert the values to the same type. When assuming...
Jordy Rose [Mon, 21 Jun 2010 20:15:15 +0000 (20:15 +0000)]
When folding additive operations, convert the values to the same type. When assuming relationships, convert the integers to the same type as the symbol, at least for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106458 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoIf a nonnull argument evaluates to UnknownVal, don't warn (and don't crash).
Jordy Rose [Mon, 21 Jun 2010 20:08:28 +0000 (20:08 +0000)]
If a nonnull argument evaluates to UnknownVal, don't warn (and don't crash).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106456 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoUse more efficient API of SmallVector/array_pod_sort
Fariborz Jahanian [Mon, 21 Jun 2010 19:49:38 +0000 (19:49 +0000)]
Use more efficient API of SmallVector/array_pod_sort
for sorting (radar 8076356).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106453 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd clang_getCursorType() support for @property declarations.
Ted Kremenek [Mon, 21 Jun 2010 19:41:40 +0000 (19:41 +0000)]
Add clang_getCursorType() support for @property declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106451 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoIRGen for implementation of init-priority attribute.
Fariborz Jahanian [Mon, 21 Jun 2010 18:45:05 +0000 (18:45 +0000)]
IRGen for implementation of init-priority attribute.
Test case will be checked in llvm test suite.
(finishes off radar 8076356).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106441 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoInstantiations subject to an explicit template instantiation
Douglas Gregor [Mon, 21 Jun 2010 18:41:26 +0000 (18:41 +0000)]
Instantiations subject to an explicit template instantiation
declaration have default visibility even under
-fvisibility=hidden. Fixes <rdar://problem/8109763>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106440 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFixes a corner case bug whereby declaring and defining an extern variable in a
Fariborz Jahanian [Mon, 21 Jun 2010 16:08:37 +0000 (16:08 +0000)]
Fixes a corner case bug whereby declaring and defining an extern variable in a
particular sequence causes its definition to not be generated in the object file.
(fixes radar 8071804).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106424 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoCombine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in FunctionTemplat...
Argyrios Kyrtzidis [Mon, 21 Jun 2010 10:57:41 +0000 (10:57 +0000)]
Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in FunctionTemplateDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106412 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoImplement remaining codegen for NEON, all operations should now work.
Nate Begeman [Sun, 20 Jun 2010 23:05:28 +0000 (23:05 +0000)]
Implement remaining codegen for NEON, all operations should now work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106407 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoSupport PCH emitting/reading of using declarations.
Argyrios Kyrtzidis [Sun, 20 Jun 2010 14:40:59 +0000 (14:40 +0000)]
Support PCH emitting/reading of using declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106404 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdd braces to avoid an ambiguous else, fixing a GCC warning.
Benjamin Kramer [Sun, 20 Jun 2010 10:20:36 +0000 (10:20 +0000)]
Add braces to avoid an ambiguous else, fixing a GCC warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106403 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoAdds analyzer support for idempotent and tautological binary operations such as ...
Jordy Rose [Sun, 20 Jun 2010 04:56:29 +0000 (04:56 +0000)]
Adds analyzer support for idempotent and tautological binary operations such as "a*0" and "a+0". This is not very powerful, but does make the analyzer look a little smarter than it actually is.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106402 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoCasting to void* or any other pointer-to-sizeless type (e.g. function pointers) cause...
Jordy Rose [Sun, 20 Jun 2010 04:30:57 +0000 (04:30 +0000)]
Casting to void* or any other pointer-to-sizeless type (e.g. function pointers) causes a divide-by-zero error. Simple fix: check if the pointee type size is 0 and bail out early if it is.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106401 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoCure for Doug's insomnia.
Argyrios Kyrtzidis [Sat, 19 Jun 2010 19:58:34 +0000 (19:58 +0000)]
Cure for Doug's insomnia.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106394 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoInclude a hack to allow loading of templated CXXRecordDecls and test template reading...
Argyrios Kyrtzidis [Sat, 19 Jun 2010 19:29:21 +0000 (19:29 +0000)]
Include a hack to allow loading of templated CXXRecordDecls and test template reading from PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106393 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoInitial support for reading templates from PCH.
Argyrios Kyrtzidis [Sat, 19 Jun 2010 19:29:09 +0000 (19:29 +0000)]
Initial support for reading templates from PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106392 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoInitial support for writing templates to PCH.
Argyrios Kyrtzidis [Sat, 19 Jun 2010 19:28:53 +0000 (19:28 +0000)]
Initial support for writing templates to PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106391 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoMore AltiVec support.
Anton Korobeynikov [Sat, 19 Jun 2010 09:47:18 +0000 (09:47 +0000)]
More AltiVec support.
Patch by Anton Yartsev!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106387 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoadd a libs-only target to the clang makefile, patch by Sunay Ismail
Chris Lattner [Sat, 19 Jun 2010 06:35:25 +0000 (06:35 +0000)]
add a libs-only target to the clang makefile, patch by Sunay Ismail
in PR7397

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106386 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less
Eli Friedman [Sat, 19 Jun 2010 06:24:06 +0000 (06:24 +0000)]
Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less
conservative for static variables in templated classes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106385 91177308-0d34-0410-b5e6-96231b3b80d8

14 years agoFix PR7097, a bad interaction between -fno-use-cxa-atexit and
Chris Lattner [Sat, 19 Jun 2010 05:52:45 +0000 (05:52 +0000)]
Fix PR7097, a bad interaction between -fno-use-cxa-atexit and
-mconstructor-aliases by using a WeakVH instead of a raw pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106384 91177308-0d34-0410-b5e6-96231b3b80d8