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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.
NAKAMURA Takumi
2014-04-10
2
-0
/
+2
*
Inject unique_ptr/shared_ptr into the test instead of using <memory>
Samuel Benzaquen
2014-04-09
2
-2
/
+34
*
Extend the check to detect patterns like 'ptr.get() == nullptr'
Samuel Benzaquen
2014-04-09
4
-19
/
+47
*
Fix regex bug in clang-tidy.
Daniel Jasper
2014-04-02
8
-10
/
+10
*
Add clang-tidy check to remove redundant .get() calls on smart pointers.
Samuel Benzaquen
2014-03-27
2
-0
/
+122
*
Output messages when clang-tidy applies fix-its.
Alexander Kornienko
2014-03-27
1
-1
/
+5
*
Post-filter clang-tidy diagnostic messages.
Alexander Kornienko
2014-03-20
1
-4
/
+20
*
Add an argument comment checker to clang-tidy.
Peter Collingbourne
2014-03-18
1
-0
/
+21
*
Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.
Alexander Kornienko
2014-03-10
1
-0
/
+7
*
Deduplicate clang-tidy error messages by file, offset and message.
Alexander Kornienko
2014-03-10
1
-0
/
+12
*
clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Flush module cache to l...
NAKAMURA Takumi
2014-03-09
1
-0
/
+1
*
clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Use [[@LINE]].
NAKAMURA Takumi
2014-03-09
1
-6
/
+9
*
Use more specific checks filter in the test.
Alexander Kornienko
2014-03-06
1
-1
/
+1
*
Fixed a crash when handling diagnostics without a valid file location, e.g. '...
Alexander Kornienko
2014-03-05
1
-4
/
+4
*
Added a naive NOLINT implementation.
Alexander Kornienko
2014-02-28
1
-0
/
+10
*
Add a makefile for clang-query. Patch by Alex Horn!
Peter Collingbourne
2014-02-18
5
-11
/
+2
*
Consume checker names from clang static analyzer.
Alexander Kornienko
2014-02-12
1
-2
/
+11
*
Fix crash when handling an argument parsing-related warning.
Alexander Kornienko
2014-02-03
1
-0
/
+5
*
check-clang-tools: Also it doesn't require neither llvm_src_root nor llvm_obj...
NAKAMURA Takumi
2014-01-26
2
-4
/
+0
*
Attempt to stabilize the Windows builder
Alp Toker
2014-01-25
1
-1
/
+2
*
[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
NAKAMURA Takumi
2014-01-19
1
-1
/
+1
*
check-clang-tools: Fixup for r199583.
NAKAMURA Takumi
2014-01-19
2
-0
/
+2
*
[CMake] Import CLANG_TOOLS_DIR from check-clang into check-clang-tools for st...
NAKAMURA Takumi
2014-01-19
3
-1
/
+14
*
Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
2014-01-13
1
-1
/
+1
*
Initial checkin of new module-map-checker tool.
John Thompson
2014-01-07
20
-1
/
+66
*
Make lit.site.cfg Py3-compatible. Copied from r188041.
NAKAMURA Takumi
2013-12-30
1
-1
/
+4
*
check-clang-tools: Prune 'clang' stuff. Clang is not used here.
NAKAMURA Takumi
2013-12-09
2
-60
/
+1
*
Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...
John Thompson
2013-12-07
2
-27
/
+27
*
clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Dequote s...
NAKAMURA Takumi
2013-12-06
3
-10
/
+10
*
Revert r196474, "Re-apply r196439, with sed patterns modified to be more DOS-...
NAKAMURA Takumi
2013-12-06
1
-4
/
+2
*
Re-apply r196439, with sed patterns modified to be more DOS-path friendly.
Lang Hames
2013-12-05
1
-2
/
+4
*
Revert r196439, "If the LLVM OBJ_DIR path contains any characters not listed ...
NAKAMURA Takumi
2013-12-05
1
-4
/
+2
*
If the LLVM OBJ_DIR path contains any characters not listed in the
Lang Hames
2013-12-05
1
-2
/
+4
*
Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org...
John Thompson
2013-12-04
1
-0
/
+10
*
Fix a variety of user-visible and comment typos
Alp Toker
2013-12-01
3
-3
/
+3
*
Add a .clang-format to avoid reflow of test RUN lines
Alp Toker
2013-12-01
1
-0
/
+2
*
Make clang's static analyzer checks available through clang-tidy.
Manuel Klimek
2013-11-14
1
-0
/
+8
*
[extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...
John Thompson
2013-11-14
3
-0
/
+240
*
Extended moduleImport test to test a module with more than one path component...
John Thompson
2013-11-12
6
-1
/
+34
*
Fixed moduleImport and ident callbacks. Fixed modules test. Added ident call...
John Thompson
2013-11-12
2
-8
/
+18
*
[extra] pp-trace - Add test for conditional callbacks.
John Thompson
2013-11-12
1
-0
/
+294
*
[extra] pp-trace - Test for moduleImport.
John Thompson
2013-11-11
3
-0
/
+29
*
Introduce clang-query tool.
Peter Collingbourne
2013-11-08
6
-0
/
+26
*
Rename Input to Inputs, for consistency with other tests.
Dan Gohman
2013-10-31
4
-19
/
+19
*
check-clang-tools: Add pp-trace for deps.
NAKAMURA Takumi
2013-10-31
1
-0
/
+1
*
check-clang-tools: Reorder CLANG_TOOLS_TEST_DEPS.
NAKAMURA Takumi
2013-10-31
1
-1
/
+5
*
pp-trace - preprocessor tacing and PPCallbacks testing tool
John Thompson
2013-10-31
5
-0
/
+224
*
Added module map generation option.
John Thompson
2013-10-15
6
-0
/
+52
*
clang-modernize: Apply replacements using clang-apply-replacements
Edwin Vane
2013-10-05
4
-16
/
+77
*
clang-apply-replacements: Add code formatting functionality
Edwin Vane
2013-09-30
5
-0
/
+73
[next]