summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for unroll pragmas on loops with runtime trip counts.Mark Heffernan2015-07-131-5/+5
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+3
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-091-0/+39
* Update PCHInternals.rst to document PCH wrapped in object file containers.Adrian Prantl2015-07-081-8/+18
* Grammar bug. NFCDouglas Katzman2015-07-061-1/+1
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-0/+6
* Driver: Replace a couple of out of date terms in the docsJustin Bogner2015-07-031-3/+3
* Implement an AST matcher for C++ exception catch handlers that can catch any ...Aaron Ballman2015-07-021-0/+10
* Sphinx-based clang man pagesAndrew Wilkins2015-06-309-992/+540
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-5/+12
* Fix typo. NFC.Alex Denisov2015-06-271-2/+2
* clang-format: Fix language of DisableFormat descriptionBirunthan Mohanathas2015-06-271-1/+1
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-2/+60
* [docs] Several updates to the Address Sanitizer webpage.Anna Zaks2015-06-252-46/+103
* docs: Fix bad link in SafeStack.rst.Peter Collingbourne2015-06-251-1/+1
* Silencing some Sphinx warnings about duplicate explicit target names.Aaron Ballman2015-06-241-3/+3
* SafeStack documentation improvementsPeter Collingbourne2015-06-231-46/+70
* Adding a title to appease the sphinx build bot.Aaron Ballman2015-06-231-0/+4
* AttributeReference.rst is automatically generated by a server-side process cu...Aaron Ballman2015-06-231-1699/+5
* Document the nullability attributes.Douglas Gregor2015-06-221-105/+692
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-192-7/+7
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-1/+1
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-4/+6
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-15/+31
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-0/+5
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-161-3/+3
* [modules] Remove non-functional driver options -f[no-]modules-implicit-maps.Richard Smith2015-06-151-4/+1
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-154-0/+169
* docs: grammar adjustments in clang manpageSaleem Abdulrasool2015-06-131-7/+7
* clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper2015-06-111-18/+15
* Fix typo in cross-compilation docs: "-fpu" -> "-mfpu"Vladimir Sukharev2015-06-031-1/+1
* Fix typo in tutorial.Douglas Katzman2015-06-021-1/+1
* Correct DriverInternals.rst: ccc-print-options is gone.Douglas Katzman2015-06-021-2/+2
* Improve user documentation on profiling.Diego Novillo2015-05-281-14/+57
* Fixing an RST issue to silence a sphinx warning.Aaron Ballman2015-05-261-4/+3
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-1/+4
* Going out on a limb and guessing that someone viewing the 3.7 release notes m...Aaron Ballman2015-05-261-2/+2
* Add clarifying note that sampling-based profiles cannot be used for code cove...Diego Novillo2015-05-221-0/+4
* Updating the documentation to include an operator! for negative capability su...Aaron Ballman2015-05-221-0/+3
* Implement no_sanitize attribute.Peter Collingbourne2015-05-151-0/+2
* Fix a #include cycle in the libclang headers. "Eventually" is now.Richard Smith2015-05-141-0/+4
* Made considerable updates to the documentation explaining how to add a new at...Aaron Ballman2015-05-131-155/+267
* Fix indentation problem introduced in r236964. NFCJonathan Roelofs2015-05-111-10/+10
* Fix formatting of a few code blocks. NFCJonathan Roelofs2015-05-111-6/+9
* Update docs for SanitizerCoverage.Alexey Samsonov2015-05-072-17/+23
* Fix some glitches in the MSVCCompatibility documentDavid Majnemer2015-05-071-2/+2
* Note that we support 'throw' for the MS ABI.David Majnemer2015-05-071-2/+3
* [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer2015-05-071-4/+5
* [docs] Update SanitizerCoverage docs.Sergey Matveev2015-05-061-6/+12
* Update MSVC compatibility doc note about exceptionsReid Kleckner2015-05-041-3/+10