]> granicus.if.org Git - clang/log
clang
15 years agoFix grammar.
Ted Kremenek [Tue, 9 Feb 2010 23:18:00 +0000 (23:18 +0000)]
Fix grammar.

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

15 years agoChange text alignment in menus.
Ted Kremenek [Tue, 9 Feb 2010 23:16:24 +0000 (23:16 +0000)]
Change text alignment in menus.

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

15 years agoMove file-specific styling to after the menu.
Ted Kremenek [Tue, 9 Feb 2010 23:10:47 +0000 (23:10 +0000)]
Move file-specific styling to after the menu.

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

15 years agoInvert css inclusion order.
Ted Kremenek [Tue, 9 Feb 2010 23:09:48 +0000 (23:09 +0000)]
Invert css inclusion order.

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

15 years agoMore analyzer website tweaking in preparation for additional content.
Ted Kremenek [Tue, 9 Feb 2010 23:05:59 +0000 (23:05 +0000)]
More analyzer website tweaking in preparation for additional content.

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

15 years agoComplain about types and declarations that we don't know how to import.
Douglas Gregor [Tue, 9 Feb 2010 22:48:33 +0000 (22:48 +0000)]
Complain about types and declarations that we don't know how to import.

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

15 years agoAdd in the LIT magic to avoid running AST merge test inputs as
Douglas Gregor [Tue, 9 Feb 2010 22:40:03 +0000 (22:40 +0000)]
Add in the LIT magic to avoid running AST merge test inputs as
separate tests. Thanks, Daniel!

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

15 years agoHook up the diagnostics-argument printer when merging AST files, so
Douglas Gregor [Tue, 9 Feb 2010 22:37:58 +0000 (22:37 +0000)]
Hook up the diagnostics-argument printer when merging AST files, so
that we get readable diagnostics such as:

error: external variable 'x1' declared with incompatible types in
different translation units ('double *' vs. 'float **')

However, there is no translation of source locations, yet.

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

15 years agoMove the diagnostic argument formatting function out of Sema and make
Douglas Gregor [Tue, 9 Feb 2010 22:26:47 +0000 (22:26 +0000)]
Move the diagnostic argument formatting function out of Sema and make
it available within the AST library, of which Sema is one client. No
functionality change.

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

15 years agoFix javascript link.
Ted Kremenek [Tue, 9 Feb 2010 21:49:53 +0000 (21:49 +0000)]
Fix javascript link.

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

15 years agoFinish implementing property synthesis by default.
Fariborz Jahanian [Tue, 9 Feb 2010 21:49:50 +0000 (21:49 +0000)]
Finish implementing property synthesis by default.
(radar 7381956).

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

15 years agoFix javascript file link.
Ted Kremenek [Tue, 9 Feb 2010 21:48:04 +0000 (21:48 +0000)]
Fix javascript file link.

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

15 years agoUpdate checker build.
Ted Kremenek [Tue, 9 Feb 2010 21:42:12 +0000 (21:42 +0000)]
Update checker build.

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

15 years agoImplement synthesizing properties by default.
Fariborz Jahanian [Tue, 9 Feb 2010 19:31:38 +0000 (19:31 +0000)]
Implement synthesizing properties by default.
This is a non-fragile-abi feature only. Since it
breaks existing code, it is currently placed under
-fobjc-nonfragile-abi2 option for test purposes only
until further notice. WIP.

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

15 years agoStringRefize two random methods, remove a dead variable and a weird constructor call.
Benjamin Kramer [Tue, 9 Feb 2010 19:31:24 +0000 (19:31 +0000)]
StringRefize two random methods, remove a dead variable and a weird constructor call.
This maybe fixes some of the errors GCC 4.5 gives on this code.

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

15 years agoIntroduce a testbed for merging multiple ASTs into a single AST
Douglas Gregor [Tue, 9 Feb 2010 19:21:46 +0000 (19:21 +0000)]
Introduce a testbed for merging multiple ASTs into a single AST
context with the AST importer. WIP, still useless but at least it has
a test.

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

15 years agoFix lookup of fields from lazy bindings to check if the region is
Ted Kremenek [Tue, 9 Feb 2010 19:11:53 +0000 (19:11 +0000)]
Fix lookup of fields from lazy bindings to check if the region is
NULL, not the store, to determine if a lookup succeeded.  The store
can be null if it contained no bindings.  This fixes a false positive
reported to me by a user of the analyzer.

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

15 years agoFix virtual bases' debug info.
Devang Patel [Tue, 9 Feb 2010 19:09:28 +0000 (19:09 +0000)]
Fix virtual bases' debug info.

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

15 years agoTweak output.
Ted Kremenek [Tue, 9 Feb 2010 18:51:44 +0000 (18:51 +0000)]
Tweak output.

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

15 years agoAdd a check for a running Xcode before modifying its configuration files.
Ted Kremenek [Tue, 9 Feb 2010 18:46:58 +0000 (18:46 +0000)]
Add a check for a running Xcode before modifying its configuration files.

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

15 years agoMark implicit "this" argument as an artificial argument.
Devang Patel [Tue, 9 Feb 2010 17:57:50 +0000 (17:57 +0000)]
Mark  implicit "this" argument as an artificial argument.

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

15 years agoFix typo
Anton Korobeynikov [Tue, 9 Feb 2010 16:50:54 +0000 (16:50 +0000)]
Fix typo

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

15 years agoClearify Qt status a bit
Anton Korobeynikov [Tue, 9 Feb 2010 16:46:25 +0000 (16:46 +0000)]
Clearify Qt status a bit

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

15 years agoAdd Qt, CMake projects to the list of C++ projects we're working on compiling
Douglas Gregor [Tue, 9 Feb 2010 16:36:17 +0000 (16:36 +0000)]
Add Qt, CMake projects to the list of C++ projects we're working on compiling

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

15 years agoUpdate tests in -Asserts mode. These tests really need to be rewritten...
Daniel Dunbar [Tue, 9 Feb 2010 08:22:03 +0000 (08:22 +0000)]
Update tests in -Asserts mode. These tests really need to be rewritten...

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

15 years agoMigrate the mish-mash of declaration checks in
Douglas Gregor [Tue, 9 Feb 2010 07:26:29 +0000 (07:26 +0000)]
Migrate the mish-mash of declaration checks in
Sema::ActOnUninitializedDecl over to InitializationSequence (with
default initialization), eliminating redundancy. More importantly, we
now check that a const definition in C++ has an initilizer, which was
an #if 0'd code for many, many months. A few other tweaks were needed
to get everything working again:

  - Fix all of the places in the testsuite where we defined const
    objects without initializers (now that we diagnose this issue)
  - Teach instantiation of static data members to find the previous
    declaration, so that we build proper redeclaration
    chains. Previously, we had the redeclaration chain but built it
    too late to be useful, because...
  - Teach instantiation of static data member definitions not to try
    to check an initializer if a previous declaration already had an
    initializer. This makes sure that we don't complain about static
    const data members with in-class initializers and out-of-line
    definitions.
  - Move all of the incomplete-type checking logic out of
    Sema::FinalizeDeclaratorGroup; it makes more sense in
    ActOnUnitializedDecl.

There may still be a few places where we can improve these
diagnostics. I'll address that as a separate commit.

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

15 years agoIRgen: Add CreateMemTemp, for creating an temporary memory object for a particular...
Daniel Dunbar [Tue, 9 Feb 2010 02:48:28 +0000 (02:48 +0000)]
IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing.

- This fixes many many more places than the test case, but my feeling is we need to audit alignment systematically so I'm not inclined to try hard to test the individual fixes in this patch. If this bothers you, patches welcome!

PR6240.

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

15 years agoFix PR number in test case
Douglas Gregor [Tue, 9 Feb 2010 01:02:53 +0000 (01:02 +0000)]
Fix PR number in test case

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

15 years agoReset the found-virtual-base state unless the *current* base produces a path,
John McCall [Tue, 9 Feb 2010 00:57:12 +0000 (00:57 +0000)]
Reset the found-virtual-base state unless the *current* base produces a path,
not *any* base up to now has produced a path.  Fixes PR 6254.

I'll do the access-control part of this patch RSN.

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

15 years agoBe more careful when checking initializer lists that involve reference
Douglas Gregor [Tue, 9 Feb 2010 00:50:06 +0000 (00:50 +0000)]
Be more careful when checking initializer lists that involve reference
types; we don't want to give an expression reference type. Fixes PR6177.

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

15 years agoImplement a specific diagnostic when a class template partial
Douglas Gregor [Tue, 9 Feb 2010 00:37:32 +0000 (00:37 +0000)]
Implement a specific diagnostic when a class template partial
specialization does not use any of its template parameters, then
recover far more gracefully. Fixes PR6181.

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

15 years agoPass inline keyword to optimizer as the new InlineHint function attribute.
Jakob Stoklund Olesen [Tue, 9 Feb 2010 00:10:00 +0000 (00:10 +0000)]
Pass inline keyword to optimizer as the new InlineHint function attribute.

At the moment the inlinehint attribute is ignored by the Inliner unless you
pass a -respect-inlinehint option.  This will soon be the default.

The inlinehint attribute is set if the inline keyword is explicitly specified
on any declaration.

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

15 years agoConvert tabs to spaces.
Ted Kremenek [Tue, 9 Feb 2010 00:04:09 +0000 (00:04 +0000)]
Convert tabs to spaces.

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

15 years agoFix grammar.
Ted Kremenek [Mon, 8 Feb 2010 23:57:20 +0000 (23:57 +0000)]
Fix grammar.

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

15 years agoTweak menu.
Ted Kremenek [Mon, 8 Feb 2010 23:56:51 +0000 (23:56 +0000)]
Tweak menu.

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

15 years agoReally increase menu width...
Ted Kremenek [Mon, 8 Feb 2010 23:55:36 +0000 (23:55 +0000)]
Really increase menu width...

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

15 years agoIncrease width of nav bar.
Ted Kremenek [Mon, 8 Feb 2010 23:54:46 +0000 (23:54 +0000)]
Increase width of nav bar.

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

15 years agoAdd inclusion links for external JavaScript file.
Ted Kremenek [Mon, 8 Feb 2010 23:52:41 +0000 (23:52 +0000)]
Add inclusion links for external JavaScript file.

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

15 years agoSwitch to drop-down menu style.
Ted Kremenek [Mon, 8 Feb 2010 23:50:54 +0000 (23:50 +0000)]
Switch to drop-down menu style.

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

15 years agoWhen substituting a declaration non-type template argument for a
Douglas Gregor [Mon, 8 Feb 2010 23:41:45 +0000 (23:41 +0000)]
When substituting a declaration non-type template argument for a
non-type template parameter that has reference type, augment the
qualifiers of the non-type template argument with those of the
referenced type. Fixes PR6250.

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

15 years agoClean up the CIndex interface to diagnostic ranges. Thanks, Daniel!
Douglas Gregor [Mon, 8 Feb 2010 23:11:56 +0000 (23:11 +0000)]
Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel!

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

15 years agoThread a source location into the template-argument deduction routines. There
John McCall [Mon, 8 Feb 2010 23:07:23 +0000 (23:07 +0000)]
Thread a source location into the template-argument deduction routines.  There
may be some other places that could take advantage of this new information,
but I haven't really looked yet.

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

15 years agoNote that a CXIndex cannot be destroyed until after all of its translation units...
Douglas Gregor [Mon, 8 Feb 2010 23:03:06 +0000 (23:03 +0000)]
Note that a CXIndex cannot be destroyed until after all of its translation units have been destroyed

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

15 years agoEliminate a pointer of storage in each ObjCInterfaceType and
Douglas Gregor [Mon, 8 Feb 2010 22:59:26 +0000 (22:59 +0000)]
Eliminate a pointer of storage in each ObjCInterfaceType and
ObjCObjectPointerType AST node by allocating the list of protocols
after the type node itself. No functionality change.

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

15 years agoReapply r95393, without the change to CGExpr. I was wrong in assuming that the
Daniel Dunbar [Mon, 8 Feb 2010 22:53:07 +0000 (22:53 +0000)]
Reapply r95393, without the change to CGExpr. I was wrong in assuming that the
element type always matched the converted LLVM type for ExprType.

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

15 years agoWarn when cases are missing from a switch on a value of enumeration
Douglas Gregor [Mon, 8 Feb 2010 22:24:16 +0000 (22:24 +0000)]
Warn when cases are missing from a switch on a value of enumeration
type (-Wswitch), from Michal!

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

15 years agoRemove table (for now). Doesn't look so hot.
Ted Kremenek [Mon, 8 Feb 2010 22:16:08 +0000 (22:16 +0000)]
Remove table (for now).  Doesn't look so hot.

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

15 years agoAdd images showing the results in a web browser and Xcode respectively.
Ted Kremenek [Mon, 8 Feb 2010 22:12:48 +0000 (22:12 +0000)]
Add images showing the results in a web browser and Xcode respectively.

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

15 years agoKeep track of whether a tag was defined in a declarator vs. being
Douglas Gregor [Mon, 8 Feb 2010 22:07:33 +0000 (22:07 +0000)]
Keep track of whether a tag was defined in a declarator vs. being
defined by itself, from Enea Zaffanella!

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

15 years agoEmit global references with constant initializers as constants. Fixes PR5585.
John McCall [Mon, 8 Feb 2010 21:46:50 +0000 (21:46 +0000)]
Emit global references with constant initializers as constants.  Fixes PR5585.

The standard actually says that such references should have internal linkage,
but gcc doesn't do that, so we probably can't get away with it.

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

15 years agoRemove link to Developer Meeting and tighten menu.
Ted Kremenek [Mon, 8 Feb 2010 21:39:53 +0000 (21:39 +0000)]
Remove link to Developer Meeting and tighten menu.

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

15 years agoAdd link to the current status of analysis support for C++.
Ted Kremenek [Mon, 8 Feb 2010 21:36:47 +0000 (21:36 +0000)]
Add link to the current status of analysis support for C++.

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

15 years agoAdd some diagnostics for when we cannot update the original spec file.
Ted Kremenek [Mon, 8 Feb 2010 21:19:27 +0000 (21:19 +0000)]
Add some diagnostics for when we cannot update the original spec file.

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

15 years agoMerge block/function pointer types with objc's __weak
Fariborz Jahanian [Mon, 8 Feb 2010 21:09:39 +0000 (21:09 +0000)]
Merge block/function pointer types with objc's __weak
attribute properly and avoid bogus warning. This is
an objective-c fix only. objective-c++ follows different code
pass and requires separate fix (which will come at a later time).
Fixes radar 7214820.

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

15 years agoImplement basic importing and merging of variable declarations within
Douglas Gregor [Mon, 8 Feb 2010 21:09:39 +0000 (21:09 +0000)]
Implement basic importing and merging of variable declarations within
the AST importer. This doesn't actually do anything (yet), because we
don't have driver logic for merging ASTs.

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

15 years agoAdd a Python script to change what version of Clang is used by Xcode for static analy...
Ted Kremenek [Mon, 8 Feb 2010 20:54:01 +0000 (20:54 +0000)]
Add a Python script to change what version of Clang is used by Xcode for static analysis (and ONLY static analysis).

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

15 years agoFix -Asserts warning.
Daniel Dunbar [Mon, 8 Feb 2010 20:24:21 +0000 (20:24 +0000)]
Fix -Asserts warning.

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

15 years agoAdd a test case for r95555.
Sebastian Redl [Mon, 8 Feb 2010 19:58:40 +0000 (19:58 +0000)]
Add a test case for r95555.

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

15 years agoSimplify another switch/strcmp construct. No functionality/performance change.
Benjamin Kramer [Mon, 8 Feb 2010 19:51:59 +0000 (19:51 +0000)]
Simplify another switch/strcmp construct. No functionality/performance change.

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

15 years agoWhen placing an annotation token over an existing annotation token, make sure that...
Sebastian Redl [Mon, 8 Feb 2010 19:35:18 +0000 (19:35 +0000)]
When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248.

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

15 years agoFix the crash-on-invalid from PR6259.
John McCall [Mon, 8 Feb 2010 19:26:07 +0000 (19:26 +0000)]
Fix the crash-on-invalid from PR6259.

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

15 years agoEnsure that a operator delete overload is rocognized regardless of cv-quals.
Chandler Carruth [Mon, 8 Feb 2010 18:54:05 +0000 (18:54 +0000)]
Ensure that a operator delete overload is rocognized regardless of cv-quals.

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

15 years agoReapply r95546, no intended change in performance or functionality.
Benjamin Kramer [Mon, 8 Feb 2010 18:38:55 +0000 (18:38 +0000)]
Reapply r95546, no intended change in performance or functionality.

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

15 years agoRevert 95546 since it changed the algorithmic characteristics of the convention lookup.
Ted Kremenek [Mon, 8 Feb 2010 16:45:01 +0000 (16:45 +0000)]
Revert 95546 since it changed the algorithmic characteristics of the convention lookup.

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

15 years agoSimplify code with StringRef.
Benjamin Kramer [Mon, 8 Feb 2010 16:39:00 +0000 (16:39 +0000)]
Simplify code with StringRef.

3 files changed, 76 insertions(+), 153 deletions(-)

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

15 years agoRevert 95541.
Ted Kremenek [Mon, 8 Feb 2010 16:18:51 +0000 (16:18 +0000)]
Revert 95541.

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

15 years agoset svn:ignore
Nuno Lopes [Mon, 8 Feb 2010 15:41:06 +0000 (15:41 +0000)]
set svn:ignore

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

15 years agoCache imported types
Douglas Gregor [Mon, 8 Feb 2010 15:18:58 +0000 (15:18 +0000)]
Cache imported types

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

15 years agoRename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu [Mon, 8 Feb 2010 09:30:02 +0000 (09:30 +0000)]
Rename: GRState::getSVal(Stmt*) => getExprVal(),
        GRState::getSVal(MemRegion*) => Load().

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

15 years agoBindInternal is redundant. Remove it.
Zhongxing Xu [Mon, 8 Feb 2010 08:48:05 +0000 (08:48 +0000)]
BindInternal is redundant. Remove it.

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

15 years agoLike for symbolic region, automatically create a element zero region for
Zhongxing Xu [Mon, 8 Feb 2010 08:43:02 +0000 (08:43 +0000)]
Like for symbolic region, automatically create a element zero region for
alloca region.

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

15 years agoUnify the implementation of getLValueElement of store managers.
Zhongxing Xu [Mon, 8 Feb 2010 08:17:02 +0000 (08:17 +0000)]
Unify the implementation of getLValueElement of store managers.
It's more sophisticated than the original one of BasicStore. But it does
matter.

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

15 years agoUnify the implementation of getLValueIvar and getLValueField of store managers.
Zhongxing Xu [Mon, 8 Feb 2010 07:58:06 +0000 (07:58 +0000)]
Unify the implementation of getLValueIvar and getLValueField of store managers.

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

15 years agoMove common methods to the base StoreManager class.
Zhongxing Xu [Mon, 8 Feb 2010 07:10:35 +0000 (07:10 +0000)]
Move common methods to the base StoreManager class.

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

15 years agoThis doesn't seem to be used code as it didn't break any tests, but fix the
Chandler Carruth [Mon, 8 Feb 2010 06:42:49 +0000 (06:42 +0000)]
This doesn't seem to be used code as it didn't break any tests, but fix the
glaring logic bug anyways. =D

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

15 years agoASTContext is now a reference member of StoreManager.
Zhongxing Xu [Mon, 8 Feb 2010 06:00:22 +0000 (06:00 +0000)]
ASTContext is now a reference member of StoreManager.

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

15 years agoAdd support for binding and retrieving VarRegions in flat store.
Zhongxing Xu [Mon, 8 Feb 2010 05:40:07 +0000 (05:40 +0000)]
Add support for binding and retrieving VarRegions in flat store.

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

15 years agoRequire a complete type before examining base classes during template argument
Chandler Carruth [Sun, 7 Feb 2010 21:33:28 +0000 (21:33 +0000)]
Require a complete type before examining base classes during template argument
deduction. This requires refactoring the deduction to have access to the Sema
object instead of merely the ASTContext. Still leaves something to be desired
due to poor source location.

Fixes PR6257 and half of PR6259.

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

15 years agoMake sure to set vtable pointers in the destructors as well.
Anders Carlsson [Sun, 7 Feb 2010 19:45:40 +0000 (19:45 +0000)]
Make sure to set vtable pointers in the destructors as well.

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

15 years agoUse the right type when taking the address of a non-virtual member function pointer...
Anders Carlsson [Sun, 7 Feb 2010 17:37:13 +0000 (17:37 +0000)]
Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258.

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

15 years agoWorkaround for friend template instantiation crash in PR5848, from Keir Mierle!
Douglas Gregor [Sun, 7 Feb 2010 10:31:35 +0000 (10:31 +0000)]
Workaround for friend template instantiation crash in PR5848, from Keir Mierle!

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

15 years agoFix assertion failure when parsing linkage specifications (PR5921),
Douglas Gregor [Sun, 7 Feb 2010 08:38:28 +0000 (08:38 +0000)]
Fix assertion failure when parsing linkage specifications (PR5921),
from Keir Mierle!

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

15 years agoRoll r95513 back in.
Sam Weinig [Sun, 7 Feb 2010 06:32:43 +0000 (06:32 +0000)]
Roll r95513 back in.

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

15 years agoRoll out r95513, it seems to have broken self hosting.
Sam Weinig [Sun, 7 Feb 2010 05:26:25 +0000 (05:26 +0000)]
Roll out r95513, it seems to have broken self hosting.

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

15 years agoAdd PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.
Sam Weinig [Sun, 7 Feb 2010 04:44:10 +0000 (04:44 +0000)]
Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.

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

15 years agoUse the right linkage for static variables inside C++ inline functions.
Anders Carlsson [Sun, 7 Feb 2010 02:03:08 +0000 (02:03 +0000)]
Use the right linkage for static variables inside C++ inline functions.

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

15 years agoImproved handling of the visibility attribute. Declarations now inherit their parent...
Anders Carlsson [Sun, 7 Feb 2010 01:44:36 +0000 (01:44 +0000)]
Improved handling of the visibility attribute. Declarations now inherit their parent's visibility.

(This is kind of a risky change, but I did a self-host build and everything appears to work fine!)

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

15 years agoAdd attributes to namespace decls.
Anders Carlsson [Sun, 7 Feb 2010 01:09:23 +0000 (01:09 +0000)]
Add attributes to namespace decls.

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

15 years agoMake EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled.
Anders Carlsson [Sat, 6 Feb 2010 23:59:05 +0000 (23:59 +0000)]
Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled.

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

15 years agoAdd support for threadsafe statics, and make them the default (matching gcc).
Anders Carlsson [Sat, 6 Feb 2010 23:23:06 +0000 (23:23 +0000)]
Add support for threadsafe statics, and make them the default (matching gcc).

Daniel, I'd appreciate a review of the driver/cc1 parts.

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

15 years agoCall destructors for constructed bases as well.
Anders Carlsson [Sat, 6 Feb 2010 20:00:21 +0000 (20:00 +0000)]
Call destructors for constructed bases as well.

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

15 years agoIf a constructor throws an exception we need to execute the destructors for all fully...
Anders Carlsson [Sat, 6 Feb 2010 19:50:17 +0000 (19:50 +0000)]
If a constructor throws an exception we need to execute the destructors for all fully constructed members. Fixes ctor_dtor_count.cpp in the test suite.

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

15 years agoUse a substituted type when determining how to substitute in non-type template
John McCall [Sat, 6 Feb 2010 10:23:53 +0000 (10:23 +0000)]
Use a substituted type when determining how to substitute in non-type template
params.  Don't insert addrof operations when matching against a pointer;
array/function conversions should take care of this for us, assuming the
argument type-checked in the first place.  Add a fixme where we seem to be
using a less-restrictive reference type than we should.

Fixes PR 6249.

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

15 years agoSilence GCC warning and stay in 80 cols.
Benjamin Kramer [Sat, 6 Feb 2010 09:59:24 +0000 (09:59 +0000)]
Silence GCC warning and stay in 80 cols.

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

15 years agoExtract a function to instantiate references to value template parameters.
John McCall [Sat, 6 Feb 2010 08:42:39 +0000 (08:42 +0000)]
Extract a function to instantiate references to value template parameters.

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

15 years agoUpdate checker build.
Ted Kremenek [Sat, 6 Feb 2010 06:08:09 +0000 (06:08 +0000)]
Update checker build.

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

15 years agoDon't diagnose missing noreturns for uninstantiated templates. Fixes PR6247.
Anders Carlsson [Sat, 6 Feb 2010 05:31:15 +0000 (05:31 +0000)]
Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247.

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

15 years agoSwitch CodeGen's "is this variable declaration a definition?" logic
Douglas Gregor [Sat, 6 Feb 2010 05:15:45 +0000 (05:15 +0000)]
Switch CodeGen's "is this variable declaration a definition?" logic
over to VarDecl::isThisDeclarationADefinition(), which handles
variables declared with linkage specifications better (among other
things). CMake 2.9 (from CVS) now builds with clang++ and is somewhat
functional.

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

15 years agoOnly append 'L' for internal variable declarations, not all declarations. (Found...
Anders Carlsson [Sat, 6 Feb 2010 04:52:27 +0000 (04:52 +0000)]
Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay)

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

15 years agoAlso teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly...
Ted Kremenek [Sat, 6 Feb 2010 04:04:46 +0000 (04:04 +0000)]
Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly initialized to NULL.

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