skalinichev updated this revision to Diff 31576.
skalinichev marked 6 inline comments as done.
skalinichev added a comment.
Address raised issues.
modocache, great review btw, thanks!
http://reviews.llvm.org/D11797
Files:
bindings/python/clang/cindex.py
include/clang-c/Index.h
test/Index
Author: kremenek
Date: Sat Aug 8 12:58:47 2015
New Revision: 244400
URL: http://llvm.org/viewvc/llvm-project?rev=244400&view=rev
Log:
[Static Analyzer] Add --analyzer-target option to scan-build.
When interposing on a compiler doing cross-compilation, scan-build
does not infer the target triple
krememek added a comment.
Committed r244400
http://reviews.llvm.org/D10356
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
theraven added a comment.
This version looks much better (well, the previous one is cleaner, but this one
looks like it shouldn't break the ABI - did you test this? It looks like it
should work, but I've not actually tried it).
Comment at: include/__config:742
@@ +741,3 @@
+#
espositofulvio added inline comments.
Comment at: include/__config:742
@@ +741,3 @@
+#ifndef _LIBCPP_HAS_NO_THREADS
+# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__linux__) ||
defined(__APPLE__)
+# define _LIBCPP_THREAD_API _LIBCPP_PTHREAD
therave
rsmith added a comment.
This seems to have a lot of overlap with the function sanitizer. The
documentation would probably benefit from some advice about when to use each
and how they compare.
Comment at: lib/AST/ItaniumMangle.cpp:4119-4126
@@ +4118,10 @@
+
Author: rsmith
Date: Sat Aug 8 20:05:31 2015
New Revision: 244409
URL: http://llvm.org/viewvc/llvm-project?rev=244409&view=rev
Log:
[modules] When loading a template specialization, re-canonicalize its template
arguments because the reloaded form might have become non-canonical across the
seriali
Author: rsmith
Date: Sat Aug 8 20:50:14 2015
New Revision: 244410
URL: http://llvm.org/viewvc/llvm-project?rev=244410&view=rev
Log:
Add file missed from r244409.
Added:
cfe/trunk/test/Modules/Inputs/stress1/merge_no_reexport.h
Added: cfe/trunk/test/Modules/Inputs/stress1/merge_no_reexport.h
Author: rsmith
Date: Sat Aug 8 21:28:42 2015
New Revision: 244411
URL: http://llvm.org/viewvc/llvm-project?rev=244411&view=rev
Log:
[modules] Attach dependency listeners to the module manager once when it's
created, rather than creating and attaching a new listener each time we load a
module file
Author: rsmith
Date: Sat Aug 8 21:44:20 2015
New Revision: 244412
URL: http://llvm.org/viewvc/llvm-project?rev=244412&view=rev
Log:
[modules] Don't leak -M flags for dependency file generation into the module
build process when we implicitly build a module. Previously, we'd create the
specified .
Author: bogner
Date: Sun Aug 9 00:40:38 2015
New Revision: 244414
URL: http://llvm.org/viewvc/llvm-project?rev=244414&view=rev
Log:
Revert "[modules] Don't leak -M flags for dependency file generation into the
module"
This was failing tests on a bunch of bots:
http://lab.llvm.org:8011/builders
Richard Smith via cfe-commits writes:
> Author: rsmith
> Date: Sat Aug 8 21:44:20 2015
> New Revision: 244412
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244412&view=rev
> Log:
> [modules] Don't leak -M flags for dependency file generation into the module
> build process when we implicitly b
12 matches
Mail list logo