Author: chapuni
Date: Sun Feb 19 01:18:16 2017
New Revision: 295600
URL: http://llvm.org/viewvc/llvm-project?rev=295600&view=rev
Log:
clangd/ASTManager.cpp: Appease msc19 Debug build -- Don't deref
std::vector::end().
Modified:
clang-tools-extra/trunk/clangd/ASTManager.cpp
Modified: clang-t
zaks.anna added a comment.
> But as far as I remember, this produced false negatives in the tests not
> false positives.
Could you double check that? Maybe you still have some notes in your mail box
or just by looking at the code.
Did none of the checks work or just some of them?
Also, whic
ddcc updated this revision to Diff 89054.
ddcc added a comment.
Rebase, incorporate https://reviews.llvm.org/D22862
https://reviews.llvm.org/D26061
Files:
include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintMana
Author: chapuni
Date: Sat Feb 18 21:17:31 2017
New Revision: 295592
URL: http://llvm.org/viewvc/llvm-project?rev=295592&view=rev
Log:
clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).
Modified:
cfe/trunk/CMakeLists.txt
Modified: cfe/trunk/CMakeLists.txt
URL:
http://llvm.org/v
Author: rksimon
Date: Sat Feb 18 17:47:34 2017
New Revision: 295584
URL: http://llvm.org/viewvc/llvm-project?rev=295584&view=rev
Log:
[X86][XOP] Fix type conversion warning in vpcmov generic implementations.
Modified:
cfe/trunk/lib/Headers/xopintrin.h
Modified: cfe/trunk/lib/Headers/xopintri
Author: ctopper
Date: Sat Feb 18 15:15:30 2017
New Revision: 295570
URL: http://llvm.org/viewvc/llvm-project?rev=295570&view=rev
Log:
[X86] Replace XOP vpcmov builtins with native vector logical operations.
Modified:
cfe/trunk/include/clang/Basic/BuiltinsX86.def
cfe/trunk/lib/Headers/xopi
Author: compnerd
Date: Sat Feb 18 13:28:41 2017
New Revision: 295560
URL: http://llvm.org/viewvc/llvm-project?rev=295560&view=rev
Log:
test: silence warnings on clang under clang-cl
When running under clang-cl mode, we do not define `__GNUC__`, resulting
in the test failing.
Modified:
libcxx
Author: compnerd
Date: Sat Feb 18 13:28:38 2017
New Revision: 295559
URL: http://llvm.org/viewvc/llvm-project?rev=295559&view=rev
Log:
math: add type promoting template definition on MSVCRT
When building with MSVCRT, we need to manually provide the type
promoting overloads to allow the correct ty
Author: compnerd
Date: Sat Feb 18 13:28:36 2017
New Revision: 295558
URL: http://llvm.org/viewvc/llvm-project?rev=295558&view=rev
Log:
test: explicitly size enumeration
On certain targets, enumerations may be smaller than an `unsigned long`.
Use an explicitly sized enumeration.
Modified:
lib
Author: compnerd
Date: Sat Feb 18 13:28:43 2017
New Revision: 295561
URL: http://llvm.org/viewvc/llvm-project?rev=295561&view=rev
Log:
Revert "threading_support: make __thread_sleep_for be alertable"
This reverts SVN r295329. Although `__libcpp_thread_sleep_for` should
be alertable, the implemen
Author: arsenm
Date: Sat Feb 18 13:02:41 2017
New Revision: 295556
URL: http://llvm.org/viewvc/llvm-project?rev=295556&view=rev
Log:
AMDGPU: Add gfx900 and gfx901 processors
Modified:
cfe/trunk/lib/Basic/Targets.cpp
cfe/trunk/test/Driver/r600-mcpu.cl
Modified: cfe/trunk/lib/Basic/Targets
Author: danielmarjamaki
Date: Sat Feb 18 10:31:35 2017
New Revision: 295548
URL: http://llvm.org/viewvc/llvm-project?rev=295548&view=rev
Log:
[analyzer] Revert 295545. There are buildbot failures.
Modified:
cfe/trunk/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
cfe/trunk/test/Analy
sylvestre.ledru marked 3 inline comments as done.
sylvestre.ledru added inline comments.
Comment at: test/Format/check-coding-style-mozilla.cpp:10
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+if (true) {
krasimir wrote:
> What is tested here
sylvestre.ledru updated this revision to Diff 89022.
https://reviews.llvm.org/D30111
Files:
test/Format/check-coding-style-mozilla.cpp
Index: test/Format/check-coding-style-mozilla.cpp
===
--- test/Format/check-coding-style-mozill
Hahnfeld created this revision.
Handle errors related to a specific directive before checking the nesting:
The specific checks may validate required arguments and give more helpful
messages, especially when the nesting depends on those arguments.
This change requires some minor adaptions to the t
Author: danielmarjamaki
Date: Sat Feb 18 05:18:57 2017
New Revision: 295545
URL: http://llvm.org/viewvc/llvm-project?rev=295545&view=rev
Log:
[analyzer] Fix crash in CastToStruct when there is no record definition
This crash was reported in https://bugs.llvm.org//show_bug.cgi?id=31173
Differenti
This revision was automatically updated to reflect the committed changes.
Closed by commit rL295545: [analyzer] Fix crash in CastToStruct when there is
no record definition (authored by danielmarjamaki).
Changed prior to commit:
https://reviews.llvm.org/D28297?vs=83062&id=89019#toc
Repository:
Author: alexfh
Date: Sat Feb 18 03:45:00 2017
New Revision: 295544
URL: http://llvm.org/viewvc/llvm-project?rev=295544&view=rev
Log:
[clang-tidy] google-readability-casting: Handle user-defined conversions
Modified:
clang-tools-extra/trunk/clang-tidy/google/AvoidCStyleCastsCheck.cpp
clang
18 matches
Mail list logo