Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/libreoffice-4-4-5
/
compilerplugins
005ee4f
Adapt compilerplugins to Clang trunk towards 3.7
by Stephan Bergmann
· 11 years ago
b736204
add clang plugin for detecting cascading condops
by Bjoern Michaelsen
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
5f15cc0
new loplugin: use more efficient find() methods
by Noel Grandin
· 11 years ago
a995f82
Remove excess [%1 %2] that doesn't match any arguments
by Stephan Bergmann
· 12 years ago
d8e21f0
compilerplugins: get rid of std::auto_ptr in comment
by Stephan Bergmann
· 12 years ago
07ca074
cstylecast plugin: ignore templates, improve message
by Noel Grandin
· 12 years ago
5a9a3da
loplugin:nullptr
by Stephan Bergmann
· 12 years ago
0f5756e
Adapt compilerplugins to Clang trunk towards 3.6
by Stephan Bergmann
· 12 years ago
827c46e
fdo#82577: Handle Window
by Noel Grandin
· 12 years ago
1f36fda
Revert "new loplugin: VCL widget reference checker"
by Stephan Bergmann
· 12 years ago
44a432e
new loplugin: VCL widget reference checker
by Noel Grandin
· 12 years ago
8ab9ea0
...and another
by Stephan Bergmann
· 12 years ago
e36badb
Fix workaround for bug in Clang 3.2 FunctionDecl::isInlined
by Stephan Bergmann
· 12 years ago
037a1ad
Work around bug in Clang 3.2 FunctionDecl::isInlined
by Stephan Bergmann
· 12 years ago
e823a9b
do not warn about "null pointer conversions" from integers in C++98 mode
by Luboš Luňák
· 12 years ago
8dccc4d
loplugin:salbool env var is no longer necessary, all code is clean
by Stephan Bergmann
· 12 years ago
e333adb
loplugin:salbool: exclude sal_Bool vars passed to non-const ref
by Stephan Bergmann
· 12 years ago
dac678d
Deactivate the sallogareas plugin
by Tor Lillqvist
· 12 years ago
889e27c
codebase is not yet cleaned up for loplugin:cstylecast
by Stephan Bergmann
· 12 years ago
ed75aa2
create clang plugin to warn about C-style casts
by Noel Grandin
· 12 years ago
05ead07
Adapt compilerplugins to Clang trunk towards 3.6
by Stephan Bergmann
· 12 years ago
311fb9d
Adapt compilerplugins to Clang trunk towards 3.6
by Stephan Bergmann
· 12 years ago
222c94f
Adapt loplugin:derefnullptr to old Clang versions
by Stephan Bergmann
· 12 years ago
145b0de
fix for running externandnotdefined plugin on Ubuntu
by Noel Grandin
· 12 years ago
9f282bd
compilerplugins: Fix tutorials plugins
by Juan Picca
· 12 years ago
dac4ca5
new loplugin: externalandnotdefined
by Noel Grandin
· 12 years ago
4da8281
compat for Clang 3.2
by Stephan Bergmann
· 12 years ago
0e8d69f
Make configmgr loplugin:salbool-clean
by Stephan Bergmann
· 12 years ago
6397b93
loplugin:salbool: Fix handling of potentially overriding functions
by Stephan Bergmann
· 12 years ago
9263b10
Activate the "suspicious cast to sal_Bool" parts of loplugin:salbool
by Stephan Bergmann
· 12 years ago
e50ef19
New loplugin:stringconcat
by Stephan Bergmann
· 12 years ago
e48a233
loplugin:unreffun: also warn about redundant redeclarations
by Stephan Bergmann
· 12 years ago
9a741fc
loplugin:unreffun: also warn about unused function templates
by Stephan Bergmann
· 12 years ago
a741933
compilerplugins: move isUnoIncludeFile to base class
by Noel Grandin
· 12 years ago
466ee86
Clang trunk compat fix
by Stephan Bergmann
· 12 years ago
e2080e7
new compilerplugin returnbyref
by Noel Grandin
· 12 years ago
6fcc7ef
Fix logic to obtain callee's FunctionProtoType (if any)
by Stephan Bergmann
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
5f500ad
loplugin:staticcall
by Stephan Bergmann
· 12 years ago
90d8b41
New loplugin:derefnullptr (all violations already fixed)
by Stephan Bergmann
· 12 years ago
6921edd
compile fix
by Noel Grandin
· 12 years ago
5d1e22d
improve safety of loplugin inlinesimplememberfunctions
by Noel Grandin
· 12 years ago
6f2edd4
new loplugin: inlinesimpleaccessmethods
by Noel Grandin
· 12 years ago
909a76c
New loplugin:inlinevisible to flag inline functions marked DLLEXPORT
by Stephan Bergmann
· 12 years ago
5db9861
Filter out all -fsanitize= args when building compilerplugins
by Stephan Bergmann
· 12 years ago
c03efa7
loplugin-passbyref: ignore non-base declarations
by Noel Grandin
· 12 years ago
8d54796
enhance pass-by-ref plugin to detect large arguments
by Noel Grandin
· 12 years ago
3c1e30b7
Correct common misspellings, and remove some ASCII art along the way.
by Chris Laplante
· 12 years ago
97d50c4
combine the pass-by-ref clang plugins
by Noel Grandin
· 12 years ago
248145f
Find places where uno::Sequence is passed by value.
by Noel Grandin
· 12 years ago
c149c6c
compilerplugins/clang: filter out -fsanitize=address
by Stephan Bergmann
· 12 years ago
4101fa1
compilerplugins: Build them in parallel.
by Jan Holesovsky
· 12 years ago
72bc94c
salbool: fix comment
by Thomas Arnhold
· 12 years ago
e5199d3
Flag unreferrenced functions only declared in the main file, not an include
by Stephan Bergmann
· 12 years ago
b2ecb34
Better be specific
by Stephan Bergmann
· 12 years ago
ffbc86f
add "include/comphelper" to list of includes to ignore
by Noel Grandin
· 12 years ago
5babf1b
remove unnecessary scope qualifier from sal_Bool uses
by Noel Grandin
· 12 years ago
b4e5b8b
Add compat::isInMainFile
by Stephan Bergmann
· 12 years ago
362d4f0
Explicitly mark overriding destructors as "virtual"
by Stephan Bergmann
· 12 years ago
8e5f5d3
Plugin to warn about/fix verriding functions not marked SAL_OVERRIDE
by Stephan Bergmann
· 12 years ago
26f6ff0
More compat stuff
by Stephan Bergmann
· 12 years ago
f7859e5
fix filename detection in clang plugins
by Luboš Luňák
· 12 years ago
be878d7
improve warning message in passstringbyref compiler plugin
by Noel Grandin
· 12 years ago
86a3258
Find places where OUString and OString are passed by value.
by Noel Grandin
· 12 years ago
f6ff4c9
More compat stuff
by Stephan Bergmann
· 12 years ago
d44a3aa
Save the stdexception rewriter plugin used in...
by Stephan Bergmann
· 12 years ago
15e0b08
Remove visual noise from compilerplugins
by Alexander Wilms
· 12 years ago
907ffec
isIntegerConstantExpr is more general than IntegerLiteral
by Stephan Bergmann
· 12 years ago
c850cdc
Move plain rewriters to store/ (so they don' get built needlessly)
by Stephan Bergmann
· 12 years ago
95700a2
Drop CLANGBUILD in addition to CLANGDIR
by Stephan Bergmann
· 12 years ago
cc47896
salbool: a rewriting plugin that flags most uses of sal_Bool
by Stephan Bergmann
· 12 years ago
6f2774b
...but Flags parameter was plain unsigned int prior to Clang 3.4
by Stephan Bergmann
· 12 years ago
35f28b7
raw_fd_ostream Flags parameter no longer defaulted
by Stephan Bergmann
· 12 years ago
76b114f
implicitboolconversion: warn about implicit conversion of call args to bool
by Stephan Bergmann
· 12 years ago
d36e60f
Adapt to Clang <= 3.4
by Stephan Bergmann
· 12 years ago
216bcce
Special handling of __builtin_expect in boolean expressions
by Stephan Bergmann
· 12 years ago
3316202
implicitboolconversion: support for Objective C BOOL
by Stephan Bergmann
· 12 years ago
fa4afe0
Handle ImplicitCastExpr w/ invalid loc from Objective C code
by Stephan Bergmann
· 12 years ago
411fcff
ParentBuilder needs support for ObjCMethodDecl
by Stephan Bergmann
· 12 years ago
278409c3
Allow building compilerplugins/clang on Mac OS X
by Stephan Bergmann
· 12 years ago
5dcb634
Don't attempt to actually do double code removals
by Stephan Bergmann
· 12 years ago
193d152
EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""
by Matúš Kukan
· 12 years ago
6f69fb5
Run the non-rewriter plugins even when rewriters are specified
by Stephan Bergmann
· 12 years ago
f7e335d
const improvement
by Stephan Bergmann
· 12 years ago
caedbd4
one more -Werror,-Wsign-compare
by Matúš Kukan
· 12 years ago
8edec7c
-Wsign-compare
by Stephan Bergmann
· 12 years ago
37facd4
Store compilerplugin warning about classes derived from a specific class.
by Matúš Kukan
· 12 years ago
d19598b
Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)
by Stephan Bergmann
· 12 years ago
15535e3
convert SvStream::operator>> methods to ReadXXX methods
by Noel Grandin
· 12 years ago
b8ca373
DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.
by Andrzej Hunt
· 12 years ago
82300f3
sbergman's typo
by Jesús Corrius
· 12 years ago
11235e8
clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatString
by Stephan Bergmann
· 12 years ago
b21e3d1
Clang API function terminology got changed
by Stephan Bergmann
· 12 years ago
a1aa702
literaltobool conversion plugin, reduce spurious warnings with clang 3.3
by Noel Grandin
· 12 years ago
81760e2
implicitboolconversion: also warn about redundant explicit casts
by Stephan Bergmann
· 12 years ago
c03a2a0
Further fix for old Clang versions
by Stephan Bergmann
· 12 years ago
d433d82
Fix for old Clang versions
by Stephan Bergmann
· 12 years ago
3de9757
Clang plugin to warn about implicit conversion of literals to bool
by Stephan Bergmann
· 12 years ago
1f078fc
Prepare dual-mode compiler plugin feature
by Stephan Bergmann
· 12 years ago
Next »