summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add flags to disable profile generation.Diego Novillo2015-08-051-0/+13
* Add missing atomic libcall support.James Y Knight2015-08-051-0/+3
* Add AST matchers for narrowing constructors that are default, copy, or move c...Aaron Ballman2015-08-051-0/+52
* Update mailing list references to lists.llvm.orgTanya Lattner2015-08-053-3/+3
* Grammar: Don't imply that a program wouldn't want a person as its output.Douglas Katzman2015-08-031-2/+2
* [libFuzzer] minimal documentation on data-flow-guided fuzzingKostya Serebryany2015-07-311-0/+27
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+7
* Add an AST matcher, isFinal(), for testing whether a method or class declarat...Aaron Ballman2015-07-241-0/+31
* Updating the documentation for the hasAttr AST matcher, which behaves somewha...Aaron Ballman2015-07-231-1/+2
* Something was unbalanced, and it wasn't the parentheses. ;-) Reverts r242915.Aaron Ballman2015-07-221-1/+1
* Balancing parenthesis in comments and documentation; NFC.Aaron Ballman2015-07-221-1/+1
* Doxygen: Enable autobrief feature, matching llvm config/coding standards.James Dennett2015-07-161-2/+2
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-3/+15
* CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne2015-07-151-16/+36
* docs/conf.py: update version to 3.8Hans Wennborg2015-07-141-2/+2
* ReleaseNotes.rst: Bump version to 3.8Hans Wennborg2015-07-141-21/+7
* 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