]> granicus.if.org Git - clang/log
clang
13 years ago[arcmt] Make arcmt-test accept cc1 options to make it more portable and hopefully...
Argyrios Kyrtzidis [Thu, 16 Jun 2011 00:53:46 +0000 (00:53 +0000)]
[arcmt] Make arcmt-test accept cc1 options to make it more portable and hopefully fix MSVC failures.

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

13 years agolibFrontend depends on ARCMigrate, so link it into libclang.
John McCall [Thu, 16 Jun 2011 00:38:00 +0000 (00:38 +0000)]
libFrontend depends on ARCMigrate, so link it into libclang.

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

13 years agoGive this test a triple; I don't think we want to #define __unsafe_unretained
John McCall [Thu, 16 Jun 2011 00:32:01 +0000 (00:32 +0000)]
Give this test a triple;  I don't think we want to #define __unsafe_unretained
on all platforms in non-ARC mode.

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

13 years agoUnconditionally #define the ARC ownership qualifiers, instead of #defining
John McCall [Thu, 16 Jun 2011 00:03:19 +0000 (00:03 +0000)]
Unconditionally #define the ARC ownership qualifiers, instead of #defining
them only on Darwin tool chains.

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

13 years agoSuppress a warning in -Asserts builds.
John McCall [Wed, 15 Jun 2011 23:40:09 +0000 (23:40 +0000)]
Suppress a warning in -Asserts builds.

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

13 years agoSuppress an over-zealous MSVC warning.
John McCall [Wed, 15 Jun 2011 23:39:23 +0000 (23:39 +0000)]
Suppress an over-zealous MSVC warning.

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

13 years agoThe ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall [Wed, 15 Jun 2011 23:25:17 +0000 (23:25 +0000)]
The ARC Migration Tool.  All the credit goes to Argyrios and Fariborz
for this.

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

13 years agoAutomatic Reference Counting.
John McCall [Wed, 15 Jun 2011 23:02:42 +0000 (23:02 +0000)]
Automatic Reference Counting.

Language-design credit goes to a lot of people, but I particularly want
to single out Blaine Garst and Patrick Beard for their contributions.

Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself,
in no particular order.

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

13 years agoIntroduce a utility routine for checking whether a block's captures
John McCall [Wed, 15 Jun 2011 22:51:16 +0000 (22:51 +0000)]
Introduce a utility routine for checking whether a block's captures
include a specific variable.

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

13 years agoMissing files.
John McCall [Wed, 15 Jun 2011 22:11:51 +0000 (22:11 +0000)]
Missing files.

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

13 years agoPer Chris's suggestion, simplify code using llvm::getOrEnforceKnownAlignment.
Eli Friedman [Wed, 15 Jun 2011 22:09:18 +0000 (22:09 +0000)]
Per Chris's suggestion, simplify code using llvm::getOrEnforceKnownAlignment.

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

13 years agoGenerate enumerators for diagnostic categories. Patch by Argyrios!
John McCall [Wed, 15 Jun 2011 21:46:43 +0000 (21:46 +0000)]
Generate enumerators for diagnostic categories.  Patch by Argyrios!
Depends on LLVM r133093.

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

13 years agoThe specification document for the new ObjC Automatic Reference Counting
John McCall [Wed, 15 Jun 2011 21:21:53 +0000 (21:21 +0000)]
The specification document for the new ObjC Automatic Reference Counting
feature.

Implementation to follow. :)

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

13 years agoremove the index page, we have dox now!
Chris Lattner [Wed, 15 Jun 2011 21:13:48 +0000 (21:13 +0000)]
remove the index page, we have dox now!

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

13 years agoTest for r133070.
Eli Friedman [Wed, 15 Jun 2011 20:17:07 +0000 (20:17 +0000)]
Test for r133070.

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

13 years agoFix a couple more tests with ARM ABI.
Eli Friedman [Wed, 15 Jun 2011 18:37:44 +0000 (18:37 +0000)]
Fix a couple more tests with ARM ABI.

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

13 years agoUse isAnyComplexType here so we don't pass complex numbers into the aggregate handlin...
Eli Friedman [Wed, 15 Jun 2011 18:27:44 +0000 (18:27 +0000)]
Use isAnyComplexType here so we don't pass complex numbers into the aggregate handling code; found by inspection.

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

13 years agoFix a regression from r132957 involving complex integers. (Fixes failures on gcc...
Eli Friedman [Wed, 15 Jun 2011 18:26:32 +0000 (18:26 +0000)]
Fix a regression from r132957 involving complex integers.  (Fixes failures on gcc-testsuite bot.)

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

13 years agoDo not emit stoppoint before emitting debug info for parameters.
Devang Patel [Wed, 15 Jun 2011 17:57:08 +0000 (17:57 +0000)]
Do not emit stoppoint before emitting debug info for parameters.
- llvm.dbg.declare already receives line number information from ParmDecl
- Additional extra stoppoint messes up gdb's understanding of where function body starts.

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

13 years agoEliminate a 'default' case in template argument deduction, where we
Douglas Gregor [Wed, 15 Jun 2011 16:02:29 +0000 (16:02 +0000)]
Eliminate a 'default' case in template argument deduction, where we
were just punting on template argument deduction for a number of type
nodes. Most of them, obviously, didn't matter.

As a consequence of this, make extended vector types (via the
ext_vector_type attribute) actually work properly for several
important cases:
  - If the attribute appears in a type-id (i.e, not attached to a
  typedef), actually build a proper vector type
  - Build ExtVectorType whenever the size is constant; previously, we
  were building DependentSizedExtVectorType when the size was constant
  but the type was dependent, which makes no sense at all.
  - Teach template argument deduction to handle
  ExtVectorType/DependentSizedExtVectorType.

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

13 years agoEliminate an unnecessary include. FIXMEs -=1
Douglas Gregor [Wed, 15 Jun 2011 14:26:34 +0000 (14:26 +0000)]
Eliminate an unnecessary include. FIXMEs -=1

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

13 years agoWhen performing substitution of default template template parameters
Douglas Gregor [Wed, 15 Jun 2011 14:20:42 +0000 (14:20 +0000)]
When performing substitution of default template template parameters
before the template parameters have acquired a proper context (e.g.,
because the enclosing context has yet to be built), provide empty
parameter lists for all outer template parameter scopes to inhibit any
substitution for those template parameters. Fixes PR9643 /
<rdar://problem/9251019>.

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

13 years agoremove some more empty dirs.
Chris Lattner [Wed, 15 Jun 2011 06:07:34 +0000 (06:07 +0000)]
remove some more empty dirs.

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

13 years agoremove an empty dir.
Chris Lattner [Wed, 15 Jun 2011 06:06:16 +0000 (06:06 +0000)]
remove an empty dir.

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

13 years ago[analyzer] Revise CStringChecker's modelling of strcpy() and strcat():
Jordy Rose [Wed, 15 Jun 2011 05:52:56 +0000 (05:52 +0000)]
[analyzer] Revise CStringChecker's modelling of strcpy() and strcat():
- (bounded copies) Be more conservative about how much is being copied.
- (str(n)cat) If we can't compute the exact final length of an append operation, we can still lower-bound it.
- (stpcpy) Fix the conjured return value at the end to actually be returned.

This requires these supporting changes:
- C string metadata symbols are still live even when buried in a SymExpr.
- "Hypothetical" C string lengths, to represent a value that /will/ be passed to setCStringLength() if all goes well. (The idea is to allow for temporary constrainable symbols that may end up becoming permanent.)
- The 'checkAdditionOverflow' helper makes sure that the two strings being appended in a strcat don't overflow size_t. This should never *actually* happen; the real effect is to keep the final string length from "wrapping around" in the constraint manager.

This doesn't actually test the "bounded" operations (strncpy and strncat) because they can leave strings unterminated. Next on the list!

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

13 years agoDon't add redundant FormatAttr, ConstAttr, or NoThrowAttr attributes,
Douglas Gregor [Wed, 15 Jun 2011 05:45:11 +0000 (05:45 +0000)]
Don't add redundant FormatAttr, ConstAttr, or NoThrowAttr attributes,
either imlicitly (for builtins) or explicitly (due to multiple
specification of the same attributes). Fixes <rdar://problem/9612060>.

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

13 years ago[analyzer] If a C string length is UnknownVal, clear any existing length binding...
Jordy Rose [Wed, 15 Jun 2011 05:14:03 +0000 (05:14 +0000)]
[analyzer] If a C string length is UnknownVal, clear any existing length binding. No tests yet because the only thing that sets string length is strcpy(), and that needs some work anyway.

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

13 years ago[analyzer] When performing a binary operation on symbolic operands, we convert the...
Jordy Rose [Wed, 15 Jun 2011 04:55:49 +0000 (04:55 +0000)]
[analyzer] When performing a binary operation on symbolic operands, we convert the symbol values to a common type. But in a relational operation, the result is an 'int' or 'bool', which may not be the appropriate type to convert the operands to. In these cases, use the left-hand operand's type as the conversion type.

There's no associated test for this because fully-constrained symbolic values are evaluated ahead of time in normal expressions. This can only come up in checker-constructed expressions (like the ones in an upcoming patch to CStringChecker).

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

13 years agoBuild fix attempt.
Nico Weber [Wed, 15 Jun 2011 04:50:13 +0000 (04:50 +0000)]
Build fix attempt.

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

13 years agoProperly implement C++0x [stmt.dcl]p3, which requires a scope to be
Douglas Gregor [Wed, 15 Jun 2011 03:23:34 +0000 (03:23 +0000)]
Properly implement C++0x [stmt.dcl]p3, which requires a scope to be
protected in the case where a variable is being initialized by a
trivial default constructor but has a non-trivial destructor.

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

13 years agoWarn on "void f(int a[10]) { sizeof(a); }"
Nico Weber [Wed, 15 Jun 2011 02:47:03 +0000 (02:47 +0000)]
Warn on "void f(int a[10]) { sizeof(a); }"

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

13 years agoSema: show shift result in hexadecimal
Ted Kremenek [Wed, 15 Jun 2011 00:54:52 +0000 (00:54 +0000)]
Sema: show shift result in hexadecimal

Change the output for -Wshift-overflow and
-Wshift-sign-overflow to an unsigned hexadecimal. It makes
more sense for looking at bits than a signed decimal does.
Also, change the diagnostic's wording from "overrides"
to "sets".

This uses a new optional argument in APInt::toString()
that adds the '0x' prefix to hexademical numbers.

This fixes PR 9651.

Patch by nobled@dreamwidth.org!

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

13 years agomention new VLA behavior in gnu* vs c* mode dox.
Chris Lattner [Wed, 15 Jun 2011 00:41:40 +0000 (00:41 +0000)]
mention new VLA behavior in gnu* vs c* mode dox.

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

13 years agoIntroduce a -cc1-level option to turn off related result type
Douglas Gregor [Tue, 14 Jun 2011 23:20:43 +0000 (23:20 +0000)]
Introduce a -cc1-level option to turn off related result type
inference, to be used (only) by the Objective-C rewriter.

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

13 years ago[format strings] correctly suggest correct type for '%@' specifiers. Fixes <rdar...
Ted Kremenek [Tue, 14 Jun 2011 22:56:51 +0000 (22:56 +0000)]
[format strings] correctly suggest correct type for '%@' specifiers.  Fixes <rdar://problem/9607158>.

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

13 years agoBad table discription of fromat-y2k causes
Fariborz Jahanian [Tue, 14 Jun 2011 21:54:00 +0000 (21:54 +0000)]
Bad table discription of fromat-y2k causes
no-format-y2k turn off -Wformat altogether.
// rdar://9504680

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

13 years agofix example as per rdar://problem/9461587
Blaine Garst [Tue, 14 Jun 2011 21:41:00 +0000 (21:41 +0000)]
fix example as per rdar://problem/9461587

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

13 years agoWhack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2 of 3.
Eli Friedman [Tue, 14 Jun 2011 21:20:53 +0000 (21:20 +0000)]
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI).  Batch 2 of 3.

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

13 years agorevert r133003 and fix the bug properly: the issue was that ## in a token
Chris Lattner [Tue, 14 Jun 2011 18:19:37 +0000 (18:19 +0000)]
revert r133003 and fix the bug properly: the issue was that ## in a token
lexer is not a paste operator, it is a normal token.  This fixes a conformance
issue shown here:
http://p99.gforge.inria.fr/c99-conformance/c99-conformance-clang-2.9.html

and it defines away the crash from before.

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

13 years agoFix a crash on the testcase in PR9981 / rdar://9486765.
Chris Lattner [Tue, 14 Jun 2011 18:12:03 +0000 (18:12 +0000)]
Fix a crash on the testcase in PR9981 / rdar://9486765.

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

13 years agoWhen profiling FunctionProtoTypes, don't canonicalize the expression
Douglas Gregor [Tue, 14 Jun 2011 16:42:44 +0000 (16:42 +0000)]
When profiling FunctionProtoTypes, don't canonicalize the expression
in a noexcept exception specification because it isn't part of the
canonical type. This ensures that we keep the exact expression written
in the noexcept exception specification, rather than accidentally
"adopting" a previously-written and canonically "equivalent" function
prototype. Fixes PR10087.

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

13 years agoWarn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording by Jordy Rose.
Nico Weber [Tue, 14 Jun 2011 16:14:58 +0000 (16:14 +0000)]
Warn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording by Jordy Rose.

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

13 years agoRemove the Fix-it for missing statement in switches
David Majnemer [Tue, 14 Jun 2011 15:24:38 +0000 (15:24 +0000)]
Remove the Fix-it for missing statement in switches

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

13 years agoStaticDiagNameIndex is never written to, place it into .rodata.
Benjamin Kramer [Tue, 14 Jun 2011 13:15:38 +0000 (13:15 +0000)]
StaticDiagNameIndex is never written to, place it into .rodata.

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

13 years agoHyphenate "argument-dependent".
Jay Foad [Tue, 14 Jun 2011 12:59:25 +0000 (12:59 +0000)]
Hyphenate "argument-dependent".

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

13 years agowhen compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded...
Chris Lattner [Tue, 14 Jun 2011 06:38:10 +0000 (06:38 +0000)]
when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant
as constant size arrays.  This has slightly different semantics in some insane cases, but allows
us to accept some constructs that GCC does.  Continue to be pedantic in -std=c99 and other
modes.  This addressed rdar://8733881 - error "variable-sized object may not be initialized"; g++ accepts same code

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

13 years agofix rdar://9204520 - Accept int(0.85 * 10) as an initializer in a class member
Chris Lattner [Tue, 14 Jun 2011 05:46:29 +0000 (05:46 +0000)]
fix rdar://9204520 - Accept int(0.85 * 10) as an initializer in a class member
as an extension.

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

13 years agoProperly diagnose using abstract and incomplete types in va_arg
David Majnemer [Tue, 14 Jun 2011 05:17:32 +0000 (05:17 +0000)]
Properly diagnose using abstract and incomplete types in va_arg

- Move a test from test/SemaTemplate/instantiate-expr-3.cpp, it did not belong there
- Incomplete and abstract types are considered hard errors

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

13 years agoUpdate the prefetch intrinsic usage. Now the last argument tells codegen
Bruno Cardoso Lopes [Tue, 14 Jun 2011 05:00:30 +0000 (05:00 +0000)]
Update the prefetch intrinsic usage. Now the last argument tells codegen
whether it's a data or instruction cache access.

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

13 years agofix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn on vector bitcasts.
Chris Lattner [Tue, 14 Jun 2011 04:51:15 +0000 (04:51 +0000)]
fix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn on vector bitcasts.

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

13 years agoMove GlobalDecl to AST
Peter Collingbourne [Tue, 14 Jun 2011 04:02:39 +0000 (04:02 +0000)]
Move GlobalDecl to AST

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

13 years ago[analyzer] CStringChecker checks functions in the C standard library, not C++. Its...
Jordy Rose [Tue, 14 Jun 2011 01:40:43 +0000 (01:40 +0000)]
[analyzer] CStringChecker checks functions in the C standard library, not C++. Its external name is now unix.experimental.CString.

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

13 years agoThe LLVM IR representation of byval arguments has a rather strange property: if the...
Eli Friedman [Tue, 14 Jun 2011 01:37:52 +0000 (01:37 +0000)]
The LLVM IR representation of byval arguments has a rather strange property: if the alignment of an argument to a call is less than the specified byval alignment for that argument, there is no way to specify the alignment of the implied copy.  Therefore, we must ensure that the alignment of the argument is at least the byval alignment.  To do this, we have to mess with the alignment of relevant alloca's in some cases, and insert a copy that conceptually shouldn't be necessary in some cases.

This patch tries relatively hard to avoid creating an extra copy if it can be avoided (see test3 in the included testcase), but it is not possible to avoid in some cases (like test2 in the included testcase).

rdar://9483886

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

13 years ago[analyzer] Change large if body to early return. No functionality change.
Jordy Rose [Tue, 14 Jun 2011 01:26:48 +0000 (01:26 +0000)]
[analyzer] Change large if body to early return. No functionality change.

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

13 years ago[analyzer] Fix modeling of strnlen to be more conservative. Move tests we can't prope...
Jordy Rose [Tue, 14 Jun 2011 01:15:31 +0000 (01:15 +0000)]
[analyzer] Fix modeling of strnlen to be more conservative. Move tests we can't properly model (yet?) to string-fail.c.

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

13 years agoMake __gnu_inline__ functions in gnu99 mode work the same way as inline functions...
Eli Friedman [Mon, 13 Jun 2011 23:56:42 +0000 (23:56 +0000)]
Make __gnu_inline__ functions in gnu99 mode work the same way as inline functions in gnu89 mode in terms of redefinitions.

rdar://9559708 .

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

13 years agoPut local variables in appropriate debug info scope.
Devang Patel [Mon, 13 Jun 2011 23:15:32 +0000 (23:15 +0000)]
Put local variables in appropriate debug info scope.
This fixes radar 8757124.

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

13 years agoRemote this unreliable test case because it did not do its job.
Devang Patel [Mon, 13 Jun 2011 23:14:35 +0000 (23:14 +0000)]
Remote this unreliable test case because it did not do its job.

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

13 years agoUpdate extensions section of the docs to account for wacky gcc stuff we did end up...
Eli Friedman [Mon, 13 Jun 2011 23:12:01 +0000 (23:12 +0000)]
Update extensions section of the docs to account for wacky gcc stuff we did end up implementing.

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

13 years agoWhack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1 of...
Eli Friedman [Mon, 13 Jun 2011 22:51:21 +0000 (22:51 +0000)]
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI).  Batch 1 of 3 or so.

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

13 years agoPut classes into anonymous namespaces.
Benjamin Kramer [Mon, 13 Jun 2011 18:38:45 +0000 (18:38 +0000)]
Put classes into anonymous namespaces.

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

13 years agoEliminate the -f[no]objc-infer-related-result-type flags; there's no
Douglas Gregor [Mon, 13 Jun 2011 16:42:53 +0000 (16:42 +0000)]
Eliminate the -f[no]objc-infer-related-result-type flags; there's no
reason to allow the user to control these semantics through a flag.

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

13 years agoUpdate Indexer test for new 'atomic' keyword.
Fariborz Jahanian [Mon, 13 Jun 2011 16:42:02 +0000 (16:42 +0000)]
Update Indexer test for new 'atomic' keyword.

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

13 years agoDocument CheckObjCMethodOverrides
Douglas Gregor [Mon, 13 Jun 2011 16:07:18 +0000 (16:07 +0000)]
Document CheckObjCMethodOverrides

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

13 years agoGive a diagnostic when using non-POD types in a va_arg
David Majnemer [Mon, 13 Jun 2011 06:37:03 +0000 (06:37 +0000)]
Give a diagnostic when using non-POD types in a va_arg

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

13 years agoImprove the diagnostics generated for switch statements missing expressions
David Majnemer [Mon, 13 Jun 2011 05:50:12 +0000 (05:50 +0000)]
Improve the diagnostics generated for switch statements missing expressions

- Move the diagnostic to the case statement instead of at the end of the switch
- Add a fix-it hint as to how to fix the compilation error

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

13 years agoFix a broken index left over from before this function was converted to
Chandler Carruth [Mon, 13 Jun 2011 05:00:35 +0000 (05:00 +0000)]
Fix a broken index left over from before this function was converted to
handle memcpy and memmove. Spotted by Nico.

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

13 years agoCorrect the spelling of instantiation
David Majnemer [Mon, 13 Jun 2011 04:29:15 +0000 (04:29 +0000)]
Correct the spelling of instantiation

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

13 years agoMy calendar says it's 2011.
Benjamin Kramer [Sun, 12 Jun 2011 15:26:54 +0000 (15:26 +0000)]
My calendar says it's 2011.

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

13 years agoDon't assert on initialized typedef declarations in classes:
Richard Smith [Sun, 12 Jun 2011 11:43:46 +0000 (11:43 +0000)]
Don't assert on initialized typedef declarations in classes:

  struct {
    typedef int A = 0;
  };

According to the C++11 standard, this is not ill-formed, but does not have any ascribed meaning. We can't reasonably accept it, so treat it as ill-formed.

Also switch C++ from an incorrect 'fields can only be initialized in constructors' diagnostic for this case to C's 'illegal initializer (only variables can be initialized)'

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

13 years agoTest for C++11 [class]p6 (trivial classes).
Richard Smith [Sun, 12 Jun 2011 09:24:32 +0000 (09:24 +0000)]
Test for C++11 [class]p6 (trivial classes).

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

13 years agoAdded 'atomic' for objc properties.
Fariborz Jahanian [Sat, 11 Jun 2011 17:37:19 +0000 (17:37 +0000)]
Added 'atomic' for objc properties.

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

13 years agoImplement support for C++11 in-class initialization of non-static data members.
Richard Smith [Sat, 11 Jun 2011 17:19:42 +0000 (17:19 +0000)]
Implement support for C++11 in-class initialization of non-static data members.

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

13 years agoAdd code completetion code for the new 'atomic' attribute
Fariborz Jahanian [Sat, 11 Jun 2011 17:14:27 +0000 (17:14 +0000)]
Add code completetion code for the new 'atomic' attribute
keyword in objc property decl.

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

13 years agoExtra test for related result type inference
Douglas Gregor [Sat, 11 Jun 2011 04:42:58 +0000 (04:42 +0000)]
Extra test for related result type inference

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

13 years agoFix order of operands for the warning about incompatible Objective-C
Douglas Gregor [Sat, 11 Jun 2011 04:42:12 +0000 (04:42 +0000)]
Fix order of operands for the warning about incompatible Objective-C
pointer assignment in C++. This was a longstanding problem spotted by
Jordy Rose.

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

13 years agoImplement Objective-C Related Result Type semantics.
Douglas Gregor [Sat, 11 Jun 2011 01:09:30 +0000 (01:09 +0000)]
Implement Objective-C Related Result Type semantics.

Related result types apply Cocoa conventions to the type of message
sends and property accesses to Objective-C methods that are known to
always return objects whose type is the same as the type of the
receiving class (or a subclass thereof), such as +alloc and
-init. This tightens up static type safety for Objective-C, so that we
now diagnose mistakes like this:

t.m:4:10: warning: incompatible pointer types initializing 'NSSet *'
with an
      expression of type 'NSArray *' [-Wincompatible-pointer-types]
  NSSet *array = [[NSArray alloc] init];
         ^       ~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:72:1:
note:
      instance method 'init' is assumed to return an instance of its
      receiver
      type ('NSArray *')
- (id)init;
^

It also means that we get decent type inference when writing code in
Objective-C++0x:

  auto array = [[NSMutableArray alloc] initWithObjects:@"one",  @"two",nil];
  //    ^ now infers NSMutableArray* rather than id

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

13 years agoRestore 'atomic' as an attribute of objc
Fariborz Jahanian [Sat, 11 Jun 2011 00:45:12 +0000 (00:45 +0000)]
Restore 'atomic' as an attribute of objc
properties.

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

13 years agoPR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to determine...
Eli Friedman [Fri, 10 Jun 2011 21:53:06 +0000 (21:53 +0000)]
PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to determine whether the vtable should be externally visible, instead of a rough approximation of it which messes up with templates.

While I'm here, zap the other user of isInAnonymousNamespace outside of Decl.cpp.

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

13 years ago__OBJC__ is also a standard predefined macro.
Nick Lewycky [Fri, 10 Jun 2011 20:56:43 +0000 (20:56 +0000)]
__OBJC__ is also a standard predefined macro.

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

13 years agoThis change is breaking selfhost. Revert it until I have more time
Sean Hunt [Fri, 10 Jun 2011 12:07:09 +0000 (12:07 +0000)]
This change is breaking selfhost. Revert it until I have more time
to study it.

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

13 years agoUncomment this testcase now that we pass it.
Sean Hunt [Fri, 10 Jun 2011 09:32:33 +0000 (09:32 +0000)]
Uncomment this testcase now that we pass it.

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

13 years agoImplement caching of copy assignment operator lookup.
Sean Hunt [Fri, 10 Jun 2011 09:24:41 +0000 (09:24 +0000)]
Implement caching of copy assignment operator lookup.

I believe, upon, careful review, that this code causes us to incorrectly
handle exception specifications of copy assignment operators in C++03
mode. However, we currently do not seem to properly implement the subtle
distinction between copying of members and bases made by implicit copy
constructors and assignment operators in C++03 - namely that they are
limited in their overload selection - in all cases. As such, I feel that
committing this code is correct pending a careful review of our
implementation of these semantics.

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

13 years ago[analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expressions...
Jordy Rose [Fri, 10 Jun 2011 08:49:37 +0000 (08:49 +0000)]
[analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expressions (by calling IgnoreParens before adding expressions to blocks). Undo 132769 (LiveVariables' local IgnoreParens), since it's no longer necessary.

Also, have Environment stop looking through NoOp casts; it didn't match the behavior of LiveVariables. And once that's gone, the whole cast block of that switch is unnecessary.

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

13 years agoImplement caching for copy constructors in similar situations.
Sean Hunt [Fri, 10 Jun 2011 04:44:37 +0000 (04:44 +0000)]
Implement caching for copy constructors in similar situations.

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

13 years agoImplement caching of default constructors on the resolution table. This
Sean Hunt [Fri, 10 Jun 2011 03:50:41 +0000 (03:50 +0000)]
Implement caching of default constructors on the resolution table. This
isn't yet used for the less controlled environments of initialization.

Also a few random text fixups.

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

13 years agoMade changes to how 'struct'/'class' mismatches are handled in -Wmismatched-tags.
Richard Trieu [Fri, 10 Jun 2011 03:11:26 +0000 (03:11 +0000)]
Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-tags.
- Removed fix-it hints from template instaniations since changes to the
templates are rarely helpful.
- Changed the caret in template instaniations from the class/struct name to the
class/struct keyword, matching the other warnings.
- Do not offer fix-it hints when multiple declarations disagree.  Warnings are
still given.
- Once a definition is found, offer a fix-it hint to all previous declarations
with wrong tag.
- Declarations that disagree with a previous definition will get a fix-it hint
to change the declaration.

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

13 years agoAdd few missing files in AST directory to xcode project.
Fariborz Jahanian [Thu, 9 Jun 2011 22:34:17 +0000 (22:34 +0000)]
Add few missing files in AST directory to xcode project.

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

13 years agoDon't add objc method name mangling to locally declared function.
Fariborz Jahanian [Thu, 9 Jun 2011 19:25:01 +0000 (19:25 +0000)]
Don't add objc method name mangling to locally declared function.
// rdar://9566314

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

13 years agoHandle overloaded operators in ?: precedence warning
Hans Wennborg [Thu, 9 Jun 2011 17:06:51 +0000 (17:06 +0000)]
Handle overloaded operators in ?: precedence warning

This is a follow-up to r132565, and should address the rest of PR9969:

Warn about cases such as

int foo(A a, bool b) {
 return a + b ? 1 : 2; // user probably meant a + (b ? 1 : 2);
}

also when + is an overloaded operator call.

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

13 years agoAdd isVCVT_N flag to identify Neon VCVT_N intrinsics, which require special
Bob Wilson [Thu, 9 Jun 2011 17:03:27 +0000 (17:03 +0000)]
Add isVCVT_N flag to identify Neon VCVT_N intrinsics, which require special
range checking for immediate operands.  Radar 9558930.

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

13 years ago[analyzer] Ignore parentheses around block-level expressions when computing liveness...
Jordy Rose [Thu, 9 Jun 2011 05:44:04 +0000 (05:44 +0000)]
[analyzer] Ignore parentheses around block-level expressions when computing liveness. Fixes the other half of PR8962.

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

13 years ago[analyzer] Look through __extension__ expressions in a GRState's Environment. Fixes...
Jordy Rose [Wed, 8 Jun 2011 22:47:39 +0000 (22:47 +0000)]
[analyzer] Look through __extension__ expressions in a GRState's Environment. Fixes PR8962.

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

13 years agoRemove stale reference to libIndex.
Ted Kremenek [Wed, 8 Jun 2011 19:52:31 +0000 (19:52 +0000)]
Remove stale reference to libIndex.

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

13 years agoRemove 'atomic' as a property attribute keyword.
Fariborz Jahanian [Wed, 8 Jun 2011 16:40:09 +0000 (16:40 +0000)]
Remove 'atomic' as a property attribute keyword.
It is not a sanctioned keyword and is assumed as default.
// rdar://8790791

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

13 years agoFollowup to 132737; make two-character string explicit, add some
Stuart Hastings [Wed, 8 Jun 2011 16:06:31 +0000 (16:06 +0000)]
Followup to 132737; make two-character string explicit, add some
comments.  rdar://problem/9037836

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

13 years agoModify a diagnostic introduced in r132612 to emit QualTypes directly
Peter Collingbourne [Wed, 8 Jun 2011 15:15:17 +0000 (15:15 +0000)]
Modify a diagnostic introduced in r132612 to emit QualTypes directly

This fixes a memory error on FreeBSD (and is the right thing to do
in any case).

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

13 years agoFix a bunch more notes that were emitted even when the diagnostic they
Chandler Carruth [Wed, 8 Jun 2011 10:26:03 +0000 (10:26 +0000)]
Fix a bunch more notes that were emitted even when the diagnostic they
were intended for was suppressed.

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

13 years agoRevert "hack in my new variables for GCC"
Chandler Carruth [Wed, 8 Jun 2011 10:14:38 +0000 (10:14 +0000)]
Revert "hack in my new variables for GCC"

Very sorry for the accidental commit of WIP code.

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

13 years agoFix a regression in the two-phase lookup diagnostics that switching the
Chandler Carruth [Wed, 8 Jun 2011 10:13:17 +0000 (10:13 +0000)]
Fix a regression in the two-phase lookup diagnostics that switching the
namespace set algorithm (re-)introduced. We may not have seen the 'std'
namespace, but we should still suggested associated namespaces. Easy
fix, but a bit annoying to test.

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