Author: yrnkrn
Date: Sun Nov 15 02:06:27 2015
New Revision: 253161
URL: http://llvm.org/viewvc/llvm-project?rev=253161&view=rev
Log:
Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.
Post-commit suggestion by Filipe Cabecinhas.
Modified:
cfe/trunk/lib/Driver/Tools.cp
r253161
2015-11-14 22:45 GMT+02:00 Martell Malone :
> The reason why I didn't use -fuse-ld=lld2 was because on Windows we don't
> have symlinks.
> I figured passing flavor gets over this hurdle and the installation takes
> up less space.
> If you want to change it I have no objections we will jus
sisnkemp updated this revision to Diff 40230.
http://reviews.llvm.org/D14215
Files:
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/x86_64-profiling-keep-fp.c
Index: test/CodeGen/x86_64-profiling-keep-fp.c
==
Author: skalinichev
Date: Sun Nov 15 06:37:01 2015
New Revision: 253164
URL: http://llvm.org/viewvc/llvm-project?rev=253164&view=rev
Log:
Remove some trailing whitespace
Modified:
cfe/trunk/tools/libclang/CXType.cpp
Modified: cfe/trunk/tools/libclang/CXType.cpp
URL:
http://llvm.org/viewvc/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253165: [libclang] Expose AutoType (authored by skalinichev).
Changed prior to commit:
http://reviews.llvm.org/D13000?vs=35193&id=40232#toc
Repository:
rL LLVM
http://reviews.llvm.org/D13000
Files:
Author: skalinichev
Date: Sun Nov 15 07:10:10 2015
New Revision: 253165
URL: http://llvm.org/viewvc/llvm-project?rev=253165&view=rev
Log:
[libclang] Expose AutoType
Expose the AutoType via LibClang and python bindings
Differential Revision: http://reviews.llvm.org/D13000
Modified:
cfe/trunk
Author: skalinichev
Date: Sun Nov 15 07:48:32 2015
New Revision: 253166
URL: http://llvm.org/viewvc/llvm-project?rev=253166&view=rev
Log:
[libclang] Visit TypeAliasTemplateDecl
This makes TypeAliasTemplateDecl accessible via LibClang and python bindings
Differential Revision: http://reviews.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253166: [libclang] Visit TypeAliasTemplateDecl (authored by
skalinichev).
Changed prior to commit:
http://reviews.llvm.org/D13844?vs=37672&id=40234#toc
Repository:
rL LLVM
http://reviews.llvm.org/D1
Author: rksimon
Date: Sun Nov 15 08:40:31 2015
New Revision: 253169
URL: http://llvm.org/viewvc/llvm-project?rev=253169&view=rev
Log:
[X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt
intrinsics
Modified:
cfe/trunk/test/CodeGen/mmx-builtins.c
Modified: cfe/trunk/
Author: ctopper
Date: Sun Nov 15 11:27:52 2015
New Revision: 253173
URL: http://llvm.org/viewvc/llvm-project?rev=253173&view=rev
Log:
[Sema] Remove unnecessary includes and forward declarations. NFC
Modified:
cfe/trunk/include/clang/Sema/DeclSpec.h
cfe/trunk/lib/Sema/DeclSpec.cpp
Modifie
Author: ctopper
Date: Sun Nov 15 11:27:55 2015
New Revision: 253174
URL: http://llvm.org/viewvc/llvm-project?rev=253174&view=rev
Log:
[Sema] Fix filename in header. NFC
Modified:
cfe/trunk/lib/Sema/DeclSpec.cpp
Modified: cfe/trunk/lib/Sema/DeclSpec.cpp
URL:
http://llvm.org/viewvc/llvm-proje
Author: ctopper
Date: Sun Nov 15 11:27:57 2015
New Revision: 253175
URL: http://llvm.org/viewvc/llvm-project?rev=253175&view=rev
Log:
[Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on
the AST context instead of Preprocessor. NFC
Modified:
cfe/trunk/lib/Sema/Sema.c
Author: dcoughlin
Date: Sun Nov 15 11:48:22 2015
New Revision: 253176
URL: http://llvm.org/viewvc/llvm-project?rev=253176&view=rev
Log:
[analyzer] Handle calling ObjC super method from inside C++ lambda.
When calling a ObjC method on super from inside a C++ lambda, look at the
captures to find "s
vsk closed this revision.
vsk added a comment.
Committed as r252558.
http://reviews.llvm.org/D14521
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: vedantk
Date: Sun Nov 15 18:11:58 2015
New Revision: 253177
URL: http://llvm.org/viewvc/llvm-project?rev=253177&view=rev
Log:
[Basic] Use a bitfield in SLocEntry for clarity. NFC.
Modified:
cfe/trunk/include/clang/Basic/SourceManager.h
Modified: cfe/trunk/include/clang/Basic/SourceMa
Author: vedantk
Date: Sun Nov 15 18:59:34 2015
New Revision: 253178
URL: http://llvm.org/viewvc/llvm-project?rev=253178&view=rev
Log:
[Frontend] Rangify for loop. NFC.
Modified:
cfe/trunk/lib/Frontend/CompilerInstance.cpp
Modified: cfe/trunk/lib/Frontend/CompilerInstance.cpp
URL:
http://llv
rafael created this revision.
rafael added a reviewer: chandlerc.
rafael added a subscriber: cfe-commits.
Herald added a reviewer: tstellarAMD.
http://reviews.llvm.org/D14691
Files:
include/clang/Lex/HeaderSearchOptions.h
include/clang/Sema/Sema.h
lib/AST/VTableBuilder.cpp
lib/CodeGen/CGO
Author: vedantk
Date: Sun Nov 15 22:39:22 2015
New Revision: 253181
URL: http://llvm.org/viewvc/llvm-project?rev=253181&view=rev
Log:
[Basic] Replace vector with BitVector in SourceManager. NFC.
Modified:
cfe/trunk/include/clang/Basic/SourceManager.h
Modified: cfe/trunk/include/clang/Basic/S
Author: majnemer
Date: Mon Nov 16 00:58:51 2015
New Revision: 253184
URL: http://llvm.org/viewvc/llvm-project?rev=253184&view=rev
Log:
[Sema] Implement several unary type traits more accurately
is_empty, is_polymorphic, and is_abstract didn't handle incomplete types
correctly. Only non-union cla
19 matches
Mail list logo