| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -2/+6 |
* | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -4/+4 |
* | Add some std::move where the value is only read otherwise. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
* | Revert "[ASTMatchers] New forEachOverriden matcher." | Chandler Carruth | 2016-06-11 | 1 | -12/+9 |
* | [ASTMatchers] New forEachOverriden matcher. | Clement Courbet | 2016-06-10 | 1 | -9/+12 |
* | Support for MSVS default calling convention options (/Gd, /Gz, /Gv, | Alexey Bataev | 2016-05-18 | 1 | -2/+19 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -13/+19 |
* | ObjC kindof: set the type of a conditional expression when involving kindof. | Manman Ren | 2016-05-06 | 1 | -4/+13 |
* | [CUDA] Make sure device-side __global__ functions are always visible. | Artem Belevich | 2016-05-02 | 1 | -6/+13 |
* | [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as diffe... | Yaxun Liu | 2016-04-28 | 1 | -1/+1 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -16/+9 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -9/+16 |
* | [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. | Alexey Bader | 2016-04-13 | 1 | -3/+3 |
* | PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ... | Yaxun Liu | 2016-04-12 | 1 | -0/+9 |
* | [OpenCL] Complete image types support. | Alexey Bader | 2016-04-08 | 1 | -38/+11 |
* | [OPENMP] Parsing and Sema support for 'omp declare target' directive | Dmitry Polukhin | 2016-04-06 | 1 | -0/+3 |
* | Canonicalize UnaryTransformType types when they don't have a known underlying... | Vassil Vassilev | 2016-03-30 | 1 | -7/+29 |
* | [Clang][ARM] __va_list declaration is not saved in ASTContext causing compila... | Oleg Ranevskyy | 2016-03-30 | 1 | -0/+1 |
* | [modules] Store mangling numbers in a deterministic order so they don't cause... | Richard Smith | 2016-03-21 | 1 | -4/+2 |
* | [OPENMP 4.0] Codegen for 'declare reduction' construct. | Alexey Bataev | 2016-03-04 | 1 | -1/+3 |
* | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+2 |
* | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -1/+3 |
* | Generalize the consumed-parameter array on FunctionProtoType | John McCall | 2016-03-01 | 1 | -32/+43 |
* | Add FieldNames to __NSConstantString_tag | Ben Langmuir | 2016-02-25 | 1 | -1/+7 |
* | [X86] Fix stack alignment for MCU target (Clang part), by Anton Nadolskiy. | Andrey Turetskiy | 2016-02-10 | 1 | -2/+2 |
* | Fix predefine for __NSConstantString struct type | Ben Langmuir | 2016-02-04 | 1 | -18/+34 |
* | Reapply r259624, it is likely not the commit causing the bot failures. | Quentin Colombet | 2016-02-03 | 1 | -4/+10 |
* | Revert r259624 - Make CF constant string decl visible to name lookup to fix m... | Quentin Colombet | 2016-02-03 | 1 | -10/+4 |
* | Make CF constant string decl visible to name lookup to fix module errors | Ben Langmuir | 2016-02-03 | 1 | -4/+10 |
* | [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ... | Argyrios Kyrtzidis | 2016-01-16 | 1 | -1/+1 |
* | Update for LLVM function name change. | Rui Ueyama | 2016-01-14 | 1 | -3/+3 |
* | [OpenCL] Pipe type support | Xiuli Pan | 2016-01-09 | 1 | -0/+53 |
* | ArrayRef-ize a function. NFC | Craig Topper | 2016-01-03 | 1 | -6/+4 |
* | [ptr-traits] Add #includes of headers rather than forward declarations | Chandler Carruth | 2015-12-30 | 1 | -0/+1 |
* | [ptr-traits] Move methods manipulating PointerUnions, DenseMap pointer | Chandler Carruth | 2015-12-30 | 1 | -0/+15 |
* | [ptr-traits] Switch from a really wasteful SmallDenseMap of | Chandler Carruth | 2015-12-30 | 1 | -5/+3 |
* | ArrayRef-ize TemplateParameterList. NFC | David Majnemer | 2015-12-27 | 1 | -2/+1 |
* | Use data recursion in RecursiveASTVisitor when traversing Stmt and Expr nodes. | Richard Smith | 2015-11-24 | 1 | -15/+16 |
* | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 1 | -5/+5 |
* | Fix some Clang-tidy modernize warnings, other minor fixes. | Eugene Zelenko | 2015-11-04 | 1 | -8/+3 |
* | [Sema] Implement __make_integer_seq | David Majnemer | 2015-11-04 | 1 | -1/+19 |
* | Watch and TV OS: wire up basic ABI choices | Tim Northover | 2015-10-30 | 1 | -0/+2 |
* | [MSVC] Workaround for ICE in cl.exe when compiling ASTContext.cpp in Release ... | Will Wilson | 2015-10-27 | 1 | -1/+3 |
* | [AST] Plug a memory leak when promoting a single ParentMap entry to a vector. | Benjamin Kramer | 2015-10-23 | 1 | -1/+1 |
* | [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap. | Benjamin Kramer | 2015-10-23 | 1 | -30/+80 |
* | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 1 | -8/+6 |
* | [AST] Remove redundant template keywords. | Benjamin Kramer | 2015-10-22 | 1 | -3/+3 |
* | [AST] Store Decl* and Stmt* directly into the ParentMap. | Benjamin Kramer | 2015-10-22 | 1 | -14/+29 |
* | Change SortAndUniqueProtocols to operate directly on a SmallVector rather tha... | Craig Topper | 2015-10-22 | 1 | -16/+11 |
* | Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap." | Benjamin Kramer | 2015-10-21 | 1 | -32/+18 |