Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f44ab7a24a6199246673c39dc4204750fc74ed3f
/
docs
ef82254
Update Clang for rebase to r212749.
by Stephen Hines
· 10 years ago
6bcf27b
Update Clang for 3.5 rebase (r209713).
by Stephen Hines
· 10 years ago
651f13c
Updated to Clang 3.5a.
by Stephen Hines
· 11 years ago
a335ba0
Clang 3.4 release notes: Fix description of enum increment/decrement change in
by Richard Smith
· 11 years ago
ffe3327
Small reformatting changes.
by Bill Wendling
· 11 years ago
a3b006d
Remove help notes from the ReleaseNotes.
by Bill Wendling
· 11 years ago
90b9744
Update of the release notes to provide examples of the new checks/warnings
by Sylvestre Ledru
· 11 years ago
4b9339d
Fix link.
by Bill Wendling
· 11 years ago
ad0116e
Add blurb about leak sanitizer.
by Bill Wendling
· 11 years ago
3cb8e31
fix a weird phrase
by Gabor Greif
· 11 years ago
309dd09
Rewrite the static analyzer changes description for the 3.4 release.
by Sylvestre Ledru
· 11 years ago
aa7fc19
Improve the 3.4 release notes about the static analyzer new features
by Sylvestre Ledru
· 11 years ago
c27813a
Merging r197120:
by Bill Wendling
· 11 years ago
94aaee2
Fix another formatting bug.
by Richard Smith
· 11 years ago
f1a2837
Fix RST syntax errors.
by Richard Smith
· 11 years ago
22540da
Add information about C++1y support to Clang 3.4 release notes.
by Richard Smith
· 11 years ago
87ddfdd
Add release notes for clang-format.
by Daniel Jasper
· 11 years ago
ceab8e2
Merging r197022:
by Sergey Matveev
· 11 years ago
f657846
Merging r196957:
by Sergey Matveev
· 11 years ago
70cb838
Release notes: expand clang-cl blurb a little
by Hans Wennborg
· 11 years ago
b4ec8b1
Add blurb to release notes about typo correction improvements.
by Kaelyn Uhrain
· 11 years ago
b5e183b
Merging r196215:
by Bill Wendling
· 11 years ago
06907e1
Add info about Clang diagnostic improvements.
by Richard Trieu
· 11 years ago
a6c1850
Mention clang-cl in the release notes
by Hans Wennborg
· 11 years ago
ed14aa7
Merging r195983:
by Sergey Matveev
· 11 years ago
abe9b19
Merging r195760:
by Bill Wendling
· 11 years ago
3fb481f
Update to the 3.4 release numbers.
by Bill Wendling
· 11 years ago
3ce1d57
Remove clang man page reference to --analyze, and point people to the analyzer website.
by Ted Kremenek
· 11 years ago
6c1dc78
Add partial support for the hasDeclaration() matcher in the dynamic layer.
by Samuel Benzaquen
· 11 years ago
762e567
Using an invalid -O falls back on -O3 instead of an error
by Sylvestre Ledru
· 11 years ago
e22017e
Revert "Using an invalid -O falls back on -O3 instead of an error"
by Alp Toker
· 11 years ago
eb4d7c3
Using an invalid -O falls back on -O3 instead of an error
by Sylvestre Ledru
· 11 years ago
3a786dd
Improve the documentation (bis) with Arthur and Chandler's comments
by Sylvestre Ledru
· 11 years ago
3990d7f
Improve the documentation of the optimization flags
by Sylvestre Ledru
· 11 years ago
a87219b
Describe OpenCL C changes
by Erik Schnetter
· 11 years ago
3a306f9
Fix grammar-o.
by Bill Wendling
· 11 years ago
fe1088d
Add the fact that Clang too is planning to start using C++11 (in some
by Chandler Carruth
· 11 years ago
195dd7c
Add a limit to the length of a sequence of 'operator->' functions we will
by Richard Smith
· 11 years ago
909f35a
ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang
by Bernard Ogden
· 11 years ago
5794b53
Allow a new syntax in a module requires-declaration:
by Richard Smith
· 11 years ago
5f3d6a5
Add trunk revision number on the online HTML docs.
by Bill Wendling
· 11 years ago
23782ec
Document that -fsanitize=function is Linux-only.
by Peter Collingbourne
· 11 years ago
4a589c7
Undoing accidental change to docs/LanguageExtensions.rst in my previous patch.
by Warren Hunt
· 11 years ago
7967c95
Implements 64 bit microsoft record layout and adds lit tests to cover
by Warren Hunt
· 11 years ago
965a48a
More wordsmithing on objc_requires_super documentation.
by Ted Kremenek
· 11 years ago
4e973b9
Wordsmith text of objc_requires_super.
by Ted Kremenek
· 11 years ago
9d12eaa
Fix typo.
by Ted Kremenek
· 11 years ago
cbf7169
Provide documentation on attribute((objc_requires_super)).
by Ted Kremenek
· 11 years ago
3f6e9b0
Change title of section to reflect the concept, and not the mechanism.
by Ted Kremenek
· 11 years ago
35f51bb
Updated and added to the Consumed documentation.
by Chris Wailes
· 11 years ago
1db2e27
Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior.
by Silviu Baranga
· 11 years ago
b914e87
Implement function type checker for the undefined behavior sanitizer.
by Peter Collingbourne
· 11 years ago
82a2911
clang-cl: Add support for asm listings (/FA and /Fa)
by Hans Wennborg
· 11 years ago
39dc016
tsan: update docs update docs for no_sanitize_thread attribute and blacklist
by Dmitry Vyukov
· 11 years ago
3dd4dd6
Add a note about clang now rejecting unknown options.
by Rafael Espindola
· 11 years ago
dd1dad9
docs: Remove incompatibility with Solaris shell
by David Majnemer
· 11 years ago
67ffcaa
Document the presence of the new Objective-C++ mangling for qualified-id.
by Ted Kremenek
· 11 years ago
0a6cf66
Add a section about clang-cl to UsersManual.rst
by Hans Wennborg
· 11 years ago
2e0b0cf
Suggest people use -Xclang not -cc1 when passing options to the frontend.
by Richard Smith
· 11 years ago
28d9077
Remove documentation of removed -ast-dump-xml flag.
by Richard Smith
· 11 years ago
d000b85
[analyzer] Add new debug helper clang_analyzer_warnIfReached.
by Jordan Rose
· 11 years ago
236b94c
Typo in ARM __attribute__((interrupt)) documentation
by Tim Northover
· 11 years ago
64eac85
Implement ARM GNU-style interrupt attribute
by Tim Northover
· 11 years ago
7454cdc
Add section on VS integration to the ClangFormat documentation.
by Manuel Klimek
· 11 years ago
86e0468
Note that modules are supported for C/Objective-C, and have syntax in ObjC.
by Douglas Gregor
· 11 years ago
89eb0d6
docs: Document CXXLiteralOperatorName and CXXUsingDirective
by Justin Bogner
· 11 years ago
4e60b9c
docs: Remove note about Identifiers being used for C++ operators
by Justin Bogner
· 11 years ago
62a5565
Updated examples of UseTab option
by Alexander Kornienko
· 11 years ago
f6a6882
Updated clang-format style options doc.
by Alexander Kornienko
· 11 years ago
9b4de85
clang-format: Option to removing the space before assignment operators.
by Daniel Jasper
· 11 years ago
1b8840c
Add -fmodule-map-file option.
by Daniel Jasper
· 11 years ago
ddd2dfc
Module use declarations (II)
by Daniel Jasper
· 11 years ago
4cfebf2
Update -fmsc-version docs for r190908, which set the default to 1700
by Reid Kleckner
· 11 years ago
dec5f28
Fix ReST links I just added to the manual
by Reid Kleckner
· 11 years ago
cc6fab9
Clarify that we silently ignore some MS extensions like IDL attributes
by Reid Kleckner
· 11 years ago
09ab088
Use -fms-compatibility to trigger lookup into dep. bases
by Reid Kleckner
· 11 years ago
414a1bd
Add the intrinsic __builtin_convertvector
by Hal Finkel
· 11 years ago
585c84c
Add a define for the ObjFW runtime ABI version.
by Benjamin Kramer
· 11 years ago
fa7d53f
Make __has_extension(c_thread_local) work.
by Ed Schouten
· 11 years ago
c9aed76
[analyzer] Fix copy-paste error in internal docs.
by Jordan Rose
· 11 years ago
cd7b0f0
Clarify the status of PowerPC support.
by Roman Divacky
· 11 years ago
5f0a352
Support for modular module-map-files
by Daniel Jasper
· 11 years ago
2956ef4
Add -fansi-escape-codes option
by Nico Rieck
· 11 years ago
9a7a50e
Allow _clang-format as alternative to .clang-format config filename
by Hans Wennborg
· 11 years ago
9522ae1
[docs] Prominently note modules are experimental.
by Sean Silva
· 11 years ago
5e2ce20
[docs] End users should see just "Clang"
by Sean Silva
· 11 years ago
fb92aa1
[docs] Fix Sphinx toctree warning.
by Sean Silva
· 11 years ago
74106d3
[docs] Fix some finicky Sphinx warnings.
by Sean Silva
· 11 years ago
055d438
[docs] Typographical and rewording fixes.
by Sean Silva
· 11 years ago
e575359
Fix constructor-related typos.
by Benjamin Kramer
· 11 years ago
f54e02f
Adding cross-compilation instructions to Clang
by Renato Golin
· 11 years ago
af6f8cc
manual: Fix RST reference to MS extension support
by Reid Kleckner
· 11 years ago
c4f73e0
A minor fix in the documentation.
by Alexander Kornienko
· 11 years ago
62d06b7
Added documentation for clang-format style options.
by Alexander Kornienko
· 11 years ago
4e65c98
Added WebKit style to the BasedOnStyle handling and to the relevant help messages.
by Alexander Kornienko
· 11 years ago
7de13bb
Whitespace changes in help messages + updated help output in .rst file.
by Alexander Kornienko
· 11 years ago
44d971c
[doxygen] Add a few missing variables to the doxygen.cfg.in for external search and cleaned up external_search_map.
by Michael Gottesman
· 11 years ago
855baa6
[doxygen] Added support for doxygen external search.
by Michael Gottesman
· 11 years ago
1ab6c6c
[doxygen] Added code for generating doxygen documentation for clang for cmake.
by Michael Gottesman
· 11 years ago
6fed8a4
Remove comment on the availability of boxed expressions. They have been available for a while.
by Ted Kremenek
· 11 years ago
Next »