index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Docs] One more cleanup of -fsanitize= section.
Alexey Samsonov
2015-12-04
2
-18
/
+17
*
[Docs] Update MSan docs
Alexey Samsonov
2015-12-04
2
-48
/
+35
*
[Docs] Move the list of CFI schemes down to CFI doc, and update it.
Alexey Samsonov
2015-12-04
2
-31
/
+48
*
[Docs] Remove false claim: UBSan can also be combined with TSan/MSan.
Alexey Samsonov
2015-12-04
1
-2
/
+1
*
Clang documentation for UBSan.
Alexey Samsonov
2015-12-04
3
-61
/
+211
*
[Docs] Sanitizer docs migrated from code.google.com to github.com.
Alexey Samsonov
2015-12-04
4
-9
/
+4
*
Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...
Aaron Ballman
2015-12-02
1
-0
/
+14
*
[sanitizer coverage] document -fsanitize-coverage=trace-bb
Kostya Serebryany
2015-12-02
1
-0
/
+7
*
docs: Add design documentation for forward-edge CFI for indirect calls.
Peter Collingbourne
2015-12-01
1
-3
/
+88
*
[libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp
Kostya Serebryany
2015-11-30
1
-0
/
+1
*
docs: Remove references to the long-defunct LLVM_USED_LIBS
Justin Bogner
2015-11-26
2
-3
/
+2
*
Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...
Richard Smith
2015-11-24
1
-1
/
+1
*
Add an AST matcher for narrowing when a type is volatile-qualified.
Aaron Ballman
2015-11-23
1
-0
/
+17
*
Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"
Hans Wennborg
2015-11-20
1
-1
/
+1
*
Regenerate ASTMatchersReference without CRLF.
Benjamin Kramer
2015-11-20
1
-139
/
+139
*
Fix ASTMatcher reference newlines and make the generator script windows-proof.
Benjamin Kramer
2015-11-20
3
-4690
/
+4690
*
clang-cl: Make /W4 imply -Wall -Wextra (PR25563)
Hans Wennborg
2015-11-19
1
-1
/
+1
*
Re-committing r253473 after hopefully fixing the bot breakage. There was a co...
Aaron Ballman
2015-11-18
1
-0
/
+73
*
Reverting r253473 while I investigate build bot failures.
Aaron Ballman
2015-11-18
1
-73
/
+0
*
Adding AST matchers for VarDecl storage durations. Can now determine whether ...
Aaron Ballman
2015-11-18
1
-0
/
+73
*
Mark is_destructible/is_nothrow_destructible as implemented
David Majnemer
2015-11-14
1
-2
/
+2
*
[ASan] Allow -fsanitize-recover=address.
Yury Gribov
2015-11-11
1
-2
/
+3
*
Fixed a link.
Alexander Kornienko
2015-11-04
1
-1
/
+1
*
Fixed header levels.
Alexander Kornienko
2015-11-04
1
-2
/
+2
*
Removed mentions of clang-modernize, added a short description of clang-tidy.
Alexander Kornienko
2015-11-04
1
-33
/
+9
*
Add support for __builtin_{add,sub,mul}_overflow.
John McCall
2015-10-29
1
-2
/
+20
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
1
-4
/
+28
*
Sample Profiles - Fix location of binary encoding documentation. NFC.
Diego Novillo
2015-10-19
1
-1
/
+1
*
docs: remote stale refs
Saleem Abdulrasool
2015-10-19
3
-28
/
+21
*
Update `clang-format -help` output in clang-format docs.
Nico Weber
2015-10-19
1
-39
/
+48
*
Add an AST node matcher for TemplateTypeParmDecl objects.
Eric Fiselier
2015-10-17
1
-1
/
+11
*
Sample profiles - Update text profile documentation.
Diego Novillo
2015-10-14
1
-12
/
+54
*
Add decayedType and hasDecayedType AST matchers
Matthias Gehre
2015-10-12
1
-0
/
+17
*
clang-format: Hopefully fix code blocks in docs.
Daniel Jasper
2015-10-07
2
-1
/
+7
*
clang-format: Add empty line before code-blocks in Docs.
Daniel Jasper
2015-10-06
2
-1
/
+7
*
clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper
2015-10-06
2
-18
/
+41
*
Adding an AST node matcher for NonTypeTemplateParmDecl objects.
Aaron Ballman
2015-10-05
1
-1
/
+11
*
Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...
Aaron Ballman
2015-10-05
1
-0
/
+12
*
clang-format: Small doc fix.
Daniel Jasper
2015-10-05
1
-3
/
+3
*
clang-format: Remove sentence in option cost threshold that weakens the
Daniel Jasper
2015-10-05
1
-2
/
+0
*
clang-format: Document threshold for adding new options.
Daniel Jasper
2015-10-05
1
-0
/
+22
*
clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper
2015-09-29
2
-4
/
+88
*
Fix a typo.
Adrian Prantl
2015-09-17
1
-1
/
+1
*
Update the 3.8 release notes with the breaking change information regarding A...
Aaron Ballman
2015-09-17
1
-0
/
+45
*
Rename AST node matchers to match the AST node names directly. Part of this r...
Aaron Ballman
2015-09-17
1
-336
/
+405
*
Updating docs for MSan to describe poison-in-dtor.
Naomi Musgrave
2015-09-17
1
-0
/
+10
*
Fixed HasDeclarationMatcher to properly convert all types into decls where po...
Aaron Ballman
2015-09-11
1
-3
/
+69
*
Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.
Michael Zolotukhin
2015-09-11
1
-0
/
+20
*
Docs: Add missing new line before a list.
Michael Zolotukhin
2015-09-10
1
-0
/
+1
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
2
-6
/
+64
[next]