summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Extend -Wdynamic-class-memaccess to records containing dynamic classesReid Kleckner2014-06-27
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner2014-06-27
* [ARM-BE] Generate correct NEON intrinsics for big endian systems.James Molloy2014-06-27
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-27
* Do not inline methods of C++ containers (coming from headers).Anna Zaks2014-06-27
* Objective-C ARC. Provide diagnostic and fix-it Fariborz Jahanian2014-06-26
* Implement the -fuse-ld= option.Logan Chien2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-26
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-26
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-26
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* Reformat RAVs to sync up following recent updatesAlp Toker2014-06-26
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-26
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-25
* fixed typos in commentSanjay Patel2014-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
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-25
* [OPENMP] Improved code and replaced struct by lambda.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
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-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
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-23
* AST: Add ranges for AsmStmt's inputs and outputsDavid Majnemer2014-06-23
* 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
* DiagnosticRenderer: emit basic notes as real diagnosticsAlp Toker2014-06-21
* TextDiagnostic: print remark level diagnostics in bold tooAlp Toker2014-06-21
* 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
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-20
* [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