]> granicus.if.org Git - clang/log
clang
15 years agoobjective-c test case for __attribute__((unused)) on method arguments.
Fariborz Jahanian [Tue, 19 Jan 2010 18:39:17 +0000 (18:39 +0000)]
objective-c test case for __attribute__((unused)) on method arguments.

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

15 years agoIssue diagnostics (instead of crashing in code gen) when using
Fariborz Jahanian [Tue, 19 Jan 2010 17:48:02 +0000 (17:48 +0000)]
Issue diagnostics (instead of crashing in code gen) when using
property dot-syntax notation to use setter/getters in objective-c.
Fixes radar 7553050.

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

15 years agoAvoid an instantiation of std::sort.
Benjamin Kramer [Tue, 19 Jan 2010 17:42:20 +0000 (17:42 +0000)]
Avoid an instantiation of std::sort.

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

15 years agoTeach Sema::ActOnDependentTemplateName that a dependent template name
Douglas Gregor [Tue, 19 Jan 2010 16:01:07 +0000 (16:01 +0000)]
Teach Sema::ActOnDependentTemplateName that a dependent template name
in a member access expression referring into the current instantiation
need not be resolved at template definition *if* the current
instantiation has any dependent base classes. Fixes PR6081.

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

15 years agoAdd test case.
Zhongxing Xu [Tue, 19 Jan 2010 12:11:55 +0000 (12:11 +0000)]
Add test case.

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

15 years agoFix a serious bug: Tmp3 is the wrong destination set. We should create a new
Zhongxing Xu [Tue, 19 Jan 2010 09:25:53 +0000 (09:25 +0000)]
Fix a serious bug: Tmp3 is the wrong destination set. We should create a new
intermediate destination set Tmp4.

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

15 years agoAnother test case for PR6062
Douglas Gregor [Tue, 19 Jan 2010 06:47:24 +0000 (06:47 +0000)]
Another test case for PR6062

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

15 years agoIn a mem-initializer, a nested-name-specifier followed by an
Douglas Gregor [Tue, 19 Jan 2010 06:46:48 +0000 (06:46 +0000)]
In a mem-initializer, a nested-name-specifier followed by an
identifier always names a type. In the case of a dependent
nested-name-specifier, build a TypenameType to describe the dependent
base type. I'd like to move more of this behavior up into the parser,
but this fixes PR6062.

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

15 years agoWhen looking up enumerator names for redeclaration, use the
Douglas Gregor [Tue, 19 Jan 2010 06:06:57 +0000 (06:06 +0000)]
When looking up enumerator names for redeclaration, use the
ForRedeclaration flag so that we don't look into base classes.
Fixes PR6061.

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

15 years agoUpdate Xcode project.
Anders Carlsson [Tue, 19 Jan 2010 06:04:24 +0000 (06:04 +0000)]
Update Xcode project.

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

15 years agoAdd try/catch CFG support. Also improve throw CFG support. WIP.
Mike Stump [Tue, 19 Jan 2010 02:20:09 +0000 (02:20 +0000)]
Add try/catch CFG support.  Also improve throw CFG support.  WIP.

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

15 years agoEmit human readable names for operators.
Devang Patel [Tue, 19 Jan 2010 02:02:11 +0000 (02:02 +0000)]
Emit human readable names for operators.

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

15 years agoFirst cut at emitting debugging information for C++ member functions.
Devang Patel [Tue, 19 Jan 2010 01:54:44 +0000 (01:54 +0000)]
First cut at emitting debugging information for C++ member functions.
There is lot more work to do in this area.

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

15 years agoFix possible memory leak by using an OwningPtr.
Ted Kremenek [Tue, 19 Jan 2010 01:29:05 +0000 (01:29 +0000)]
Fix possible memory leak by using an OwningPtr.

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

15 years agoIntroduce clang_getCursorReferenced, to get a cursor pointing at the
Douglas Gregor [Tue, 19 Jan 2010 01:20:04 +0000 (01:20 +0000)]
Introduce clang_getCursorReferenced, to get a cursor pointing at the
entity that a particular cursor references.

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

15 years agoImplement clang_getCursorExtent, which provides a source range for the
Douglas Gregor [Tue, 19 Jan 2010 00:34:46 +0000 (00:34 +0000)]
Implement clang_getCursorExtent, which provides a source range for the
cursor itself. In particular, for references this returns the source
range of the reference rather than the source range of the thing it
refers to.

Switch c-index-test from clang_getDeclExtent (which will eventually be
deprecated and removed) over to clang_getCursorExtent. The source
ranges we print for references now make sense; fix up the tests
appropriately.

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

15 years agoUse llvm::Function name as the linkage name, but strip off leading '01' from display...
Devang Patel [Tue, 19 Jan 2010 00:25:12 +0000 (00:25 +0000)]
Use llvm::Function name as the linkage name, but strip off leading '01' from display name.

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

15 years agoRefactor.
Devang Patel [Tue, 19 Jan 2010 00:00:59 +0000 (00:00 +0000)]
Refactor.

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

15 years agoTeach clang_getCursorLocation() to return the locations of references
Douglas Gregor [Mon, 18 Jan 2010 23:41:10 +0000 (23:41 +0000)]
Teach clang_getCursorLocation() to return the locations of references
rather than the locations that refer to.

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

15 years agollvm::Function name is the linkage name. If it has a '01' as a prefix then probably...
Devang Patel [Mon, 18 Jan 2010 23:27:28 +0000 (23:27 +0000)]
llvm::Function name is the linkage name. If it has a '01' as a prefix then probably there is a reason.

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

15 years agoTweak USR output for ObjC categories.
Ted Kremenek [Mon, 18 Jan 2010 23:25:32 +0000 (23:25 +0000)]
Tweak USR output for ObjC categories.

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

15 years agoMove AccessSpecifier into the new Specifiers.h; fixes the layering violations
John McCall [Mon, 18 Jan 2010 23:21:37 +0000 (23:21 +0000)]
Move AccessSpecifier into the new Specifiers.h;  fixes the layering violations
inherent in, well, pretty much every use of AccessSpecifier.

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

15 years agoAllow conversion of pointer to an objective-c pointer to
Fariborz Jahanian [Mon, 18 Jan 2010 22:59:22 +0000 (22:59 +0000)]
Allow conversion of pointer to an objective-c pointer to
a similar pointer. Fixes radar 7552179.

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

15 years agoNow that a reasonable deprecation cycle has passed, kill
Douglas Gregor [Mon, 18 Jan 2010 22:48:04 +0000 (22:48 +0000)]
Now that a reasonable deprecation cycle has passed, kill
clang_getCursorLine(), clang_getCursorColumn(),
clang_getCursorSource(), and clang_getCursorSourceFile() outright.

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

15 years agoIntroduce clang_getCursorLocation(), which supercedes
Douglas Gregor [Mon, 18 Jan 2010 22:46:11 +0000 (22:46 +0000)]
Introduce clang_getCursorLocation(), which supercedes
clang_getCursorLine(), clang_getCursorColumn(),
clang_getCursorSource(), and clang_getCursorSourceFile(). Mark those 4
functions as deprecated and stop using them ourselves.

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

15 years agoRefactor USR generation for TagDecls into a common method.
Ted Kremenek [Mon, 18 Jan 2010 22:42:20 +0000 (22:42 +0000)]
Refactor USR generation for TagDecls into a common method.

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

15 years agoallow the HandlerComment callback to push tokens into the
Chris Lattner [Mon, 18 Jan 2010 22:35:47 +0000 (22:35 +0000)]
allow the HandlerComment callback to push tokens into the
preprocessor.  This could be used by an OpenMP implementation
or something.  Patch by Abramo Bagnara!

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

15 years agosimplify the code for skipping in a #if 0 block. The CurLexer
Chris Lattner [Mon, 18 Jan 2010 22:33:01 +0000 (22:33 +0000)]
simplify the code for skipping in a #if 0 block.  The CurLexer
pointer is always non-null because the PTH case exits earlier
in the method.

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

15 years agoClean up the CIndex API slightly.
Douglas Gregor [Mon, 18 Jan 2010 22:13:09 +0000 (22:13 +0000)]
Clean up the CIndex API slightly.

Renamed CXSourceFileLine to CXSourceLocation and added a CXFile, to
better match Clang's SourceLocation. Teach clang_getDeclExtent to fill
in the CXFile properly.

Renamed CXSourceExtent to CXSourceRange, to better match Clang's
SourceLocation.

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

15 years agoExplicitly not handle ObjCForwardProtocolDecl in GetCursorKind().
Ted Kremenek [Mon, 18 Jan 2010 22:07:45 +0000 (22:07 +0000)]
Explicitly not handle ObjCForwardProtocolDecl in GetCursorKind().

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

15 years agoTweak USR generation to handle anonymous bitfields.
Ted Kremenek [Mon, 18 Jan 2010 22:02:49 +0000 (22:02 +0000)]
Tweak USR generation to handle anonymous bitfields.

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

15 years agoAdd missing newline.
Daniel Dunbar [Mon, 18 Jan 2010 20:55:52 +0000 (20:55 +0000)]
Add missing newline.

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

15 years agofloat, double, and long double do need extra data in the
Douglas Gregor [Mon, 18 Jan 2010 20:37:56 +0000 (20:37 +0000)]
float, double, and long double do need extra data in the
BuiltinTypeLoc structure. Thanks, Enea!

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

15 years agoReplace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing 'contexts...
Ted Kremenek [Mon, 18 Jan 2010 20:23:29 +0000 (20:23 +0000)]
Replace clang_getDeclUSR() with clang_getCursorUSR().  Also remove printing 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle.

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

15 years agoPreserve type source information in compound literal expressions.
John McCall [Mon, 18 Jan 2010 19:35:47 +0000 (19:35 +0000)]
Preserve type source information in compound literal expressions.
Patch by Enea Zaffanella!

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

15 years agoPrint fix-it hints properly around tabs, from Christian Adåker!
Douglas Gregor [Mon, 18 Jan 2010 19:28:01 +0000 (19:28 +0000)]
Print fix-it hints properly around tabs, from Christian Adåker!

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

15 years agoRemove ../libexec from clang program search path, clang-cc is dead.
Daniel Dunbar [Mon, 18 Jan 2010 19:16:53 +0000 (19:16 +0000)]
Remove ../libexec from clang program search path, clang-cc is dead.

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

15 years agoSilence a control reaches end of function warning. Patch by Enea
Mike Stump [Mon, 18 Jan 2010 18:41:43 +0000 (18:41 +0000)]
Silence a control reaches end of function warning.  Patch by Enea
Zaffanella.

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

15 years agoMostly renaming some methods and updating comments to
Fariborz Jahanian [Mon, 18 Jan 2010 18:41:16 +0000 (18:41 +0000)]
Mostly renaming some methods and updating comments to
reflect what these methods are actually doing. One method
template for future work. No change in functionality.

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

15 years agoMake CMake's clang++ installation respect DESTDIR, based on a patch by
Douglas Gregor [Mon, 18 Jan 2010 18:27:29 +0000 (18:27 +0000)]
Make CMake's clang++ installation respect DESTDIR, based on a patch by
Ingmar Vanhassel. Fixes PR6046.

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

15 years agoImprove source-location information for builtin TypeLocs, from Enea
Douglas Gregor [Mon, 18 Jan 2010 18:04:31 +0000 (18:04 +0000)]
Improve source-location information for builtin TypeLocs, from Enea
Zaffanella (with a couple of my tweaks).

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

15 years agoDon't build/install clang++ in CLANG_IS_PRODUCTION build mode yet.
Daniel Dunbar [Mon, 18 Jan 2010 17:52:48 +0000 (17:52 +0000)]
Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet.

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

15 years agoFix -Asserts warning.
Daniel Dunbar [Mon, 18 Jan 2010 17:52:42 +0000 (17:52 +0000)]
Fix -Asserts warning.

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

15 years agoFix race condition in creating objdir.
Daniel Dunbar [Mon, 18 Jan 2010 17:52:37 +0000 (17:52 +0000)]
Fix race condition in creating objdir.

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

15 years agoEncoding calling conventions in the type system, from Charles Davis!
Douglas Gregor [Mon, 18 Jan 2010 17:14:39 +0000 (17:14 +0000)]
Encoding calling conventions in the type system, from Charles Davis!

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

15 years agoMore VTT builder fixes. With these fixes we now correctly handle the very complex...
Anders Carlsson [Mon, 18 Jan 2010 17:13:59 +0000 (17:13 +0000)]
More VTT builder fixes. With these fixes we now correctly handle the very complex VTT example from the Itanium ABI spec.

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

15 years agoAdd support for computing size in elements for symbolic regions obtained from
Zhongxing Xu [Mon, 18 Jan 2010 08:54:31 +0000 (08:54 +0000)]
Add support for computing size in elements for symbolic regions obtained from
malloc().

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

15 years agoMove some common code into BuildVTT.
Anders Carlsson [Mon, 18 Jan 2010 04:45:46 +0000 (04:45 +0000)]
Move some common code into BuildVTT.

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

15 years agoFix a bunch of VTT layout bugs, add simple tests for VTT layout.
Anders Carlsson [Mon, 18 Jan 2010 04:25:18 +0000 (04:25 +0000)]
Fix a bunch of VTT layout bugs, add simple tests for VTT layout.

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

15 years agoAdd test case for pr6069.
Zhongxing Xu [Mon, 18 Jan 2010 04:01:40 +0000 (04:01 +0000)]
Add test case for pr6069.

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

15 years agoUpdate virt.cpp for changes to the LLVM asm printer (?) This test should really be...
Anders Carlsson [Mon, 18 Jan 2010 03:58:13 +0000 (03:58 +0000)]
Update virt.cpp for changes to the LLVM asm printer (?) This test should really be all LLVM IR...

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

15 years agoIf the symbol has not been tracked, do not free it. This is possible when free
Zhongxing Xu [Mon, 18 Jan 2010 03:27:34 +0000 (03:27 +0000)]
If the symbol has not been tracked, do not free it. This is possible when free
is called on a pointer that does not get its value directly from malloc.

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

15 years agoMinor VTT builder cleanup, no functionality change.
Anders Carlsson [Sun, 17 Jan 2010 23:53:20 +0000 (23:53 +0000)]
Minor VTT builder cleanup, no functionality change.

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

15 years agoGet the ctor vtable address points directly from the VTT builder.
Anders Carlsson [Sun, 17 Jan 2010 17:10:44 +0000 (17:10 +0000)]
Get the ctor vtable address points directly from the VTT builder.

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

15 years agoPR6055: fix FreeBSD c++ include path. patch by Roman Divacky
Nuno Lopes [Sun, 17 Jan 2010 00:00:11 +0000 (00:00 +0000)]
PR6055: fix FreeBSD c++ include path. patch by Roman Divacky

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

15 years agoIntroduce a second queue of "local" pending implicit instantiation,
Douglas Gregor [Sat, 16 Jan 2010 22:29:39 +0000 (22:29 +0000)]
Introduce a second queue of "local" pending implicit instantiation,
which are instantiations of the member functions of local
classes. These implicit instantiations have to occur at the same time
as---and in the same local instantiation scope as---the enclosing
function, since the member functions of the local class can refer to
locals within the enclosing function. This should really, really fix PR5764.

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

15 years agoAdd PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr...
Sam Weinig [Sat, 16 Jan 2010 21:21:01 +0000 (21:21 +0000)]
Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr, CXXConstCastExpr and CXXFunctionalCastExpr.

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

15 years agoWhile determining when to parse inline member functions of a class,
Douglas Gregor [Sat, 16 Jan 2010 20:52:59 +0000 (20:52 +0000)]
While determining when to parse inline member functions of a class,
distinguish between nested classes (whose member functions cannot be
parsed until the innermost non-nested class is complete) and local
classes (that are defined within a function but are not necessarily
nested). The upshot of this change, which fixes PR5764, is that the
bodies of member functions of local (non-nested) classes need to be
parsed when the local class is complete (and no later), since they may
refer to function-local static variables, typedefs, enums, etc.

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

15 years agoWhen we are instantiating a member function of a local class, be sure
Douglas Gregor [Sat, 16 Jan 2010 20:21:20 +0000 (20:21 +0000)]
When we are instantiating a member function of a local class, be sure
to merge the local instantiation scope with the outer local
instantiation scope, so that we can instantiate declarations from the
function owning the local class. Fixes an assert while instantiating
Boost.MPL's BOOST_MPL_ASSERT_MSG.

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

15 years agoFix a rewriting crash and correct rewriting of __block
Fariborz Jahanian [Sat, 16 Jan 2010 19:36:43 +0000 (19:36 +0000)]
Fix a rewriting crash and correct rewriting of __block
declaration where its initializer has a type-cast.

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

15 years agoImprove the test for unused-expression warnings slightly
Douglas Gregor [Sat, 16 Jan 2010 18:17:21 +0000 (18:17 +0000)]
Improve the test for unused-expression warnings slightly

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

15 years agoPartial fix for PR6022, where we were complaining when a friend
Douglas Gregor [Sat, 16 Jan 2010 18:09:52 +0000 (18:09 +0000)]
Partial fix for PR6022, where we were complaining when a friend
function template declared within a class template did not match a
function in another scope. We really need to rework how
friends-in-templates are semantically checked.

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

15 years agoGive ObjCClassRef cursors a sane representation, which is encapsulated
Douglas Gregor [Sat, 16 Jan 2010 17:14:40 +0000 (17:14 +0000)]
Give ObjCClassRef cursors a sane representation, which is encapsulated
in CXCursor.cpp. With this sane representation, fix the class
reference that is part of Objective-C category declarations so that
the cursor's location matches up with the reference, not the class
being referred to.

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

15 years agoImprove location information for Objective-C category declarations. We
Douglas Gregor [Sat, 16 Jan 2010 16:38:58 +0000 (16:38 +0000)]
Improve location information for Objective-C category declarations. We
previously only had a single location (the @ in @interface); now we
know where the @ is (for the start of the declaration), where the
class name is (that's the normal "location" now for diagnostics), and
where the category name is. Also, eliminated the redundant "end"
location, since ObjCContainerDecl already has better @end information.

The only XFAIL'd test is temporary; will un-XFAIL-it once I've taught
CIndex how to use the new locations.

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

15 years agoUse a sane encoding for CXCursor_ObjCProtocolRef, using the actual
Douglas Gregor [Sat, 16 Jan 2010 15:44:18 +0000 (15:44 +0000)]
Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual
source locations where the protocols were referenced rather than the
location of some random enclosing declaration.

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

15 years agoKeep track of the source locations for each protocol reference in
Douglas Gregor [Sat, 16 Jan 2010 15:02:53 +0000 (15:02 +0000)]
Keep track of the source locations for each protocol reference in
Objective-C classes, protocol definitions, forward protocol
declarations, and categories. This information isn't actually used
yet; that's coming next.

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

15 years agoGive CXCursor_ObjCSuperClassRef a sane encoding, which is only known
Douglas Gregor [Sat, 16 Jan 2010 14:00:32 +0000 (14:00 +0000)]
Give CXCursor_ObjCSuperClassRef a sane encoding, which is only known
to CXCursor.cpp.

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

15 years agoFix a use of uninitialized memory in overload diagnostics.
John McCall [Sat, 16 Jan 2010 03:50:16 +0000 (03:50 +0000)]
Fix a use of uninitialized memory in overload diagnostics.

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

15 years agoAdd mapping from ObjCPropertDecl to CXCursorKind.
Ted Kremenek [Sat, 16 Jan 2010 02:08:29 +0000 (02:08 +0000)]
Add mapping from ObjCPropertDecl to CXCursorKind.

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

15 years agoRemove 'default' case in switch statement in clang_getCursorKindSpelling(). This...
Ted Kremenek [Sat, 16 Jan 2010 02:02:09 +0000 (02:02 +0000)]
Remove 'default' case in switch statement in clang_getCursorKindSpelling().  This identified a missing case (warned by the compiler) and identified that CXCursor_FirstDecl didn't actually correspond to the first decl.

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

15 years agoRemove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). This...
Ted Kremenek [Sat, 16 Jan 2010 01:44:12 +0000 (01:44 +0000)]
Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind().  This revealed a bunch of inconsistencies in how CXCursorKinds were being computed.

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

15 years agoAdd codgen for BI__builtin_llvm_memory_barrier.
Tanya Lattner [Sat, 16 Jan 2010 01:21:14 +0000 (01:21 +0000)]
Add codgen for BI__builtin_llvm_memory_barrier.

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

15 years agoThe codegen for these builtins was removed long ago, but their definitions remained...
Tanya Lattner [Sat, 16 Jan 2010 01:10:51 +0000 (01:10 +0000)]
The codegen for these builtins was removed long ago, but their definitions remained. Removing them totally.

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

15 years agoFix crash generating debug info for constructor for anonymous struct.
Eli Friedman [Sat, 16 Jan 2010 00:43:13 +0000 (00:43 +0000)]
Fix crash generating debug info for constructor for anonymous struct.

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

15 years agoMigrate Decl* -> cursorkind logic into CXCursor.cpp, and drastically tighten TUVisitor.
Ted Kremenek [Sat, 16 Jan 2010 00:36:30 +0000 (00:36 +0000)]
Migrate Decl* -> cursorkind logic into CXCursor.cpp, and drastically tighten TUVisitor.

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

15 years agoMake the AST explicitly represent the cast of the first operand of a
Eli Friedman [Sat, 16 Jan 2010 00:00:48 +0000 (00:00 +0000)]
Make the AST explicitly represent the cast of the first operand of a
pointer-to-member operator.

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

15 years agoRemove unused code.
Ted Kremenek [Fri, 15 Jan 2010 23:35:12 +0000 (23:35 +0000)]
Remove unused code.

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

15 years agoRefactor USR logic for EnumDecls and RecordDecls so that both handle 'anonymous'...
Ted Kremenek [Fri, 15 Jan 2010 23:34:31 +0000 (23:34 +0000)]
Refactor USR logic for EnumDecls and RecordDecls so that both handle 'anonymous' declarations in the same way.

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

15 years agoGeneralize handling for unreachable code warnings to all binary operators.
Mike Stump [Fri, 15 Jan 2010 23:33:51 +0000 (23:33 +0000)]
Generalize handling for unreachable code warnings to all binary operators.

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

15 years agoCandidates with arity mismatches are extra-special non-viable and need to
John McCall [Fri, 15 Jan 2010 23:32:50 +0000 (23:32 +0000)]
Candidates with arity mismatches are extra-special non-viable and need to
stand at the back of the line.

Thanks to Oliver Hunt for reminding me to do this.

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

15 years agoRefine location reporting for unreachable code warnings for comma expressions.
Mike Stump [Fri, 15 Jan 2010 23:17:13 +0000 (23:17 +0000)]
Refine location reporting for unreachable code warnings for comma expressions.

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

15 years agoUSR generation: look at the typedef of an anonymous struct (if any) when trying to...
Ted Kremenek [Fri, 15 Jan 2010 23:08:25 +0000 (23:08 +0000)]
USR generation: look at the typedef of an anonymous struct (if any) when trying to generate a USR.

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

15 years agodefine __weak to null in rewritten source for
Fariborz Jahanian [Fri, 15 Jan 2010 22:29:39 +0000 (22:29 +0000)]
define __weak to null in rewritten source for
-fms-extensions as well.

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

15 years agoMake CXCursor's data opaque.
Douglas Gregor [Fri, 15 Jan 2010 21:56:13 +0000 (21:56 +0000)]
Make CXCursor's data opaque.

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

15 years agoMake LookupResult::resolveKind() robust against NotFoundInCurrentInstantiation.
John McCall [Fri, 15 Jan 2010 21:27:01 +0000 (21:27 +0000)]
Make LookupResult::resolveKind() robust against NotFoundInCurrentInstantiation.
Fixes PR 6049.

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

15 years agoAdd CXCursor.[h,cpp]. These files will centralize the logic for creating/probing...
Ted Kremenek [Fri, 15 Jan 2010 20:35:54 +0000 (20:35 +0000)]
Add CXCursor.[h,cpp].  These files will centralize the logic for creating/probing CXCursors.

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

15 years agoFix a couple bugs in copy assignment operator synthesis.
Eli Friedman [Fri, 15 Jan 2010 20:06:11 +0000 (20:06 +0000)]
Fix a couple bugs in copy assignment operator synthesis.

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

15 years agoAdd USR generation for enums.
Ted Kremenek [Fri, 15 Jan 2010 20:04:31 +0000 (20:04 +0000)]
Add USR generation for enums.

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

15 years agoAdd -cursor-at=file:line:column command line option to c-index-test,
Douglas Gregor [Fri, 15 Jan 2010 19:40:17 +0000 (19:40 +0000)]
Add -cursor-at=file:line:column command line option to c-index-test,
to directly check the results of clang_getCursor(). Also, start
migrating some index-test tests over to c-index test [*] and some
grep-using tests over to FileCheck.

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

15 years agoPreserve type source information for C++ named casts through template
John McCall [Fri, 15 Jan 2010 19:13:16 +0000 (19:13 +0000)]
Preserve type source information for C++ named casts through template
instantiation.

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

15 years agoDon't lose type source information when rebuilding C-style cast expressions.
John McCall [Fri, 15 Jan 2010 18:56:44 +0000 (18:56 +0000)]
Don't lose type source information when rebuilding C-style cast expressions.
Also we don't need to recheck for altivec initializers, I think.

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

15 years agoPreserve type source information in explicit cast expressions.
John McCall [Fri, 15 Jan 2010 18:39:57 +0000 (18:39 +0000)]
Preserve type source information in explicit cast expressions.
Patch by Enea Zaffanella.

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

15 years agogetLocationFromCursor: If a cursor is a reference and has a referringDecl, using...
Ted Kremenek [Fri, 15 Jan 2010 18:24:18 +0000 (18:24 +0000)]
getLocationFromCursor: If a cursor is a reference and has a referringDecl, using the referringDecl for the location.

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

15 years agoDo not do the block-specific rewrite when there is no block literals.
Fariborz Jahanian [Fri, 15 Jan 2010 18:14:52 +0000 (18:14 +0000)]
Do not do the block-specific rewrite when there is no block literals.
Fixes radar 7546096.

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

15 years agoWhen determining whether a DeclRefExpr is value-dependent when it
Douglas Gregor [Fri, 15 Jan 2010 16:21:02 +0000 (16:21 +0000)]
When determining whether a DeclRefExpr is value-dependent when it
references a const variable of integral type, the initializer may be
in a different declaration than the one that name-lookup saw. Find the
initializer anyway. Fixes PR6045.

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

15 years agoWhen determining whether the type is the current instantiation, strip
Douglas Gregor [Fri, 15 Jan 2010 16:05:33 +0000 (16:05 +0000)]
When determining whether the type is the current instantiation, strip
qualifiers. Fixes PR6021.

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

15 years agoConvert the type of the LValue offset variable in APValue to CharUnits, moving
Ken Dyck [Fri, 15 Jan 2010 12:37:54 +0000 (12:37 +0000)]
Convert the type of the LValue offset variable in APValue to CharUnits, moving
the LValue-related methods of APValue out of line to avoid header file leaching.

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

15 years agoDon't repeat lookup when instantiating resolved member expressions.
John McCall [Fri, 15 Jan 2010 08:34:02 +0000 (08:34 +0000)]
Don't repeat lookup when instantiating resolved member expressions.
Adjust BuildMemberReferenceExpr to perform the inheritance check on implicit
member accesses, which can arise from unqualified lookups and therefore may
reference decls from enclosing class scopes.

Fixes PR 5838.

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

15 years agoDon't suggest the developer use 'arc4random' instead of 'rand' when that function...
Ted Kremenek [Fri, 15 Jan 2010 08:20:31 +0000 (08:20 +0000)]
Don't suggest the developer use 'arc4random' instead of 'rand' when that function is not available.  Fixes PR 6012.

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

15 years agoTeach BugReporter to "escape" the occurance of '%' characters in diagnostic messages...
Ted Kremenek [Fri, 15 Jan 2010 07:56:51 +0000 (07:56 +0000)]
Teach BugReporter to "escape" the occurance of '%' characters in diagnostic messages when emitted results to the standard Diagnostics output.  Fixes PR 6033.

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