Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c29db84419592e98e71a08d1a9fb04a3d6b51a0c
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
BoolAssignmentChecker.cpp
e39bd40
[analyzer] Add generateErrorNode() APIs to CheckerContext.
by Devin Coughlin
· 10 years ago
3a0678e
[analyzer] Apply whitespace cleanups by Honggyu Kim.
by Ted Kremenek
· 10 years ago
8d3a7a5
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC.
by Aaron Ballman
· 10 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
867ea1d
[C++11] Replace llvm::tie with std::tie.
by Benjamin Kramer
· 12 years ago
4aca9b1
Expose the name of the checker producing each diagnostic message.
by Alexander Kornienko
· 12 years ago
05785d1
Include llvm::Optional in clang/Basic/LLVM.h
by David Blaikie
· 13 years ago
2fdacbc
Replace SVal llvm::cast support to be well-defined.
by David Blaikie
· 13 years ago
f857950
Remove useless 'llvm::' qualifier from names like StringRef and others that are
by Dmitri Gribenko
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
e10d5a7
[analyzer] Rename 'EmitReport' to 'emitReport'.
by Jordan Rose
· 13 years ago
55011c0
[analyzer] New checker for assignment of non-0/1 values to Boolean variables.
by Ryan Govostes
· 14 years ago