summaryrefslogtreecommitdiff
path: root/lib/Sema
Commit message (Expand)AuthorAge
* Don't allow dllimport variables in constant initializersHans Wennborg2014-06-25
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-25
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-25
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-25
* [OPENMP] Improved code and replaced struct by lambda.Alexey Bataev2014-06-25
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-24
* Merge handleDLLImportAttr and handleDLLExportAttr into one function.Hans Wennborg2014-06-24
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Allow static_assert inside an anonymous union; fixes PR20021 as well as imple...Aaron Ballman2014-06-24
* Fix "warning: fallthrough annotation does not directly precede switch label" ...Alexander Kornienko2014-06-24
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-24
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-24
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-23
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-23
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* [C++1z] Implement N3928: message in static_assert is optional.Richard Smith2014-06-20
* The ability to use vector initializer lists is a GNU vector extensionJames Molloy2014-06-20
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* Objective-C qoi. When Objective-C pointer mismatches withFariborz Jahanian2014-06-19
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-19
* Fix assertion hit or bogus compiler error in cases when instantiating ObjC pr...Argyrios Kyrtzidis2014-06-19
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-19
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-19
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-19
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-18
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-18
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-18
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-18
* Objective-C. Check for integer overflow in Objective-C'sFariborz Jahanian2014-06-18
* Objective-C. Attributes on class declarations carry overFariborz Jahanian2014-06-18
* Inherit dll attributes to static localsHans Wennborg2014-06-18
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-18
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* Convert an llvm_unreachable in an 'else' block to a removal of the 'if' and a...Craig Topper2014-06-18
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* Fix bug in code for avoiding dynamic initialization of dllimport globalsHans Wennborg2014-06-18
* Fix the caller of checkCorrectionVisibility too.Kaelyn Takata2014-06-17
* Remove an unused argument from checkCorrectionVisibility.Kaelyn Takata2014-06-17
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-17
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-17
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-16