]>
granicus.if.org Git - clang/log
Alexey Bataev [Wed, 5 Mar 2014 07:21:14 +0000 (07:21 +0000)]
[OPENMP] allow clause 'private' on directive 'omp simd'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202944
91177308 -0d34-0410-b5e6-
96231b3b80d8
Alexey Bataev [Wed, 5 Mar 2014 06:53:13 +0000 (06:53 +0000)]
[OPENMP] emit error message for clause 'if(1 0)'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202942
91177308 -0d34-0410-b5e6-
96231b3b80d8
Argyrios Kyrtzidis [Wed, 5 Mar 2014 06:47:57 +0000 (06:47 +0000)]
[AST] A "Class<P>" type should not have '*' when printed out.
rdar://
14309030
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202941
91177308 -0d34-0410-b5e6-
96231b3b80d8
Alexey Bataev [Wed, 5 Mar 2014 06:45:14 +0000 (06:45 +0000)]
[OPNEMP] Fixed instantiation of 'if' clause
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202940
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Wed, 5 Mar 2014 06:32:38 +0000 (06:32 +0000)]
Speculatively fix MSVC buildbots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202938
91177308 -0d34-0410-b5e6-
96231b3b80d8
Peter Collingbourne [Wed, 5 Mar 2014 02:12:55 +0000 (02:12 +0000)]
Merge using-decl-pr17575.cpp into existing test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202925
91177308 -0d34-0410-b5e6-
96231b3b80d8
Peter Collingbourne [Wed, 5 Mar 2014 01:49:35 +0000 (01:49 +0000)]
Add a test case for PR17575.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202922
91177308 -0d34-0410-b5e6-
96231b3b80d8
Ted Kremenek [Wed, 5 Mar 2014 00:01:17 +0000 (00:01 +0000)]
[-Wunreachable-code] Don't warn about dead code guarded by a "configuration value".
Some unreachable code is only "sometimes unreachable" because it
is guarded by a configuration value that is determined at compile
time and is always constant. Sometimes those represent real bugs,
but often they do not. This patch causes the reachability analysis
to cover such branches even if they are technically unreachable
in the CFG itself. There are some conservative heuristics at
play here to determine a "configuration value"; these are intended
to be refined over time.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202912
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Tue, 4 Mar 2014 23:43:48 +0000 (23:43 +0000)]
Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined
Summary:
Our usual definition of max_align_t wouldn't match up with MSVC if it
was used in a template argument.
Reviewers: chandlerc, rsmith, rnk
Reviewed By: chandlerc
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D2924
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202911
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Blaikie [Tue, 4 Mar 2014 23:39:18 +0000 (23:39 +0000)]
Remove some unnecessary qualification
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202909
91177308 -0d34-0410-b5e6-
96231b3b80d8
Fariborz Jahanian [Tue, 4 Mar 2014 22:57:32 +0000 (22:57 +0000)]
Objective-C. Return 0 as class of methods in protocols.
This simplifies my last patch a bit. No change in
functionality.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202906
91177308 -0d34-0410-b5e6-
96231b3b80d8
Ben Langmuir [Tue, 4 Mar 2014 22:34:50 +0000 (22:34 +0000)]
Support relative paths in VFSFromYAML
Use llvm::sys::fs::make_absolute to get an absolute path before
matching. Also, allow "." directories to enable testing. ".." is still
not supported, and will require crossing file system boundaries to
implement correctly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202903
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Tue, 4 Mar 2014 22:07:09 +0000 (22:07 +0000)]
TokenKinds: _Atomic isn't a keyword in MS mode
Summary:
This is needed to allow MSVC's <atomic> header to properly parse.
It uses _Atomic as a class-id.
Reviewers: rnk
Reviewed By: rnk
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D2948
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202901
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Blaikie [Tue, 4 Mar 2014 22:01:08 +0000 (22:01 +0000)]
DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring types aren't needlessly built during -gmlt
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202900
91177308 -0d34-0410-b5e6-
96231b3b80d8
Ted Kremenek [Tue, 4 Mar 2014 21:53:26 +0000 (21:53 +0000)]
[CFG] Tweak "?:" CFG construction to record the unreachable blocks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202898
91177308 -0d34-0410-b5e6-
96231b3b80d8
Richard Smith [Tue, 4 Mar 2014 21:50:01 +0000 (21:50 +0000)]
[C++11] Simplify a callback to use a lambda.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202897
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 4 Mar 2014 21:49:45 +0000 (21:49 +0000)]
Revert "FileEntry: Remove unused and half-broken copy ctor."
Looks like libstdc++ 4.7 still needs it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202896
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 4 Mar 2014 21:47:57 +0000 (21:47 +0000)]
[C++11] Push move semantics through APValue.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202894
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 4 Mar 2014 21:47:50 +0000 (21:47 +0000)]
FileEntry: Remove unused and half-broken copy ctor.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202893
91177308 -0d34-0410-b5e6-
96231b3b80d8
Ted Kremenek [Tue, 4 Mar 2014 21:41:38 +0000 (21:41 +0000)]
[-Wunreachable-code] handle cases where a dead 'return' may have a valid predecessor.
Fies PR19040.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202892
91177308 -0d34-0410-b5e6-
96231b3b80d8
Reid Kleckner [Tue, 4 Mar 2014 21:33:26 +0000 (21:33 +0000)]
Add a test case for r202888, which boiled down to -gline-tables-only
clang-cl defaults to -gline-tables-only, because that's the only
CodeView debug info that LLVM knows how to emit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202891
91177308 -0d34-0410-b5e6-
96231b3b80d8
Richard Smith [Tue, 4 Mar 2014 21:14:30 +0000 (21:14 +0000)]
Add tests for newly-resolved core issues <= 370.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202889
91177308 -0d34-0410-b5e6-
96231b3b80d8
Reid Kleckner [Tue, 4 Mar 2014 20:51:58 +0000 (20:51 +0000)]
Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCache
This fails an "isa<> used with null pointer" assert during a clang-cl
self-host on Windows. This was caused by r202769, and I'm currently
reducing a test case.
Reviewers: dblaikie
Differential Revision: http://llvm-reviews.chandlerc.com/D2944
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202888
91177308 -0d34-0410-b5e6-
96231b3b80d8
Richard Smith [Tue, 4 Mar 2014 20:44:20 +0000 (20:44 +0000)]
Update DR status page to match post-Issaquah core issues list.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202886
91177308 -0d34-0410-b5e6-
96231b3b80d8
Richard Smith [Tue, 4 Mar 2014 20:22:54 +0000 (20:22 +0000)]
Add links to TSen from post-Issaquah mailing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202882
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 4 Mar 2014 19:31:42 +0000 (19:31 +0000)]
Pass llvm::Triple objects by const reference.
Copying isn't cheap as it contains a std::string.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202880
91177308 -0d34-0410-b5e6-
96231b3b80d8
Simon Atanasyan [Tue, 4 Mar 2014 18:37:28 +0000 (18:37 +0000)]
[Mips] Check all MIPS toolchains to find the one that best meets command
line arguments and directories tree. The old toolchain selection heuristics
worked incorrectly when user has a reduced MIPS toolchain supports
the O32 ABI only.
Patch reviewed by Jonathan Roelofs, David Majnemer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202873
91177308 -0d34-0410-b5e6-
96231b3b80d8
Fariborz Jahanian [Tue, 4 Mar 2014 18:34:52 +0000 (18:34 +0000)]
Objective-C IRGen. Fix up the hueristics for determining
if an ivar offset load is invariant iff inside an instance method
and ivar belongs to instance method's class and one of its super class.
// rdar://
16095748
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202872
91177308 -0d34-0410-b5e6-
96231b3b80d8
Roman Divacky [Tue, 4 Mar 2014 18:26:12 +0000 (18:26 +0000)]
The wmmintrin.h header includes two different sub-headers: one for AES support
and one for PCLMUL support. The current immintrin.h header only includes
wmmintrin.h if AES support is enabled. It should include it if either AES or
PCLMUL is enabled (GCC's version of immintrin.h does this).
Patch by John Baldwin!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202871
91177308 -0d34-0410-b5e6-
96231b3b80d8
Timur Iskhodzhanov [Tue, 4 Mar 2014 18:17:38 +0000 (18:17 +0000)]
First step towards fixing PR18967 - simplify the ComputeThisOffset interface
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202870
91177308 -0d34-0410-b5e6-
96231b3b80d8
Sean Callanan [Tue, 4 Mar 2014 18:11:50 +0000 (18:11 +0000)]
When deciding whether or not to resolve two
anonymous structs to the same Decl in the
ASTImporter, ensure that both are filled in
from their external sources (if present).
Otherwise two different structs may be
identified erroneously.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202869
91177308 -0d34-0410-b5e6-
96231b3b80d8
Reid Kleckner [Tue, 4 Mar 2014 17:57:56 +0000 (17:57 +0000)]
Tests for LLVM MS inline asm change r202865
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202866
91177308 -0d34-0410-b5e6-
96231b3b80d8
Jordan Rose [Tue, 4 Mar 2014 17:45:43 +0000 (17:45 +0000)]
Fix -Wsign-compare warning.
No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202864
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 4 Mar 2014 16:42:46 +0000 (16:42 +0000)]
[C++11] Make StoredDeclsList move-only.
It is only moved when a StoredDeclsMap grows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202859
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Tue, 4 Mar 2014 11:46:22 +0000 (11:46 +0000)]
[Modules] Update to reflect the move of CFG.h to the IR library in LLVM
r202827.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202828
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Tue, 4 Mar 2014 11:18:19 +0000 (11:18 +0000)]
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
r202821.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202822
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Tue, 4 Mar 2014 11:02:08 +0000 (11:02 +0000)]
[Modules] Update to reflect the move of CallSite into the IR library in
LLVM r202816.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202817
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Tue, 4 Mar 2014 10:05:20 +0000 (10:05 +0000)]
[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
a missing include from CLog.h.
CLog.h referenced most of the core libclang types but never directly
included Index.h that provides them. Previously it got lucky and other
headers were always included first but with the sorting it ended up
first in one case and stopped compiling. Adding the Index.h include
fixes it right up.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202810
91177308 -0d34-0410-b5e6-
96231b3b80d8
Yaron Keren [Tue, 4 Mar 2014 09:12:17 +0000 (09:12 +0000)]
We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202804
91177308 -0d34-0410-b5e6-
96231b3b80d8
NAKAMURA Takumi [Tue, 4 Mar 2014 09:04:20 +0000 (09:04 +0000)]
Give %itanium_abi_triple to the test to appease targeting msvc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202803
91177308 -0d34-0410-b5e6-
96231b3b80d8
Argyrios Kyrtzidis [Tue, 4 Mar 2014 06:28:23 +0000 (06:28 +0000)]
[CMake] Add the newly introduced compiler header.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202792
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Tue, 4 Mar 2014 05:47:41 +0000 (05:47 +0000)]
MS ABI: Reorganize some tests
Move some c++11 specific tests to mangle-ms-cxx11
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202790
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Tue, 4 Mar 2014 05:38:05 +0000 (05:38 +0000)]
MS ABI: Mangle variable templates properly
We wouldn't recognize variable templates as being templates leading us
to leave the template arguments off of the mangled name. This would
allow two unrelated templates to map to the same mangled name.
N.B. While MSVC doesn't support variable templates as of this date,
this mangling is the most likely thing they will choose to use. Their
demangler can successfully demangle our manglings with the template
arguments shown.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202789
91177308 -0d34-0410-b5e6-
96231b3b80d8
Alexey Bataev [Tue, 4 Mar 2014 03:42:58 +0000 (03:42 +0000)]
Fix for r202778 - Implement __readeflags and __writeeflags intrinsics (renamed res to __res)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202784
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Blaikie [Tue, 4 Mar 2014 03:08:16 +0000 (03:08 +0000)]
DebugInfo: Make test (introduced in r202769) resilient to platforms that default to -fstandalone-debug
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202780
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Blaikie [Tue, 4 Mar 2014 03:08:14 +0000 (03:08 +0000)]
DebugInfo: Improvements/corrections to conservative emission of types in explicit template instantiation declarations
* detect out of line definitions correctly
* detect member function explicit specializations correctly
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202779
91177308 -0d34-0410-b5e6-
96231b3b80d8
Alexey Bataev [Tue, 4 Mar 2014 03:03:03 +0000 (03:03 +0000)]
Implement __readeflags and __writeeflags intrinsics
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202778
91177308 -0d34-0410-b5e6-
96231b3b80d8
Pete Cooper [Tue, 4 Mar 2014 02:56:59 +0000 (02:56 +0000)]
Add triple to test. On Mac OS it was failing to generate debug info which matched the check lines
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202777
91177308 -0d34-0410-b5e6-
96231b3b80d8
Richard Smith [Tue, 4 Mar 2014 00:21:14 +0000 (00:21 +0000)]
Fix typo that resulted in names at TU scope getting lost sometimes after a
module import.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202771
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Blaikie [Mon, 3 Mar 2014 23:48:23 +0000 (23:48 +0000)]
DebugInfo: Emit only the declaration of a class template that has an explicit instantiation declaration (& always emit such a type when there's an explicit instantiation definition)
We should only have this optimization fire when the explicit
instantiation definition would cause at least one member function to be
emitted, thus ensuring that even a compiler not performing this
optimization would still emit the full type information elsewhere.
But we should also pessimize output still by always emitting the
definition when the explicit instantiation definition appears so that at
some point in the future we can depend on that information even when no
code had to be emitted in that TU. (this shouldn't happen very often,
since people mostly use explicit spec decl/defs to reduce code size -
but perhaps one day they could use it to explicitly reduce debug info
size too)
This was worth about 2% for Clang and LLVM - so not a huge win, but a
win. It looks really great for simple STL programs (include <string> and
just declare a string - 14k -> 1.4k of .dwo)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202769
91177308 -0d34-0410-b5e6-
96231b3b80d8
Hans Wennborg [Mon, 3 Mar 2014 22:25:31 +0000 (22:25 +0000)]
Include <tuple> to speculatively try to fix VS2013 build after r202755
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202765
91177308 -0d34-0410-b5e6-
96231b3b80d8
Fariborz Jahanian [Mon, 3 Mar 2014 21:53:57 +0000 (21:53 +0000)]
Objective-C. Fixes a regression when figuring out linkage
for metadata symbols for forward referenced protocols which
are never defined. // rdar://
16203115
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202761
91177308 -0d34-0410-b5e6-
96231b3b80d8
Richard Smith [Mon, 3 Mar 2014 21:12:53 +0000 (21:12 +0000)]
Improve diagnostics for malformed constructor declarations (where lookup for
the type of the first parameter fails, and it is the only, unnamed, parameter).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202759
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Mon, 3 Mar 2014 20:39:28 +0000 (20:39 +0000)]
[C++11] Add missing include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202757
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Mon, 3 Mar 2014 20:26:46 +0000 (20:26 +0000)]
[C++11] Simplify compare operators with std::tie.
No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202755
91177308 -0d34-0410-b5e6-
96231b3b80d8
Diego Novillo [Mon, 3 Mar 2014 20:06:18 +0000 (20:06 +0000)]
Schedule discriminator pass.
This needs to modify a line table test to account for the new lexical
block created to hold the new discriminator value.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202754
91177308 -0d34-0410-b5e6-
96231b3b80d8
Jordan Rose [Mon, 3 Mar 2014 19:46:28 +0000 (19:46 +0000)]
Re-fix previous commit.
Always run the test again, even for a trivial change...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202747
91177308 -0d34-0410-b5e6-
96231b3b80d8
Jordan Rose [Mon, 3 Mar 2014 19:45:34 +0000 (19:45 +0000)]
Remove absolute path from r202733.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202746
91177308 -0d34-0410-b5e6-
96231b3b80d8
Argyrios Kyrtzidis [Mon, 3 Mar 2014 19:40:52 +0000 (19:40 +0000)]
[libclang] Have clang_getCursorSpelling() return the string for a CXCursor_ObjCStringLiteral or CXCursor_StringLiteral cursor.
rdar://
16206459
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202745
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Mon, 3 Mar 2014 19:36:27 +0000 (19:36 +0000)]
[C++11] Remove a now unnecessary use of std::function for a remove_if
predicate. The wrapper used by SetVector was erroneously requiring an
adaptable predicate. It has been fixed and we really don't want to
require an indirect call for every predicate evaluation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202744
91177308 -0d34-0410-b5e6-
96231b3b80d8
Diego Novillo [Mon, 3 Mar 2014 18:53:32 +0000 (18:53 +0000)]
Update call DIBuilder::createLexicalBlock.
Create lexical blocks with discriminator value 0 by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202737
91177308 -0d34-0410-b5e6-
96231b3b80d8
Aaron Ballman [Mon, 3 Mar 2014 18:41:48 +0000 (18:41 +0000)]
I guess we're still using LLVM_DELETED_FUNCTION instead of = delete. This should fix a complaining built bot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202734
91177308 -0d34-0410-b5e6-
96231b3b80d8
Jordan Rose [Mon, 3 Mar 2014 18:29:52 +0000 (18:29 +0000)]
Serialized diagnostic severity levels should be stable.
Serialized diagnostics were accidentally using the AST diagnostic level values
rather than a dedicated stable enum, so the addition of "remark" broke the
reading of existing serialized diagnostics files. I've added a .dia file
generated from Xcode 5's Clang to make sure we don't break this in the future.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202733
91177308 -0d34-0410-b5e6-
96231b3b80d8
Reid Kleckner [Mon, 3 Mar 2014 18:22:25 +0000 (18:22 +0000)]
Fix MSVCCompatibility doc ReST and wording.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202732
91177308 -0d34-0410-b5e6-
96231b3b80d8
Aaron Ballman [Mon, 3 Mar 2014 16:21:37 +0000 (16:21 +0000)]
Removing some unused functionality.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202727
91177308 -0d34-0410-b5e6-
96231b3b80d8
Tom Stellard [Mon, 3 Mar 2014 15:22:14 +0000 (15:22 +0000)]
Update tests for addition of patch level to LLVM version
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202721
91177308 -0d34-0410-b5e6-
96231b3b80d8
Robert Lytton [Mon, 3 Mar 2014 13:45:29 +0000 (13:45 +0000)]
correct consitency of XCore caps
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202711
91177308 -0d34-0410-b5e6-
96231b3b80d8
Dmitri Gribenko [Mon, 3 Mar 2014 13:21:00 +0000 (13:21 +0000)]
Decl printing: add tests for typedefs
Patch by Konrad Kleine.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202709
91177308 -0d34-0410-b5e6-
96231b3b80d8
Tim Northover [Mon, 3 Mar 2014 11:34:36 +0000 (11:34 +0000)]
AArch64: convert NEON tests to use CHECK-LABEL.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202703
91177308 -0d34-0410-b5e6-
96231b3b80d8
Peter Collingbourne [Mon, 3 Mar 2014 08:13:06 +0000 (08:13 +0000)]
MSVC 2012 doesn't support std::initializer_list at all, so don't rely on
that std::vector constructor.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202684
91177308 -0d34-0410-b5e6-
96231b3b80d8
Argyrios Kyrtzidis [Mon, 3 Mar 2014 08:12:05 +0000 (08:12 +0000)]
Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build.
This is used to avoid conflicts with user modules with the same name from different workspaces.
rdar://
16042513
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202683
91177308 -0d34-0410-b5e6-
96231b3b80d8
Peter Collingbourne [Mon, 3 Mar 2014 07:49:35 +0000 (07:49 +0000)]
MSVC cannot understand temporaries formed from initializer lists.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202682
91177308 -0d34-0410-b5e6-
96231b3b80d8
Argyrios Kyrtzidis [Mon, 3 Mar 2014 07:41:45 +0000 (07:41 +0000)]
[libclang] Introduce APIs that assist in constructing a simple module.map file for a user framework.
rdar://
16092858
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202681
91177308 -0d34-0410-b5e6-
96231b3b80d8
Ahmed Charles [Mon, 3 Mar 2014 07:11:21 +0000 (07:11 +0000)]
[C++11] Add #include's for OwningPtr.
Allows removing #include's in LLVM while switching to std::unique_ptr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202677
91177308 -0d34-0410-b5e6-
96231b3b80d8
Argyrios Kyrtzidis [Mon, 3 Mar 2014 06:38:52 +0000 (06:38 +0000)]
[libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'ed buffer.
Returning CXString is not appropriate if we want to switch to a non-string format buffer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202675
91177308 -0d34-0410-b5e6-
96231b3b80d8
Peter Collingbourne [Sun, 2 Mar 2014 23:37:26 +0000 (23:37 +0000)]
Disable all dependency output options when using the Tooling library.
It isn't appropriate for a tool to be stomping over the dependency files,
especially if the actual build uses a compiler other than Clang or the tool
cannot find all the headers for some reason (which would cause the existing
dependency file to be deleted).
If a tool actually needs to care about dependency files we can think about
adding a mechanism for getting to this information.
Differential Revision: http://llvm-reviews.chandlerc.com/D2912
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202669
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Sun, 2 Mar 2014 23:01:10 +0000 (23:01 +0000)]
Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"
This commit reverts r201037, it's functionality is not needed given the
definition of std::max_align_t in libcxx circa r201843.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202667
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Sun, 2 Mar 2014 18:46:05 +0000 (18:46 +0000)]
Normalize line endings
Some files had CRLF line terminators, some only had a mixture of
CRLF and LF. Switch to LF.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202659
91177308 -0d34-0410-b5e6-
96231b3b80d8
Hal Finkel [Sun, 2 Mar 2014 18:24:18 +0000 (18:24 +0000)]
Add a PPC inline asm constraint type for single CR bits
This adds support for the PPC "wc" inline asm constraint (used for allocating
individual CR bits). Support for this constraint type was recently added to the
LLVM PowerPC backend. Although gcc does not currently support allocating
individual CR bits, this identifier choice has been coordinated with the gcc
PowerPC team, and will be marked as reserved for this purpose in the gcc
constraints.md file.
Prior to this change, none of the multi-character PPC constraints were handled
correctly (the '^' escape character was not being added as required by the
parsing code in LLVM). This should now be fixed. I'll add tests for these other
constraints as support is added for them in the backend.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202658
91177308 -0d34-0410-b5e6-
96231b3b80d8
David Majnemer [Sun, 2 Mar 2014 18:17:08 +0000 (18:17 +0000)]
AttributeReference: Use UNIX line endings
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202656
91177308 -0d34-0410-b5e6-
96231b3b80d8
Aaron Ballman [Sun, 2 Mar 2014 17:48:20 +0000 (17:48 +0000)]
Adding some cross references to the sanitizer attribute documentation. Removes a Sphinx warning pointed out by Sean Silva.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202655
91177308 -0d34-0410-b5e6-
96231b3b80d8
Aaron Ballman [Sun, 2 Mar 2014 17:38:37 +0000 (17:38 +0000)]
Simplifying attribute generation with range-based for loops. No functional changes intended.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202654
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Sun, 2 Mar 2014 17:08:43 +0000 (17:08 +0000)]
[C++11] ASTMatchers: Use standard static_assert and type traits.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202653
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Sun, 2 Mar 2014 17:08:31 +0000 (17:08 +0000)]
[C++11] Use std::atomic instead of LLVM's.
No intended functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202652
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Sun, 2 Mar 2014 13:18:22 +0000 (13:18 +0000)]
[C++11] Work around an incompatibility between llvm::tie and std::tie.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202643
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Sun, 2 Mar 2014 13:02:01 +0000 (13:02 +0000)]
[C++11] Switch from LLVM_STATIC_ASSERT to static_assert now that we
require host toolchains which support this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202640
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Sun, 2 Mar 2014 13:01:17 +0000 (13:01 +0000)]
[C++11] Replace llvm::tie with std::tie.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202639
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Sun, 2 Mar 2014 12:37:31 +0000 (12:37 +0000)]
[C++11] Switch the clang-format LLVM style to use C++11 style braced
init list formatting. This suggestion has now gone into the LLVM coding
standards, and is particularly relevant now that we're using C++11.
Updated a really ridiculous number of tests to reflect this change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202637
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Sun, 2 Mar 2014 12:20:24 +0000 (12:20 +0000)]
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202635
91177308 -0d34-0410-b5e6-
96231b3b80d8
Craig Topper [Sun, 2 Mar 2014 10:02:43 +0000 (10:02 +0000)]
[C++11] Remove an LLVM_OVERRIDE use that I missed in my previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202630
91177308 -0d34-0410-b5e6-
96231b3b80d8
Craig Topper [Sun, 2 Mar 2014 09:32:10 +0000 (09:32 +0000)]
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202625
91177308 -0d34-0410-b5e6-
96231b3b80d8
Richard Smith [Sun, 2 Mar 2014 05:58:18 +0000 (05:58 +0000)]
Add [extern_c] attribute for modules, allowing a C module to be imported within an extern "C" block in C++ code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202615
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Sun, 2 Mar 2014 04:02:40 +0000 (04:02 +0000)]
[C++11] Switch from the llvm_move macro to directly calling std::move.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202611
91177308 -0d34-0410-b5e6-
96231b3b80d8
Alp Toker [Sun, 2 Mar 2014 03:20:16 +0000 (03:20 +0000)]
[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202606
91177308 -0d34-0410-b5e6-
96231b3b80d8
Alp Toker [Sun, 2 Mar 2014 02:26:52 +0000 (02:26 +0000)]
[C++11] Drop legacy conditionals for TokenKind's underlying type
This relies on forward declaration of enums.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202605
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Sat, 1 Mar 2014 17:21:22 +0000 (17:21 +0000)]
Move private classes into anonymous namespaces.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202595
91177308 -0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Sat, 1 Mar 2014 14:48:57 +0000 (14:48 +0000)]
[C++11] Replace verbose functors with succinct lambdas
No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202590
91177308 -0d34-0410-b5e6-
96231b3b80d8
NAKAMURA Takumi [Sat, 1 Mar 2014 12:49:14 +0000 (12:49 +0000)]
ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation]
FIXME: Give appropriate \param to llvm::ArrayRef<SubmoduleID> Overrides.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202589
91177308 -0d34-0410-b5e6-
96231b3b80d8
Chandler Carruth [Sat, 1 Mar 2014 09:40:34 +0000 (09:40 +0000)]
[C++11] Remove use of LLVM_HAS_RVALUE_REFERENCES from Clang. This macro
is now always 1, as we're requiring C++11 now!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202584
91177308 -0d34-0410-b5e6-
96231b3b80d8
Warren Hunt [Sat, 1 Mar 2014 00:38:40 +0000 (00:38 +0000)]
Fixed an assertion failure related to bitfield lowering.
When lowering a bitfield, CGRecordLowering would assign the wrong
storage type to a bitfield in some cases and trigger an assertion. In
these cases the layout was still correct, just the bitfield info was
wrong.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202562
91177308 -0d34-0410-b5e6-
96231b3b80d8