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
*
CC1: Add -save-stats option
Matthias Braun
2016-09-26
1
-0
/
+6
*
[ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.
Haojian Wu
2016-09-26
1
-1
/
+29
*
[docs] Touch up the coverage docs some more
Vedant Kumar
2016-09-22
1
-22
/
+20
*
Third attempt to fix Sphinx bot
Teresa Johnson
2016-09-22
1
-1
/
+1
*
Second attempt to fix Sphinx bot
Teresa Johnson
2016-09-22
1
-1
/
+1
*
Fixing sphinx build due to diagnostic:
Aaron Ballman
2016-09-22
1
-1
/
+1
*
[docs] Add ThinLTO user documentation
Teresa Johnson
2016-09-21
3
-1
/
+165
*
Fix typo in documentation.
Nick Lewycky
2016-09-20
1
-2
/
+2
*
[docs] Extend the code coverage docs some more
Vedant Kumar
2016-09-20
1
-3
/
+35
*
[docs] Touch up the code coverage doc
Vedant Kumar
2016-09-19
1
-9
/
+29
*
[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...
Kostya Serebryany
2016-09-18
1
-3
/
+3
*
[sanitizer-coverage] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
1
-10
/
+9
*
[sanitizer-coverage] make trace-pc-guard and indirect-call work together
Kostya Serebryany
2016-09-15
1
-2
/
+5
*
Document option '-rtlib' in clang's man page and help info
Jonas Hahnfeld
2016-09-14
1
-1
/
+6
*
[docs] Fix formatting of characters so that tables line up properly. Add
Richard Smith
2016-09-14
1
-2
/
+4
*
[docs] Order diagnostic cross-references alphabetically rather than based on
Richard Smith
2016-09-14
1
-24
/
+24
*
Update DiagnosticsReference and fix emitter to emit -Wpedantic diagnostics an...
Richard Smith
2016-09-14
1
-229
/
+249
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-0
/
+26
*
Color warnings purple rather than orange, to match actual Clang output.
Richard Smith
2016-09-14
1
-1
/
+1
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
1
-0
/
+28
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
1
-28
/
+0
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
1
-0
/
+28
*
Diagnostics reference: "error:" should be red, not orange.
Richard Smith
2016-09-12
1
-1
/
+1
*
Trivial documentation fix regarding Obj-C ARC objc_arc_weak_reference_unavail...
Jonathan Roelofs
2016-09-12
1
-2
/
+2
*
Add a mode to clang-tblgen to generate reference documentation for warning and
Richard Smith
2016-09-12
3
-0
/
+10541
*
[Modules] Add 'freestanding' to the 'requires-declaration' feature-list.
Elad Cohen
2016-09-04
1
-0
/
+3
*
[Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.
Bruno Cardoso Lopes
2016-08-30
1
-0
/
+3
*
This adds new options -fdenormal-fp-math and passes through option -ffast-math
Sjoerd Meijer
2016-08-30
1
-0
/
+9
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-3
/
+16
*
Fix a typo in the doc: overriden -> overridden
Sylvestre Ledru
2016-08-28
2
-2
/
+2
*
Fixed a typo (compilation_commands.json --> compile_commands.json).
Andrey Bokhanko
2016-08-19
1
-1
/
+1
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-0
/
+3
*
Correct the documentation for isSignedInteger() and isUnsignedInteger().
Aaron Ballman
2016-08-18
1
-2
/
+2
*
[sanitizer-coverag] update the docs in __sanitizer_cov_trace_cmp
Kostya Serebryany
2016-08-18
1
-4
/
+4
*
Add an AST matcher for external formal linkage.
Aaron Ballman
2016-08-17
1
-0
/
+20
*
Replace an obsolete company name.
Paul Robinson
2016-08-15
1
-1
/
+3
*
[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()
Martin Bohme
2016-08-09
1
-0
/
+30
*
clang-format: Add SpaceAfterTemplate
Sylvestre Ledru
2016-08-09
1
-0
/
+3
*
Add the new scan-build option (--show-description) in the 4.0 release notes
Sylvestre Ledru
2016-08-06
1
-0
/
+4
*
Make isExternC work on VarDecls too.
Benjamin Kramer
2016-08-04
1
-0
/
+12
*
Updated documentation
Vitaly Buka
2016-08-02
1
-1
/
+2
*
Fix a typo in document.
Haojian Wu
2016-07-29
1
-6
/
+6
*
[ASTMatcher] Add templateName matcher.
Haojian Wu
2016-07-29
1
-0
/
+24
*
[ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...
Haojian Wu
2016-07-29
1
-8
/
+78
*
[docs] Coverage: Reference the new -output-dir option
Vedant Kumar
2016-07-28
1
-1
/
+1
*
[docs] Mention some new options in llvm-cov
Vedant Kumar
2016-07-28
1
-7
/
+7
*
Revert "[Driver] Compute effective target triples once per job (NFCI)"
Vedant Kumar
2016-07-27
1
-2
/
+1
*
UsersManual.rst: update clang-cl option list
Hans Wennborg
2016-07-27
1
-1
/
+17
*
[Profile] Enable profile merging with -fprofile-generat[=<dir>]
Xinliang David Li
2016-07-22
1
-12
/
+16
*
[Profile] Document new profile file name modifiers
Xinliang David Li
2016-07-20
1
-2
/
+34
[next]