summaryrefslogtreecommitdiff
path: root/include/clang/Sema
Commit message (Expand)AuthorAge
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-26
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-23
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-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
* Inherit dll attributes to static localsHans Wennborg2014-06-18
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* 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
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-13
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-12
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-10
* *Really* fix DOS newlines introduced in r210330Reid Kleckner2014-06-10
* [C++11] Use 'nullptr'.Craig Topper2014-06-09
* Don't include llvm/MC/MCParser throughout all of SemaAlp Toker2014-06-08
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-06
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* Fix typosAlp Toker2014-06-06
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-06
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* [OPENMP] Small comment and reformatting fixes.Alexander Musman2014-06-04
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-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
* Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExprRichard Smith2014-05-31
* 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
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-24
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-24
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-23
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* Consolidate single void paramter checkingAlp Toker2014-05-11
* Follow-up to r208481: Free all default arguments, not just the first one.Nico Weber2014-05-11
* Don't leak default arg tokens on invalid destructors or conversion functions.Nico Weber2014-05-10
* Objective-C ARC. Add support for toll-free bridge Fariborz Jahanian2014-05-10
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-07