index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move an extra switch to clang-tools-extra/test/clang-tidy/misc-unused-paramet...
NAKAMURA Takumi
2015-07-28
2
-3
/
+2
*
misc-unused-parameters: Only remove parameters in the main source file.
Daniel Jasper
2015-07-28
2
-2
/
+10
*
misc-unused-parameters: Properly handle static class members.
Daniel Jasper
2015-07-28
2
-3
/
+10
*
[clang-tidy] Set current main file name in tests.
Alexander Kornienko
2015-07-27
1
-0
/
+1
*
Trying again to a failing test the bots found with r243266.
Aaron Ballman
2015-07-27
1
-3
/
+3
*
Fixing a failing test the bots found with r243266.
Aaron Ballman
2015-07-27
1
-1
/
+1
*
misc-unused-parameters: Don't warn on ParmVarDecls in the return type.
Daniel Jasper
2015-07-27
3
-16
/
+28
*
Updating the documentation for clang-tidy. Removes some non-ASCII characters ...
Aaron Ballman
2015-07-27
2
-19
/
+19
*
[clang-tidy] Don't duplicate the leading slash.
Alexander Kornienko
2015-07-27
1
-1
/
+1
*
misc-unused-parameters: Fix bug where the check was looking at
Daniel Jasper
2015-07-23
2
-2
/
+6
*
Fix the shell script check_clang_tidy.sh in r242984.
NAKAMURA Takumi
2015-07-23
1
-2
/
+1
*
Appease test/clang-tidy/misc-unused-parameters.cpp for targeting *-win32, to ...
NAKAMURA Takumi
2015-07-23
1
-0
/
+2
*
misc-unused-parameters: Fix handling of parameters in template functions.
Daniel Jasper
2015-07-22
2
-2
/
+13
*
Extend misc-unused-parameters to delete parameters of local functions.
Daniel Jasper
2015-07-20
2
-3
/
+134
*
Initial version of clang-tidy check to find and fix unused parameters.
Daniel Jasper
2015-07-20
5
-0
/
+100
*
[clang-modernize] Don't rely on iterator auto-dereferencing.
Benjamin Kramer
2015-07-18
1
-1
/
+1
*
docs/conf.py: bump version to 3.8
Hans Wennborg
2015-07-14
1
-2
/
+2
*
Added mechanism to modularize for doing a compilation precheck
John Thompson
2015-07-10
12
-37
/
+403
*
Fixed line-endings.
John Thompson
2015-07-08
2
-40
/
+40
*
Fixed erroneous comments.
John Thompson
2015-07-08
1
-5
/
+1
*
Fixed erroneous comment.
John Thompson
2015-07-08
1
-1
/
+1
*
Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...
Yaron Keren
2015-07-03
6
-14
/
+17
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-03
6
-17
/
+14
*
[clang-tidy] Enhance clang-tidy misc-macro-repeated-side-effects...
Daniel Marjamaki
2015-07-02
2
-31
/
+81
*
[clang-tidy] minor coding style tweak. make functions static.
Daniel Marjamaki
2015-07-01
1
-5
/
+5
*
[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...
Alexander Kornienko
2015-07-01
4
-42
/
+630
*
[clang-tidy] Fix false positives in the macro parentheses checker
Daniel Marjamaki
2015-06-29
2
-2
/
+14
*
[clang-tidy] Fix false positives in misc-macro-parentheses checker
Daniel Marjamaki
2015-06-23
2
-3
/
+5
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-3
/
+3
*
Update for ParseARgs ArrayRef-ification
David Blaikie
2015-06-21
1
-3
/
+2
*
Add missing dependency clangFrontend to clangQuery.
Adrian Prantl
2015-06-20
1
-0
/
+1
*
Add missing dependency clangFrontend to unit test.
Adrian Prantl
2015-06-20
1
-0
/
+1
*
clang-tidy: Remove an unused private field. NFC
Justin Bogner
2015-06-18
1
-5
/
+3
*
clang-tidy: Add checker that warn when macro argument with side effects is re...
Daniel Marjamaki
2015-06-17
5
-0
/
+263
*
[clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...
Alexander Kornienko
2015-06-17
8
-29
/
+25
*
clang-tidy: Add checker that warns about missing parentheses in macros
Daniel Marjamaki
2015-06-16
5
-0
/
+274
*
Fixed modularize to warn about missing headers referenced in a module map.
John Thompson
2015-06-04
7
-7
/
+42
*
[clang-tidy] Force braces around leaf 'else if' for consistency.
Samuel Benzaquen
2015-06-04
3
-5
/
+27
*
Fixed option description. '=' is required.
John Thompson
2015-06-04
1
-1
/
+1
*
Fixed option comment. '=' is required.
John Thompson
2015-06-04
1
-5
/
+6
*
Update for clang API change.
Rafael Espindola
2015-06-01
2
-9
/
+8
*
[clang-tidy] Fix for llvm.org/PR23355
Szabolcs Sipos
2015-05-29
4
-7
/
+31
*
[clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructor
Alexander Kornienko
2015-05-27
5
-17
/
+18
*
[clang-tidy] misc-noexcept-move-ctors should ignore implicit constructors and...
Alexander Kornienko
2015-05-26
3
-4
/
+13
*
[clang-tidy] Don't issue most google-readability-casting warnings on .c files...
Alexander Kornienko
2015-05-26
2
-8
/
+22
*
[clang-tidy] Fix for llvm.org/PR23572
Szabolcs Sipos
2015-05-23
2
-1
/
+9
*
Add a clang-tidy check for move constructors/assignment ops without noexcept.
Alexander Kornienko
2015-05-22
5
-0
/
+143
*
[clang-tidy] Disable google-readability-casting for .c files and their headers.
Alexander Kornienko
2015-05-21
4
-0
/
+13
*
Copy lit shell changes from clang to clang-tools-extra, excluding some failin...
Reid Kleckner
2015-05-20
2
-3
/
+18
*
docs: Spell a couple of cmake options with =ON in the docs
Justin Bogner
2015-05-18
2
-4
/
+4
[next]