]> granicus.if.org Git - clang/log
clang
15 years agointroduce a new -fheinous-gnu-extensions flag that enables really
Chris Lattner [Fri, 13 Mar 2009 17:38:01 +0000 (17:38 +0000)]
introduce a new -fheinous-gnu-extensions flag that enables really
really horrible extensions that are disabled by default but that can
be accepted by -fheinous-gnu-extensions (but which always emit a
warning when enabled).

As our first instance of this, implement PR3788/PR3794, which allows
non-lvalues in inline asms in contexts where lvalues are required. bleh.

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

15 years agoadd a helper function to strip noop casts.
Chris Lattner [Fri, 13 Mar 2009 17:28:01 +0000 (17:28 +0000)]
add a helper function to strip noop casts.

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

15 years agoDriver: Fix think in ArgList::MakeIndex.
Daniel Dunbar [Fri, 13 Mar 2009 17:25:24 +0000 (17:25 +0000)]
Driver: Fix think in ArgList::MakeIndex.

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

15 years agoDriver: Return 0 from BuildCompilation on -ccc-print-phases,
Daniel Dunbar [Fri, 13 Mar 2009 17:24:34 +0000 (17:24 +0000)]
Driver: Return 0 from BuildCompilation on -ccc-print-phases,
-ccc-print-options.

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

15 years agoDriver: Print -ccc-print-phases on stderr.
Daniel Dunbar [Fri, 13 Mar 2009 17:20:20 +0000 (17:20 +0000)]
Driver: Print -ccc-print-phases on stderr.

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

15 years agoFix typo.
Ted Kremenek [Fri, 13 Mar 2009 17:02:59 +0000 (17:02 +0000)]
Fix typo.

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

15 years agoFix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector.
Steve Naroff [Fri, 13 Mar 2009 16:56:44 +0000 (16:56 +0000)]
Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector.

Also changed BlockDecl API to be more consistent (wrt FunctionDecl).

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

15 years agoAdd a hack in the analyzer to recover some path-sensitivity at branch
Ted Kremenek [Fri, 13 Mar 2009 16:32:54 +0000 (16:32 +0000)]
Add a hack in the analyzer to recover some path-sensitivity at branch
conditions. Currently the analyzer does not reason well about
promotions/truncations of symbolic values, so at branch conditions when we see:

  if (condition)

and condition is something like a 'short' or 'char', essentially ignore the
promotion to 'int' so that we track constraints on the original symbolic value.
We only ignore the casts if the underlying type has the same or fewer bits as
the converted type.

This fixes:

<rdar://problem/6619921>

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

15 years agoReimplement fix for <rdar://problem/6451399> problems with labels and blocks.
Steve Naroff [Fri, 13 Mar 2009 16:03:38 +0000 (16:03 +0000)]
Reimplement fix for <rdar://problem/6451399> problems with labels and blocks.

This solution is much simpler (and doesn't add any per-scope overhead, which concerned Chris).

The only downside is the LabelMap is now declared in two places (Sema and BlockSemaInfo). My original fix tried to unify the LabelMap in "Scope" (which would support nested functions in general). In any event, this fixes the bug given the current language definition. If/when we decide to support GCC style nested functions, this will need to be tweaked.

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

15 years agoUpdated comment.
Ted Kremenek [Fri, 13 Mar 2009 15:39:16 +0000 (15:39 +0000)]
Updated comment.

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

15 years agoRemove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision...
Steve Naroff [Fri, 13 Mar 2009 15:38:40 +0000 (15:38 +0000)]
Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741).

Will replace with something better today...

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

15 years agoFix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
Ted Kremenek [Fri, 13 Mar 2009 15:35:24 +0000 (15:35 +0000)]
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
is 64-bit. I used his suggestion of doing a direct bitwidth/signedness
conversion of the 'offset' instead of just changing the sign. For more
information, see:

http://lists.cs.uiuc.edu/pipermail/cfe-dev/2009-March/004587.html

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

15 years agoSplit get_involved into Get Involved and Open Projects pages
Douglas Gregor [Fri, 13 Mar 2009 15:06:27 +0000 (15:06 +0000)]
Split get_involved into Get Involved and Open Projects pages

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

15 years agoDriver: Fix thinko in Darwin host identification.
Daniel Dunbar [Fri, 13 Mar 2009 12:23:29 +0000 (12:23 +0000)]
Driver: Fix thinko in Darwin host identification.

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

15 years agoDriver: Support -ccc-print-phases.
Daniel Dunbar [Fri, 13 Mar 2009 12:19:02 +0000 (12:19 +0000)]
Driver: Support -ccc-print-phases.

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

15 years agoDriver: Add cast<> support for Action, and some other accessors.
Daniel Dunbar [Fri, 13 Mar 2009 12:17:08 +0000 (12:17 +0000)]
Driver: Add cast<> support for Action, and some other accessors.

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

15 years agoccc: Don't print the arch for every action when printing phases.
Daniel Dunbar [Fri, 13 Mar 2009 12:16:31 +0000 (12:16 +0000)]
ccc: Don't print the arch for every action when printing phases.

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

15 years agoDriver: Complete "pipelining" (building the list of abstract actions
Daniel Dunbar [Fri, 13 Mar 2009 11:38:42 +0000 (11:38 +0000)]
Driver: Complete "pipelining" (building the list of abstract actions
to perform). Still doesn't do anything interesting.
 - This code came out much cleaner than in ccc with the reworked
   phases & mapping of types to lists of compilation steps (phases) to
   perform.

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

15 years agosupport cmake
Gabor Greif [Fri, 13 Mar 2009 11:37:39 +0000 (11:37 +0000)]
support cmake

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

15 years agoDriver: Make phase names nouns not verbs.
Daniel Dunbar [Fri, 13 Mar 2009 11:36:01 +0000 (11:36 +0000)]
Driver: Make phase names nouns not verbs.

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

15 years agoDriver: Add remaining Action classes we need.
Daniel Dunbar [Fri, 13 Mar 2009 11:30:17 +0000 (11:30 +0000)]
Driver: Add remaining Action classes we need.

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

15 years agoDriver: Add types::getNumCompilationPhases, getCompilationPhase to
Daniel Dunbar [Fri, 13 Mar 2009 11:28:30 +0000 (11:28 +0000)]
Driver: Add types::getNumCompilationPhases, getCompilationPhase to
provide information about what steps should be done for a particular
file type.

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

15 years agoDriver: Pull Phase info into separate file.
Daniel Dunbar [Fri, 13 Mar 2009 11:27:05 +0000 (11:27 +0000)]
Driver: Pull Phase info into separate file.

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

15 years agoccc/Driver: Forward -fprint-source-range-info to clang.
Daniel Dunbar [Fri, 13 Mar 2009 10:03:45 +0000 (10:03 +0000)]
ccc/Driver: Forward -fprint-source-range-info to clang.

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

15 years agoimplement a new -fprint-source-range-info option, which
Chris Lattner [Fri, 13 Mar 2009 01:08:23 +0000 (01:08 +0000)]
implement a new -fprint-source-range-info option, which
defaults to off.  When enabled, it emits range info along
with the file/line/col information for a diagnostic.  This
allows tools that textually parse the output of clang to know
where the ranges are, even if they span multiple lines.  For
example, with:

$ clang exprs.c -fprint-source-range-info

We now produce:

exprs.c:21:11:{21:12-21:13}: warning: use of unary operator that may be intended as compound assignment (+=)
      var =+ 5;  // expected-warning {{use of unary operator that may be intended as compound assignment (+=)}}
          ^~
exprs.c:22:11:{22:12-22:13}: warning: use of unary operator that may be intended as compound assignment (-=)
      var =- 5;  // expected-warning {{use of unary operator that may be intended as compound assignment (-=)}}
          ^~
exprs.c:36:13:{36:3-36:12}: error: assignment to cast is illegal, lvalue casts are not supported
  (float*)X = P;   // expected-error {{assignment to cast is illegal, lvalue casts are not supported}}
  ~~~~~~~~~ ^
exprs.c:41:4:{41:3-41:4}: error: called object type 'int' is not a function or function pointer
  X();  // expected-error {{called object type 'int' is not a function or function pointer}}
  ~^
exprs.c:45:15:{45:8-45:14}{45:17-45:24}: error: invalid operands to binary expression ('int *' and '_Complex float')
   P = (P-42) + Gamma*4;  // expected-error {{invalid operands to binary expression ('int *' and '_Complex float')}}
       ~~~~~~ ^ ~~~~~~~
exprs.c:61:7:{61:16-61:22}: error: invalid application of '__alignof' to bitfield
  R = __alignof(P->x);  // expected-error {{invalid application of '__alignof' to bitfield}} expected-warning {{extension used}}
      ^        ~~~~~~

Note the range info after the column in the initial diagnostic.

This is obviously really annoying if you're not a tool parsing the
output of clang, which is why it is off by default.

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

15 years agofix typo
Chris Lattner [Fri, 13 Mar 2009 01:05:57 +0000 (01:05 +0000)]
fix typo

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

15 years agoDriver: Ignore empty arguments.
Daniel Dunbar [Fri, 13 Mar 2009 01:01:44 +0000 (01:01 +0000)]
Driver: Ignore empty arguments.

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

15 years agoDriver: Handle "immediate" options.
Daniel Dunbar [Fri, 13 Mar 2009 00:51:18 +0000 (00:51 +0000)]
Driver: Handle "immediate" options.

Also, add some FIXMEs, improve doxygen & comments.

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

15 years agoFix test.
Fariborz Jahanian [Fri, 13 Mar 2009 00:43:34 +0000 (00:43 +0000)]
Fix test.

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

15 years agoUpdate checker build.
Ted Kremenek [Fri, 13 Mar 2009 00:43:31 +0000 (00:43 +0000)]
Update checker build.

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

15 years agoFixed an ir-gen bug related to strong-cast generation of
Fariborz Jahanian [Fri, 13 Mar 2009 00:42:52 +0000 (00:42 +0000)]
Fixed an ir-gen bug related to strong-cast generation of
source being a non-pointer.

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

15 years agoFix spelling error, and add target triplet to header.
Mike Stump [Fri, 13 Mar 2009 00:41:24 +0000 (00:41 +0000)]
Fix spelling error, and add target triplet to header.

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

15 years agoImprove the representation of operator expressions like "x + y" within
Douglas Gregor [Fri, 13 Mar 2009 00:33:25 +0000 (00:33 +0000)]
Improve the representation of operator expressions like "x + y" within
C++ templates. In particular, keep track of the overloaded operators
that are visible from the template definition, so that they can be
merged with those operators visible via argument-dependent lookup at
instantiation time.

Refactored the lookup routines for argument-dependent lookup and for
operator name lookup, so they can be called without immediately adding
the results to an overload set.

Instantiation of these expressions is completely wrong. I'll work on
that next.

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

15 years agoWhen testing with VERBOSE=0, report results in the ISO format. We
Mike Stump [Fri, 13 Mar 2009 00:21:49 +0000 (00:21 +0000)]
When testing with VERBOSE=0, report results in the ISO format.  We
include the triplet so that people that run multiple targets in
parallel, say i386 and x86_64 can distinguish between the two.

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

15 years agoccc/Driver: Mark {dump{machine,specs,version},
Daniel Dunbar [Fri, 13 Mar 2009 00:17:48 +0000 (00:17 +0000)]
ccc/Driver: Mark {dump{machine,specs,version},
print-{multi-{directory,lib,os-directory}, search-dirs} as unsupported
instead of handling separately.

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

15 years agoBring in std::string to fix compilation on GCC 4.3
Argyrios Kyrtzidis [Fri, 13 Mar 2009 00:01:07 +0000 (00:01 +0000)]
Bring in std::string to fix compilation on GCC 4.3

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

15 years agoDriver: Determine which compilation stages to run.
Daniel Dunbar [Thu, 12 Mar 2009 23:55:14 +0000 (23:55 +0000)]
Driver: Determine which compilation stages to run.

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

15 years agoUse the correct data structures!
Ted Kremenek [Thu, 12 Mar 2009 23:41:59 +0000 (23:41 +0000)]
Use the correct data structures!

ExplodedGraph::TrimGraph:
- Just do a DFS both ways instead of BFS-DFS. We're just determining what subset
  of the nodes are reachable from the root and reverse-reachable from the bug
  nodes.  DFS is more efficient for this task.

BugReporter:
- MakeReportGraph: Do a reverse-BFS instead of a reverse-DFS to determine the
  approximate shortest path through the simulation graph. We were seeing some
  weird cases where too many loops were being reported for simple bugs. Possibly
  we will need to replace this with actually computing the shortest path in
  terms of line numbers.

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

15 years agoEliminate some unused default cases in switches on the binary operator kind
Douglas Gregor [Thu, 12 Mar 2009 22:51:37 +0000 (22:51 +0000)]
Eliminate some unused default cases in switches on the binary operator kind

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

15 years agoMore objc2's ivar layout bitmap.
Fariborz Jahanian [Thu, 12 Mar 2009 22:50:49 +0000 (22:50 +0000)]
More objc2's ivar layout bitmap.
bitmap generation for basic ivars seem to
work now. This is work in progress.

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

15 years agoImplement template instantiation for builtin binary operators
Douglas Gregor [Thu, 12 Mar 2009 22:46:12 +0000 (22:46 +0000)]
Implement template instantiation for builtin binary operators

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

15 years agoUse paropery's setter attribute name as
Fariborz Jahanian [Thu, 12 Mar 2009 22:34:11 +0000 (22:34 +0000)]
Use paropery's setter attribute name as
the selector for the property setter.

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

15 years agoStore the type of the integral value within a TemplateArgument, so that we can more...
Douglas Gregor [Thu, 12 Mar 2009 22:20:26 +0000 (22:20 +0000)]
Store the type of the integral value within a TemplateArgument, so that we can more efficiently reconstruct an IntegerLiteral from it during template instantiation

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

15 years agoFix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion:...
Ted Kremenek [Thu, 12 Mar 2009 22:15:08 +0000 (22:15 +0000)]
Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion::getLValueType() was not implemented).

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

15 years agoAdd file I forgot to commit in previous commit.
Ted Kremenek [Thu, 12 Mar 2009 18:42:19 +0000 (18:42 +0000)]
Add file I forgot to commit in previous commit.

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

15 years agoDriver: Value initialization is nicer than memset.
Daniel Dunbar [Thu, 12 Mar 2009 18:42:02 +0000 (18:42 +0000)]
Driver: Value initialization is nicer than memset.
 - Who wouldn't want correctness to hang critically on two easily
   ignored characters?

Thanks Doug!

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

15 years agoPathDiagnostics:
Ted Kremenek [Thu, 12 Mar 2009 18:41:53 +0000 (18:41 +0000)]
PathDiagnostics:
- PathDiagnosticControlFlowPiece now consists of a "start" and "end" location
  to indicating the branch location and where the branch goes.

BugReporter:
- Updated BugReporter to construct PathDiagnosticControlFlowPiece objects with
  "end" locations.

PlistDiagnostics:
- Plists now contain the bug "type" (not just bug "category")
- Plists now encode control-flow pieces differently than events; now the
  "start" and "end" locations are recorded

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

15 years agoDriver: Add majority of driver-driver implementation.
Daniel Dunbar [Thu, 12 Mar 2009 18:40:18 +0000 (18:40 +0000)]
Driver: Add majority of driver-driver implementation.
 - Compare to driverdriver.c if bored; not completely fair since the
   driver gets a bit more code in other places to handle binding archs
   (for Xarch) but not completely unfair either.

Fear not, extra Action classes will have a happy home for their
vtables soon.

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

15 years agoUse StmtVisitor to handle the decoding of expressions for
Douglas Gregor [Thu, 12 Mar 2009 18:36:18 +0000 (18:36 +0000)]
Use StmtVisitor to handle the decoding of expressions for
instantiation. This is roughly the structure we want to expression
instantiation.

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

15 years agoAPI fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to
Ted Kremenek [Thu, 12 Mar 2009 18:33:24 +0000 (18:33 +0000)]
API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to
be CompoundStmts. I think this is a valid assumption, and felt that the API
should reflect it. Others please validate this assumption to make sure I didn't
break anything.

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

15 years agoDriver: Drop some unnecessary uses of clang namespace.
Daniel Dunbar [Thu, 12 Mar 2009 18:31:08 +0000 (18:31 +0000)]
Driver: Drop some unnecessary uses of clang namespace.

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

15 years agoDriver: Introduce ActionList typedef, tweak some constness.
Daniel Dunbar [Thu, 12 Mar 2009 18:24:49 +0000 (18:24 +0000)]
Driver: Introduce ActionList typedef, tweak some constness.

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

15 years agoDriver: Add types::canLipoType helper method.
Daniel Dunbar [Thu, 12 Mar 2009 18:21:41 +0000 (18:21 +0000)]
Driver: Add types::canLipoType helper method.

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

15 years agoDriver: Add some HostInfo accessors.
Daniel Dunbar [Thu, 12 Mar 2009 18:20:49 +0000 (18:20 +0000)]
Driver: Add some HostInfo accessors.

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

15 years agoDriver: Add ArgList support for synthesizing arguments.
Daniel Dunbar [Thu, 12 Mar 2009 18:20:18 +0000 (18:20 +0000)]
Driver: Add ArgList support for synthesizing arguments.

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

15 years agoMore ident fixes
Anders Carlsson [Thu, 12 Mar 2009 17:55:17 +0000 (17:55 +0000)]
More ident fixes

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

15 years agoadd a callback for macro expansion, based on a patch by Paolo Bolzoni!
Chris Lattner [Thu, 12 Mar 2009 17:31:43 +0000 (17:31 +0000)]
add a callback for macro expansion, based on a patch by Paolo Bolzoni!

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

15 years agoStraw man for instantiation of expressions. Use it to instantiate the
Douglas Gregor [Thu, 12 Mar 2009 16:53:44 +0000 (16:53 +0000)]
Straw man for instantiation of expressions. Use it to instantiate the
width of bitfields.

I'll be burning this down and replacing it with a properly-dispatched
implementation like the one used for types.

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

15 years agoDriver: Add ArgList::getLastArg.
Daniel Dunbar [Thu, 12 Mar 2009 16:03:38 +0000 (16:03 +0000)]
Driver: Add ArgList::getLastArg.

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

15 years agoccc: Fix broken assertion.
Daniel Dunbar [Thu, 12 Mar 2009 15:59:34 +0000 (15:59 +0000)]
ccc: Fix broken assertion.

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

15 years agoccc: Fix -ccc-print-phases when doing a universal build.
Daniel Dunbar [Thu, 12 Mar 2009 15:57:47 +0000 (15:57 +0000)]
ccc: Fix -ccc-print-phases when doing a universal build.

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

15 years agoAdd Diagnostic files for Frontend and move a couple errors over.
Daniel Dunbar [Thu, 12 Mar 2009 10:14:16 +0000 (10:14 +0000)]
Add Diagnostic files for Frontend and move a couple errors over.
 - Notably, clang now exits with an error if it can't find a
   file. This flushed out a bug in the CGColorSpace.c test case. :)

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

15 years agoDriver: Tweak diag names to be more consistent.
Daniel Dunbar [Thu, 12 Mar 2009 09:13:48 +0000 (09:13 +0000)]
Driver: Tweak diag names to be more consistent.

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

15 years agoDriver: Use standard Diagnostic interface for diagnostics.
Daniel Dunbar [Thu, 12 Mar 2009 08:55:43 +0000 (08:55 +0000)]
Driver: Use standard Diagnostic interface for diagnostics.

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

15 years agoDriver: Fix thinko in Arg::hasArg.
Daniel Dunbar [Thu, 12 Mar 2009 08:45:11 +0000 (08:45 +0000)]
Driver: Fix thinko in Arg::hasArg.

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

15 years agoDriver: '-' is parsed as an input.
Daniel Dunbar [Thu, 12 Mar 2009 08:44:47 +0000 (08:44 +0000)]
Driver: '-' is parsed as an input.

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

15 years agoDriver: Start sketching construction of abstract built actions.
Daniel Dunbar [Thu, 12 Mar 2009 07:58:46 +0000 (07:58 +0000)]
Driver: Start sketching construction of abstract built actions.

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

15 years agoAdd comments.
Zhongxing Xu [Thu, 12 Mar 2009 07:54:17 +0000 (07:54 +0000)]
Add comments.

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

15 years agoDriver: Add information on Driver input/temporary types.
Daniel Dunbar [Thu, 12 Mar 2009 07:40:41 +0000 (07:40 +0000)]
Driver: Add information on Driver input/temporary types.

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

15 years agoDriver: Add Option flags.
Daniel Dunbar [Thu, 12 Mar 2009 05:46:32 +0000 (05:46 +0000)]
Driver: Add Option flags.

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

15 years agoccc: Tweak some group names.
Daniel Dunbar [Thu, 12 Mar 2009 04:50:20 +0000 (04:50 +0000)]
ccc: Tweak some group names.

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

15 years agoDriver: Add definitions for all the gcc options the current ccc
Daniel Dunbar [Thu, 12 Mar 2009 03:55:01 +0000 (03:55 +0000)]
Driver: Add definitions for all the gcc options the current ccc
understands.

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

15 years agoUse getAsRecordType() to get around sugar types.
Zhongxing Xu [Thu, 12 Mar 2009 03:45:35 +0000 (03:45 +0000)]
Use getAsRecordType() to get around sugar types.

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

15 years agoDriver: Tweak option naming/def:
Daniel Dunbar [Thu, 12 Mar 2009 03:42:54 +0000 (03:42 +0000)]
Driver: Tweak option naming/def:
 - Use OPT_ prefix for ids.

 - Reference groups and aliases by shortend id (on the theory that
   this is more readable).

 - Rename the special option ids to more protected names.

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

15 years agoccc: Cleanup arguments a bit; we don't need a separate group for
Daniel Dunbar [Thu, 12 Mar 2009 03:28:55 +0000 (03:28 +0000)]
ccc: Cleanup arguments a bit; we don't need a separate group for
-fblocks, and there were some duplicate options scattered in.

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

15 years agoFix uninitialized use in GetAddrOfGlobalBlock, reenable assert.
Daniel Dunbar [Thu, 12 Mar 2009 03:07:24 +0000 (03:07 +0000)]
Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert.
 - Mike, please verify.

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

15 years agoAdd comments to test case.
Zhongxing Xu [Thu, 12 Mar 2009 01:55:38 +0000 (01:55 +0000)]
Add comments to test case.

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

15 years agoDriver: Reorder arguments in Options.def so option name is first.
Daniel Dunbar [Thu, 12 Mar 2009 01:46:53 +0000 (01:46 +0000)]
Driver: Reorder arguments in Options.def so option name is first.

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

15 years agoDriver: Add ArgList::hasArg, for testing for the presence of an
Daniel Dunbar [Thu, 12 Mar 2009 01:36:44 +0000 (01:36 +0000)]
Driver: Add ArgList::hasArg, for testing for the presence of an
argument matching some Option::ID.

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

15 years agoDriver: Add Option::getId and Option::matches taking an option
Daniel Dunbar [Thu, 12 Mar 2009 01:34:20 +0000 (01:34 +0000)]
Driver: Add Option::getId and Option::matches taking an option
identifier; we will want to use the latter in situations where we just
want to check for a match, but not load options unnecessarily.

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

15 years agoDriver: Add default index (=0) for Arg::getValue and add Arg::claim
Daniel Dunbar [Thu, 12 Mar 2009 01:32:10 +0000 (01:32 +0000)]
Driver: Add default index (=0) for Arg::getValue and add Arg::claim
(will be used to emit "command line argument unused" diagnostics).

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

15 years agoNote some advances in our C++ support
Douglas Gregor [Thu, 12 Mar 2009 00:09:31 +0000 (00:09 +0000)]
Note some advances in our C++ support

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

15 years agoProperly restore ActiveScope when we exit parsing of a block. This
Douglas Gregor [Wed, 11 Mar 2009 23:54:15 +0000 (23:54 +0000)]
Properly restore ActiveScope when we exit parsing of a block. This
should fix the largest problem in <rdar://problem/6669847>.

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

15 years agoFix various problems with matching out-of-line definitions of static
Douglas Gregor [Wed, 11 Mar 2009 23:52:16 +0000 (23:52 +0000)]
Fix various problems with matching out-of-line definitions of static
class members to the corresponding in-class declaration.

Diagnose the erroneous use of 'static' on out-of-line definitions of
class members.

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

15 years agoRemove '[naming convention]' from bug type.
Ted Kremenek [Wed, 11 Mar 2009 23:43:16 +0000 (23:43 +0000)]
Remove '[naming convention]' from bug type.

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

15 years agoadd some spaces :)
Chris Lattner [Wed, 11 Mar 2009 23:09:16 +0000 (23:09 +0000)]
add some spaces :)

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

15 years agoccc: -x assembler-with-cpp was broken for darwin, and it wasn't using
Daniel Dunbar [Wed, 11 Mar 2009 23:07:54 +0000 (23:07 +0000)]
ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using
clang as the preprocessor even when it should.

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

15 years agognu++0x is definitely *not* the default
Gabor Greif [Wed, 11 Mar 2009 23:07:18 +0000 (23:07 +0000)]
gnu++0x is definitely *not* the default

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

15 years agoMove most of the checking from ActOnCXXMemberDeclarator to other, more general routin...
Douglas Gregor [Wed, 11 Mar 2009 23:00:04 +0000 (23:00 +0000)]
Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation.

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

15 years agodon't use strtoul on a non-null-terminated string.
Chris Lattner [Wed, 11 Mar 2009 22:52:17 +0000 (22:52 +0000)]
don't use strtoul on a non-null-terminated string.

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

15 years agox86_32 ABI: Don't try and expand structures with bitfields.
Daniel Dunbar [Wed, 11 Mar 2009 22:05:26 +0000 (22:05 +0000)]
x86_32 ABI: Don't try and expand structures with bitfields.
 - This is an ABI incompatiblity, but this is not likely to be a huge
   deal in practice. For now we at least generate self consistent code
   instead of crashing.
 - <rdar://problem/6657601> x86-32 ABI: Bitfields in small structures
   are not passed correctly

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

15 years agoAdd TypedViewRegion::isBoundable() to indicate whether or not the
Ted Kremenek [Wed, 11 Mar 2009 21:57:34 +0000 (21:57 +0000)]
Add TypedViewRegion::isBoundable() to indicate whether or not the
TypedViewRegion has a valid rvalue type. Also renamed instance variable 'T' to
'LvalueType' to make it unambiguous of its purpose.

This fixes some crashes I was seeing after:

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090309/013771.html

This is because 'isBoundable()' is defined in TypedRegion (the parent class) in
terms of the rvalue type (which could be null), while for TypedViewRegion it
should be defined in terms of the lvalue type.

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

15 years agoCode refactoring. No change in functionality.
Fariborz Jahanian [Wed, 11 Mar 2009 21:42:00 +0000 (21:42 +0000)]
Code refactoring. No change in functionality.

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

15 years agoMore of objc2's ivar layout bitmap (Next: specific).
Fariborz Jahanian [Wed, 11 Mar 2009 20:59:05 +0000 (20:59 +0000)]
More of objc2's ivar layout bitmap (Next: specific).
Work in progress.

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

15 years agoMake sure that we set the access specifier for an instantiated FieldDecl, and that...
Douglas Gregor [Wed, 11 Mar 2009 20:50:30 +0000 (20:50 +0000)]
Make sure that we set the access specifier for an instantiated FieldDecl, and that the aggregate and POD flags for an instantiated class template are updated based on instantiation of a FieldDecl

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

15 years agoEliminate CXXClassMemberWrapper
Douglas Gregor [Wed, 11 Mar 2009 20:25:10 +0000 (20:25 +0000)]
Eliminate CXXClassMemberWrapper

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

15 years agoEliminate CXXClassVarDecl. It doesn't add anything
Douglas Gregor [Wed, 11 Mar 2009 20:22:50 +0000 (20:22 +0000)]
Eliminate CXXClassVarDecl. It doesn't add anything

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

15 years agoAdjust for linkage name change.
Duncan Sands [Wed, 11 Mar 2009 20:15:27 +0000 (20:15 +0000)]
Adjust for linkage name change.

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

15 years agoImplement FIXME related to <rdar://problem/6496506> Implement class setter/getter...
Steve Naroff [Wed, 11 Mar 2009 20:12:18 +0000 (20:12 +0000)]
Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties.

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

15 years agoImplement basic template instantiation for fields. Reshuffle checking
Douglas Gregor [Wed, 11 Mar 2009 18:59:21 +0000 (18:59 +0000)]
Implement basic template instantiation for fields. Reshuffle checking
for FieldDecls so that the parser and the template instantiation make
use of the same semantic checking module.

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