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
/
test
/
Index
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Pretty print __private addr space
Anastasia Stulova
2019-12-27
1
-48
/
+48
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
3
-0
/
+21
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
1
-1
/
+1
*
Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directory
Daniel Sanders
2019-12-03
1
-1
/
+1
*
[Diagnostic] add a warning which warns about misleading indentation
Tyker
2019-12-03
1
-0
/
+1
*
Revert "[Diagnostic] add a warning which warns about misleading indentation"
Tom Stellard
2019-11-25
1
-1
/
+0
*
[Diagnostic] add a warning which warns about misleading indentation
Tyker
2019-11-25
1
-0
/
+1
*
[AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.
Sam McCall
2019-11-18
1
-2
/
+2
*
[AST] Use written names instead of `type-param-0-0` in more cases when printi...
Sam McCall
2019-11-15
1
-1
/
+1
*
Improve VFS compatibility on Windows
Adrian McCarthy
2019-11-14
1
-4
/
+1
*
[Diagnostics] Try to improve warning message for -Wreturn-type
Dávid Bolvanský
2019-11-09
1
-2
/
+2
*
[clang] Make handling of unnamed template params similar to function params
Kadir Cetinkaya
2019-10-01
1
-1
/
+1
*
Finish building the full-expression for a static_assert expression
Richard Smith
2019-09-20
1
-2
/
+2
*
Make test check position independent as they sometimes come out reversed. NFCI.
Douglas Yung
2019-09-13
1
-2
/
+2
*
Switch "windows" to "system-windows" in some XFAILs
Jeremy Morse
2019-09-12
1
-1
/
+1
*
Start porting ivfsoverlay tests to Windows
Reid Kleckner
2019-09-11
1
-3
/
+5
*
Actually reorder not and env in crash-recovery-modules.m
Reid Kleckner
2019-09-10
1
-2
/
+2
*
Re-land Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-3
/
+2
*
Revert Remove REQUIRES:shell from tests that pass for me on Windows
James Henderson
2019-09-10
1
-1
/
+2
*
Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-2
/
+1
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
1
-0
/
+132
*
[libclang][index][NFC] Fix test for skipping already parsed function bodies
Jan Korous
2019-08-23
1
-1
/
+1
*
[clang] Refactor doc comments to Decls attribution
Jan Korous
2019-08-13
1
-0
/
+14
*
[AIX][test/Index] Set/propagate AIXTHREAD_STK for AIX
Hubert Tong
2019-08-13
1
-0
/
+12
*
[ASTUnit] Attempt to unbreak Windows buildbots after r366448
Ilya Biryukov
2019-07-18
1
-2
/
+2
*
[ASTUnit] Fix a regression in cached completions
Ilya Biryukov
2019-07-18
1
-0
/
+22
*
[CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...
Sam McCall
2019-07-18
2
-0
/
+4
*
This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
Sylvestre Ledru
2019-07-13
1
-0
/
+2
*
Remove __VERSION__
Sylvestre Ledru
2019-07-12
1
-2
/
+0
*
[libclang] Fix hang in release / assertion in debug when evaluating value-dep...
Emilio Cobos Alvarez
2019-07-09
1
-0
/
+11
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-0
/
+1
*
[libclang] Allow skipping warnings from all included files
Nikolai Kosjar
2019-06-11
2
-0
/
+8
*
[CodeComplete] Include more text into typed chunks of pattern completions
Ilya Biryukov
2019-06-04
1
-2
/
+2
*
[Index] Correctly set symbol kind of IndirectFieldDecl
Ilya Biryukov
2019-05-29
1
-0
/
+10
*
[libclang] visit c++14 lambda capture init expressions
Nikolai Kosjar
2019-05-21
1
-0
/
+38
*
Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better
Paul Robinson
2019-05-10
3
-3
/
+3
*
[libclang] Forward isInline for NamespaceDecl to libclang
Nikolai Kosjar
2019-05-10
1
-0
/
+3
*
Add an explicit triple to this test to hopefully appease the build bots.
Aaron Ballman
2019-05-07
1
-1
/
+1
*
Allow field offset lookups in types with incomplete arrays within libclang.
Aaron Ballman
2019-05-07
1
-0
/
+31
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
1
-1
/
+1
*
Make test more robust by writing stdout/stderr to different files.
Douglas Yung
2019-04-29
1
-3
/
+3
*
[libclang] Restore old clang_Cursor_isAnonymous behaviour
Ivan Donchevskii
2019-04-29
1
-0
/
+18
*
[libclang] Expose ext_vector_type
Sven van Haastregt
2019-04-17
1
-3
/
+3
*
Clean up ObjCPropertyDecl printing
David Goldman
2019-04-08
2
-4
/
+4
*
[CodeComplete] Fix crash when completing ObjC block parameter with a broken type
Sam McCall
2019-04-04
1
-0
/
+12
*
[libclang] Expose aligned() attribute.
Emilio Cobos Alvarez
2019-03-13
1
-0
/
+12
*
[clang][Index] Mark references from Constructors and Destructors to class as ...
Kadir Cetinkaya
2019-03-08
1
-8
/
+8
*
[libclang] Fix CXTranslationUnit_KeepGoing
Ivan Donchevskii
2019-03-07
3
-2
/
+10
*
[index] Fixup for r354942. Specify target in test to achieve stable mangling.
Volodymyr Sapsai
2019-02-27
1
-1
/
+1
*
[index] Improve indexing support for MSPropertyDecl.
Volodymyr Sapsai
2019-02-27
1
-0
/
+32
[next]