Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/calctiledrendering4
/
compilerplugins
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
cd20baf4
implicitboolconversion: warn about mixing bool with integer
by Stephan Bergmann
· 12 years ago
8128644
implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^=
by Stephan Bergmann
· 12 years ago
cb710f3
implicitboolconversion: also warn about mixing bool/sal_Bool in == etc.
by Stephan Bergmann
· 12 years ago
4865115
Improve Clang 3.2 hasCLanguageLinkageType workaround
by Stephan Bergmann
· 12 years ago
3c2a6ad
Make implicitboolconversion.cxx compile with Clang 3.2
by Stephan Bergmann
· 12 years ago
e908f69
Clang plugin that flags implicit conversions from bool
by Stephan Bergmann
· 12 years ago
0d824b5
compilerplugins: ignore WORKDIR code
by Stephan Bergmann
· 12 years ago
de84529
Clang plugin to re-write SvStream operator<< to non-overloaded methods
by Noel Grandin
· 12 years ago
3bdb781
compilerplugins: strip out -m32/-m64 from CXX
by Michael Stahl
· 12 years ago
b55259e
typo fixes
by Andras Timar
· 12 years ago
bc5069a
remove SOLARENV variable
by Michael Stahl
· 12 years ago
5d8f48c
solver doesn't solve anything...
by Michael Stahl
· 12 years ago
3656a57
add mode lines to new files (and idls) since last run
by Caolán McNamara
· 13 years ago
b0b087c
move valueof compiler plugin
by Luboš Luňák
· 13 years ago
64b993e
finish deprecation of O(U)String::valueOf()
by Luboš Luňák
· 13 years ago
75f41ba
warn when rewriter should modify something involving a macro
by Luboš Luňák
· 13 years ago
21c7954
prevent crash when rewriting source
by Luboš Luňák
· 13 years ago
4f60eb8
helper for getting location after current token
by Luboš Luňák
· 13 years ago
0809d7d
update/rework the Rewriter wrapper functions
by Luboš Luňák
· 13 years ago
653cdcf
error: cannot use dynamic_cast with -fno-rtti
by Stephan Bergmann
· 13 years ago
e584d4a
clang binary is in clang build directory, not with its sources
by Luboš Luňák
· 13 years ago
c352f34
note about getDirectCallee() vs getCallee()
by Luboš Luňák
· 13 years ago
015d932
'generic' compiler plugin to modify calls to a specific function
by Luboš Luňák
· 13 years ago
06312f8
Adapt to PPCallbacks.h changes on Clang trunk towards 3.4
by Stephan Bergmann
· 13 years ago
92dfa82
adjust for upstreaming of warn_unused attribute
by Luboš Luňák
· 13 years ago
c17c8cc
mention the explicit bool conversion from C++11 for pointer-to-bool check
by Luboš Luňák
· 13 years ago
Next »