summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* Sample Profiles - Fix location of binary encoding documentation. NFC.Diego Novillo2015-10-191-1/+1
* docs: remote stale refsSaleem Abdulrasool2015-10-193-28/+21
* Update `clang-format -help` output in clang-format docs.Nico Weber2015-10-191-39/+48
* Add an AST node matcher for TemplateTypeParmDecl objects.Eric Fiselier2015-10-171-1/+11
* Sample profiles - Update text profile documentation.Diego Novillo2015-10-141-12/+54
* Add decayedType and hasDecayedType AST matchersMatthias Gehre2015-10-121-0/+17
* clang-format: Hopefully fix code blocks in docs.Daniel Jasper2015-10-072-1/+7
* clang-format: Add empty line before code-blocks in Docs.Daniel Jasper2015-10-062-1/+7
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-062-18/+41
* Adding an AST node matcher for NonTypeTemplateParmDecl objects.Aaron Ballman2015-10-051-1/+11
* Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...Aaron Ballman2015-10-051-0/+12
* clang-format: Small doc fix.Daniel Jasper2015-10-051-3/+3
* clang-format: Remove sentence in option cost threshold that weakens theDaniel Jasper2015-10-051-2/+0
* clang-format: Document threshold for adding new options.Daniel Jasper2015-10-051-0/+22
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-292-4/+88
* Fix a typo.Adrian Prantl2015-09-171-1/+1
* Update the 3.8 release notes with the breaking change information regarding A...Aaron Ballman2015-09-171-0/+45
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-336/+405
* Updating docs for MSan to describe poison-in-dtor.Naomi Musgrave2015-09-171-0/+10
* Fixed HasDeclarationMatcher to properly convert all types into decls where po...Aaron Ballman2015-09-111-3/+69
* Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.Michael Zolotukhin2015-09-111-0/+20
* Docs: Add missing new line before a list.Michael Zolotukhin2015-09-101-0/+1
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-102-6/+64
* add __builtin_unpredictable and convert to metadataSanjay Patel2015-09-021-0/+27
* Make trunk release notes point to 3.7, not 3.6Nico Weber2015-09-011-2/+2
* Updating the AST matcher documentation with a new entry; NFC.Aaron Ballman2015-08-281-0/+14
* Adding an AST matcher for namespaceAliasDecl.Aaron Ballman2015-08-281-0/+11
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+7
* [Static Analyzer] Checks to catch nullability related issues.Gabor Horvath2015-08-261-0/+92
* [OPENMP] Info about OpenMP Support in Users Manual, NFC.Alexey Bataev2015-08-241-0/+26
* Add AST narrowing matchers for inline and anonymous namespaces. Since the inl...Aaron Ballman2015-08-181-4504/+4545
* Doxygen: add build option to use svg instead of png files for graphsHans Wennborg2015-08-173-1/+11
* Fix AST matcher documentation.Manuel Klimek2015-08-142-84/+245
* Docs: keep copyright years up-to-dateHans Wennborg2015-08-121-1/+2
* Docs: update clang-cl command-line documentationHans Wennborg2015-08-121-22/+59
* ReleaseNotes: Small version nbr fixHans Wennborg2015-08-121-1/+1
* Add missing documentation for conversionDecl; NFC.Aaron Ballman2015-08-111-0/+12
* Add a polymorphic AST matcher for testing whether a constructor or a conversi...Aaron Ballman2015-08-111-0/+26
* Add an AST matcher to match member intializers of a CXXCtorInitializer.Aaron Ballman2015-08-111-0/+17
* Fix typo.Nick Lewycky2015-08-101-1/+1
* Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".Mark Heffernan2015-08-101-4/+16
* Add WebKit brace style configuration option.Roman Kashitsyn2015-08-101-1/+3
* 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
OpenPOWER on IntegriCloud