summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* [OPENMP] Small comment and reformatting fixes.Alexander Musman2014-06-04
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-04
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-03
* Fix leak from r210059Alp Toker2014-06-03
* Use IntrusiveRefCntPtr's == and != nullptr operators.Rafael Espindola2014-06-03
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-03
* PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith2014-06-03
* Don't assume an implicit IntrusiveRefCntPtr -> bool operator.Rafael Espindola2014-06-03
* Eliminate redundant MangleBuffer classAlp Toker2014-06-03
* Revert "Fix the undefined-but-used odr-use marker (DR48)"Alp Toker2014-06-01
* Fix the undefined-but-used odr-use marker (DR48)Alp Toker2014-06-01
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-31
* Support C++11 scoped enums in NamedDecl::isCXXClassMember()Alp Toker2014-05-31
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-31
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-31
* Preprocessor: don't exit early in CheckMacroName()Alp Toker2014-05-31
* Diagnose dll attribute on member of class that already has a dll attributeHans Wennborg2014-05-31
* Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExprRichard Smith2014-05-31
* Add a FIXME for a bug Doug pointed out in code review.Richard Smith2014-05-30
* Thread Safety Analysis: fix handling of string and char literals.DeLesley Hutchins2014-05-30
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-30
* Thread Safety Analysis: fix uninitialized member in TIL Literal.DeLesley Hutchins2014-05-30
* Setting a heading for the section/allocate attribute so that the attribute do...Aaron Ballman2014-05-30
* PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic2014-05-30
* PR12214 - Warn on suspicious self-compound-assignments.Nikola Smiljanic2014-05-30
* Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins2014-05-29
* Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet2014-05-29
* Thread Safety Analysis: minor changes to TIL pretty-printing.DeLesley Hutchins2014-05-29
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-29
* Sema: Functions with dll attributes cannot be deletedNico Rieck2014-05-29
* Sema: Check dll attributes on static data membersNico Rieck2014-05-29
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* PR19878: If a pack expansion appears within another pack expansion, correctlyRichard Smith2014-05-29
* Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins2014-05-28
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-28
* Move misplaced Documentation note in Attr.tdReid Kleckner2014-05-28
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-28
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-28
* Consolidate some note diagnosticsAlp Toker2014-05-28
* Fix line endings.Nikola Smiljanic2014-05-28
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-28
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-28
* Add range accessors for captures of a LambdaExpr.James Dennett2014-05-27
* ASTMatchers.h: Appease msc17.NAKAMURA Takumi2014-05-27
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27