summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* [modules] Store mangling numbers in a deterministic order so they don't cause...Richard Smith2016-03-211-2/+3
* [modules] Renumber DECL_UPDATES from 30 to 50, so it no longer collides withRichard Smith2016-03-211-6/+10
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-213-79/+0
* Add replacement = "xxx" to AvailabilityAttr.Manman Ren2016-03-215-10/+25
* NFC: wrap Availability-related data in its own struct in AttributeList.Manman Ren2016-03-211-31/+32
* clang-cl: Move /FC from "Unsupported" to "Ignored" list.Nico Weber2016-03-211-1/+1
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-0/+13
* Reorder data members to be consistent with member initializers, to silence wa...Faisal Vali2016-03-211-6/+6
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-216-34/+64
* clang-cl: Add a comment about /Oy- (see r245913).Nico Weber2016-03-211-0/+1
* Fixed -Wdocumentation warningSimon Pilgrim2016-03-201-6/+6
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-203-27/+35
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-0/+8
* [Sema] Allow casting of some overloaded functionsGeorge Burgess IV2016-03-191-0/+4
* [OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli2016-03-181-0/+2
* Fix printing of anonymous struct typedefs.Steven Watanabe2016-03-182-15/+22
* [clang-cl] Allow use of -gline-tables-onlyReid Kleckner2016-03-181-1/+1
* Add -fnative-half-arguments-and-returnsPirama Arumuga Nainar2016-03-182-0/+3
* Make LookupResult movable again.Benjamin Kramer2016-03-181-0/+38
* Revert r263687 for ubsan bot failure.Manman Ren2016-03-175-31/+8
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-8/+0
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-0/+8
* Re-add (user defined) move ops to UnresolvedSetImpl to allow UnresolvedSet to...David Blaikie2016-03-171-0/+4
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-173-5/+5
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-173-5/+5
* Remove defaulted move ops, the type is zero-cost copyable anyway, so there's ...David Blaikie2016-03-171-2/+0
* Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecate...David Blaikie2016-03-172-2/+10
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-172-7/+10
* Minor code cleanups. NFC.Junmo Park2016-03-171-3/+3
* Add an optional named argument (replacement = "xxx") to AvailabilityAttr.Manman Ren2016-03-175-8/+31
* Add an optional string argument to DeprecatedAttr for Fix-It.Manman Ren2016-03-162-2/+26
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-165-1/+84
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-163-0/+79
* Move the fixit for -Wformat-security to a note.Bob Wilson2016-03-151-0/+2
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-152-5/+16
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-152-3/+3
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-142-3/+3
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-142-3/+3
* [modules] Don't diagnose non-modular includes from modular files that areRichard Smith2016-03-141-0/+6
* [OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao2016-03-142-2/+2
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-132-0/+3
* clang-cl: Add /Yc argument to /showIncludes output.Nico Weber2016-03-131-0/+1
* Removing the friend declaration was not a good idea.John McCall2016-03-111-0/+1
* Speculatively attempt to fix the MSVC build by making someJohn McCall2016-03-111-8/+9
* Add a coerce-and-expand ABIArgInfo as a generalization of someJohn McCall2016-03-111-14/+107
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-112-3/+43
* Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.Manman Ren2016-03-102-3/+6
* Make remaining ImplicitFallthrough warning DefaultIgnore.Nico Weber2016-03-101-1/+1
* Minor Wdocumentation fix. NFCI.Simon Pilgrim2016-03-101-1/+0
* Correcting an attribute documentation generation error by giving the abi_tag ...Aaron Ballman2016-03-101-0/+1
OpenPOWER on IntegriCloud