summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix markup from r224894.Nico Weber2014-12-281-6/+6
* Add stub sections about Parse, Sema, CodeGen to the internals manual.Nico Weber2014-12-281-0/+32
* Amending r223468 with this documentation change.Aaron Ballman2014-12-051-2/+2
* Modify __has_attribute so that it only looks for GNU-style attributes. Remove...Aaron Ballman2014-12-051-1/+5
* Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman2014-12-051-0/+27
* Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber2014-12-031-0/+6
* clang-format: Escape '*' in generated flag documentation.Daniel Jasper2014-12-022-1/+2
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-021-1/+17
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-1/+146
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-0/+3
* MS ABI: Add CodeGen support for rethrowing MS C++ exceptionsDavid Majnemer2014-11-251-2/+3
* docs: Update the MSVCCompatibility doc for changes to debug infoDavid Majnemer2014-11-251-4/+7
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-146/+1
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-1/+146
* Oops, the underline was too short for sphinx to like.Aaron Ballman2014-11-141-1/+1
* Correcting some grammar and typos, and adding CERT as a collaborator.Aaron Ballman2014-11-141-5/+5
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-0/+30
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+14
* docs: remove double carriage-returnSaleem Abdulrasool2014-11-021-2/+2
* clang-format: Update generated documentation with new flag.Daniel Jasper2014-10-281-0/+3
* clang-format: improve vim integration docsSaleem Abdulrasool2014-10-271-2/+2
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-241-6/+5
* Update the documentation for API change to CreateASTConsumer the rest of the ...Nick Lewycky2014-10-221-5/+8
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-5/+14
* Add missing qualifier to documentation.Nick Lewycky2014-10-211-1/+1
* Update documentation to match API change in r215323.Nick Lewycky2014-10-211-1/+1
* Switch C compilations to C11 by default.Richard Smith2014-10-201-4/+12
* [modules] Add support for #include_next.Richard Smith2014-10-201-0/+13
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-2/+2
* Fix documentation typo.JF Bastien2014-10-101-1/+1
* Implement various matchers around template argument handling.Manuel Klimek2014-10-091-0/+103
* Escaping a special character in the documentation.Aaron Ballman2014-10-091-1/+1
* clang-format: Add option to control call argument bin-packing separatelyDaniel Jasper2014-10-091-3/+9
* clang-format: Add documentation about disabling formatting.Daniel Jasper2014-10-071-0/+18
* Update title of the ReleaseNodes doc.Eli Bendersky2014-10-061-1/+1
* [sphinx clean up] Fix warning introduced by r218957Dan Liew2014-10-031-1/+1
* Add an implementation of C11's stdatomic.hHal Finkel2014-10-031-3/+19
* Enable both C and C++ modules with -fmodules, by switching -fcxx-modules toRichard Smith2014-09-301-13/+8
* Update modules documentation now that C++ support is working pretty well.Richard Smith2014-09-291-6/+3
* testing commit access to clang repoJyoti Allur2014-09-291-1/+0
* Thread Safety Analysis: Update to documentation.DeLesley Hutchins2014-09-241-265/+394
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-1/+1
* [sphinx cleanup]Dan Liew2014-09-161-1/+1
* clang-format: Add option to break before non-assignment operators.Daniel Jasper2014-09-151-3/+13
* [sphinx cleanup]Dan Liew2014-09-101-1/+1
* clang-format: Add option to allow short case labels on a single line.Daniel Jasper2014-09-101-6/+8
* Implement nonnull-attribute sanitizerAlexey Samsonov2014-09-081-0/+2
* Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel2014-09-071-2/+39
* Add matcher for linkage specificationManuel Klimek2014-09-041-0/+10
* Enhance the 'Vectors and Extended Vectors' section.Anton Yartsev2014-09-031-17/+23