- 3fee351 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
- 3b12b7e Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation by Andrew Savonichev · 7 years ago
- 35dfce7 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
- 1408f91 [OPENMP] Add support for OMP5 requires directive + unified_address clause by Kelvin Li · 7 years ago
- 600adef PR33924: merge local declarations that have linkage of some kind within by Richard Smith · 7 years ago
- d3ea49f Revert r336021 "PR33924: merge local declarations that have linkage of some kind within" by Hans Wennborg · 7 years ago
- 5555eac PR33924: merge local declarations that have linkage of some kind within by Richard Smith · 7 years ago
- ab80f3c [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents by Leonard Chan · 7 years ago
- f921d85 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- 0d485db Revert "This diff includes changes for supporting the following types." by Leonard Chan · 7 years ago
- db55d83 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
- a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 7 years ago
- 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 7 years ago
- 560ce2c Re-land: "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
- 370bf3e Revert "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
- b9ad175 [Support] Replace HashString with djbHash. by Jonas Devlieghere · 8 years ago
- 4a6d5b7 Revert r314955: "Remove PendingBody mechanism for function and ObjC method deserialization." by Daniel Jasper · 8 years ago
- b80e753 PR33924: Merge block-scope anonymous declarations if there are multiple definitions of the enclosing function. by Richard Smith · 8 years ago
- cc623ad Recommit "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
- 9aeedde Revert "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
- ab36f33 Add _Float16 as a C/C++ source language type by Sjoerd Meijer · 8 years ago
- bc49120 Add an explicit derived class of FunctionDecl to model deduction guides rather by Richard Smith · 9 years ago
- 58984e7 [OpenCL] Correct ndrange_t implementation by Anastasia Stulova · 9 years ago
- 151c456 [c++1z] P0195R2: Support pack-expansion of using-declarations. by Richard Smith · 9 years ago
- 9949ead Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." by Daniel Jasper · 9 years ago
- 22a250c [c++1z] P0195R2: Support pack-expansion of using-declarations. by Richard Smith · 9 years ago
- 8df390f C++ Modules TS: Add parsing and some semantic analysis support for by Richard Smith · 9 years ago
- bdb84f3 P0217R3: Parsing support and framework for AST representation of C++1z by Richard Smith · 9 years ago
- 5179eb7 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
- bb1ea2d Enable support for __float128 in Clang and enable it on pertinent platforms by Nemanja Ivanovic · 9 years ago
- d7d45bf Revert 266186 as it breaks anything that includes type_traits on some platforms by Nemanja Ivanovic · 9 years ago
- 50f29e0 Enable support for __float128 in Clang by Nemanja Ivanovic · 9 years ago
- b62f144 [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. by Alexey Bader · 9 years ago
- 954ba21 [OpenCL] Complete image types support. by Alexey Bader · 9 years ago
- 94a4f0c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. by Alexey Bataev · 10 years ago
- cbbaeb1 Serialize `#pragma detect_mismatch`. by Nico Weber · 10 years ago
- 6622029 Serialize `#pragma comment`. by Nico Weber · 10 years ago
- 4244be2 [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. by Alexey Bataev · 10 years ago
- 90c228f [OPENMP 4.5] Ccapture/codegen of private non-static data members. by Alexey Bataev · 10 years ago
- d9b1a4f [Sema] Implement __make_integer_seq by David Majnemer · 10 years ago
- 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
- b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
- bdf7c84 Run clang-format to unify the switch statement style as suggest here: http://reviews.llvm.org/D12855#246073. by Alexey Bader · 10 years ago
- 9c8453f [OpenCL] Add new types for OpenCL 2.0. by Alexey Bader · 10 years ago
- 1a3320e [OPENMP 4.0] Initial support for array sections. by Alexey Bataev · 10 years ago
- 85f3f95 Parsing, semantic analysis, and AST for Objective-C type parameters. by Douglas Gregor · 10 years ago
- f19e127 Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext by Richard Smith · 11 years ago
- 2b56057 [modules] Treat friend declarations that are lexically within a dependent by Richard Smith · 11 years ago
- f463436 [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes by Richard Smith · 11 years ago
- d08aeb6 [modules] Number anonymous declarations that are lexically within mergeable by Richard Smith · 11 years ago
- a13603a [C++11] Use 'nullptr'. Serialization edition. by Craig Topper · 11 years ago
- fd8634a Make UsingShadowDecls redeclarable. This fixes some visibility problems with by Richard Smith · 12 years ago
- 39a1e50 Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 12 years ago
- 6dfa25a Sema for Captured Statements by Tareq A. Siraj · 12 years ago
- 5e77d76 Basic support for Microsoft property declarations and references thereto. by John McCall · 12 years ago
- a769e07 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 13 years ago
- 8432435 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 13 years ago
- 6105419 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 13 years ago
- 7a6e200 Make getDefinitiveDeclContext() actually return a DeclContext, as one by Douglas Gregor · 13 years ago
- fe732d5 When deserializing a declaration, don't look for redeclarations if its by Douglas Gregor · 13 years ago
- 9f78289 Introduce a fast path for the ASTReader's name lookup within a by Douglas Gregor · 13 years ago
- 1b4fb3e Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 13 years ago
- d8a08ea Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 13 years ago
- 11169dd Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 13 years ago
- b13abb9 Add OpenCL images as clang builtin types. by Guy Benyei · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 34866c7 Change the representation of builtin functions in the AST by Eli Friedman · 13 years ago
- 526ab47 Restore r142914 and r142915, now with missing file and apparent by John McCall · 14 years ago
- 9a8f139 Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 14 years ago
- c4a2d32 Introduce a placeholder type for "pseudo object" by John McCall · 14 years ago
- 8a6b59a Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 14 years ago
- f0c267e Provide half floating point support as a storage only type. by Anton Korobeynikov · 14 years ago
- 0009fcc Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 14 years ago
- 3199634 Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
- 30482bc Implement the C++0x deduced 'auto' feature. by Richard Smith · 15 years ago
- ad3467e The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 15 years ago
- 55d1fc2 Give a default implementation for ASTDeserializationListener's methods, no functionality change. by Argyrios Kyrtzidis · 15 years ago
- 082e461 Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic by Argyrios Kyrtzidis · 15 years ago
- 4bd9710 Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in PCHReader and PCHWriter. by Argyrios Kyrtzidis · 15 years ago