summaryrefslogtreecommitdiff
path: root/include/clang/Basic
Commit message (Expand)AuthorAge
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-25
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-25
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-25
* Fixing the RST markup for the #pragma loop attribute documentation.Aaron Ballman2014-06-25
* [AArch32] Fix a stupid error in an architectural guardJames Molloy2014-06-25
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* Implement predefined stdint macrosJF Bastien2014-06-25
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-24
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-24
* Forgot to add file in r211631Matt Arsenault2014-06-24
* Add R600 builtin codegen.Matt Arsenault2014-06-24
* Fix missing C++ mode commentMatt Arsenault2014-06-24
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-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
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-22
* Fix the category name for hash-warnings and hash-errorsAlp Toker2014-06-22
* Remove unused diagnostic and diagnostic group.Benjamin Kramer2014-06-22
* TextDiagnosticPrinter: use the mapped level for remark flag computationAlp Toker2014-06-22
* [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
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* Avoid invalidating successfully loaded module filesBen Langmuir2014-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
* 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
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-18
* CodeGen: improve ms instrincics supportSaleem Abdulrasool2014-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
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-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
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-13