summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-19
* Document unroll and unroll_count directives.Eli Bendersky2014-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
* CodeGen: improve ms instrincics supportSaleem Abdulrasool2014-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
* Documentation for #pragma clang loop directive and options vectorize and inte...Tyler Nowicki2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* Rewrite ARM NEON intrinsic emission completely.James Molloy2014-06-17
* clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* [OPENMP] Renamed 'DataRecursiveASTVisitor' to just 'RecursiveASTVisitor' for ...Alexey Bataev2014-06-17
* Add support for the /Fi argument to clang-cl (PR20036)Hans Wennborg2014-06-17
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-17
* AArch64: Support for __builtin_arm_rbit() and __builtin_arm_rbit64().Jim Grosbach2014-06-16
* ARM: Support for __builtin_arm_rbit() intrinsic.Jim Grosbach2014-06-16
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-16
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-16
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-16
* Fix typosAlp Toker2014-06-16
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-16
* clang/AST/OpenMPClause.h: Update \param VL. [-Wdocumentation]NAKAMURA Takumi2014-06-16
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* With the option '-analyzer-config stable-report-filename=true',Sylvestre Ledru2014-06-14
* Fix a crash in Retain Count checker error reportingAnna Zaks2014-06-13
* Add support for the /EP argument to clang-clHans Wennborg2014-06-13
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-13
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* MS ABI: Fix inheritance model calculation in CRTPDavid Majnemer2014-06-13
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-12
* Remove stale part of comment.Eli Bendersky2014-06-12
* The Clang C API does not require C++. Thanks to Jordan Rose for pointing out ...Richard Smith2014-06-12
* Include system_error directly.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-12
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-12
* Use StringRef to simplify code. No functional change.Craig Topper2014-06-12
* Use ArrayRef in some function parameters instead of a pointer and count. No f...Craig Topper2014-06-12
* Fix typo.Rafael Espindola2014-06-12
* Give clang-format its own error category.Rafael Espindola2014-06-12
* [modules] Add first-draft module maps for Clang. These don't cover everythingRichard Smith2014-06-12
* PR19966: don't crash/assert when __underlying_type is applied to an incompleteRichard Smith2014-06-12
* Add loop unroll pragma supportEli Bendersky2014-06-11
* Allow lookup into dependent bases in more places under -fms-compatibilityReid Kleckner2014-06-11
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-10