summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mention PPCallbacks interface change in release notes.Richard Smith2015-05-041-1/+3
* clang-format: Add ability to align assignment operators.Daniel Jasper2015-04-291-0/+11
* Support generating NMake/Jom-style depfiles.Paul Robinson2015-04-271-0/+19
* Fix clang docs build.Sergey Matveev2015-04-231-2/+2
* Add clang/docs/SanitizerCoverage.rstSergey Matveev2015-04-232-0/+349
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-022-5/+24
* [modules] Restrict the module use-declaration to only appear in top-levelRichard Smith2015-03-261-8/+17
* [UBSan] Don't allow to use UBSan with anything except for ASan.Alexey Samsonov2015-03-201-2/+2
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-0/+5