summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Don't include llvm/MC/MCParser throughout all of SemaAlp Toker2014-06-08
* DeclObjC: Fix comments about bad APIAlp Toker2014-06-07
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-07
* StringRefize TargetInfo::getABI()Alp Toker2014-06-07
* Driver: add -m{,no-}long-calls supportSaleem Abdulrasool2014-06-07
* Fix my poor grammar from r210372Richard Trieu2014-06-06
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-06
* Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu2014-06-06
* Fix DOS-style newlines.Eli Bendersky2014-06-06
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-06
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* Fix typosAlp Toker2014-06-06
* Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker2014-06-06
* Revert "Devise a package-private means to determine the LLVM version string"Alp Toker2014-06-06
* Devise a package-private means to determine the LLVM version stringAlp Toker2014-06-06
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-06
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-05
* Add hasLocalStorage/hasGlobalStorage matchers.Samuel Benzaquen2014-06-05
* Add pointer types to global named registerRenato Golin2014-06-05
* Fix equalsNode() to accept pointers to derived types.Samuel Benzaquen2014-06-05
* [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