Age | Commit message (Expand) | Author |
2013-03-08 | <rdar://problem/13170740> Be a little more careful when instantiating 'this' ... | Douglas Gregor |
2013-03-08 | Move clang tests that depend on llvm/ADT/Statistic.h to a subdir. | Jan Wen Voung |
2013-03-08 | Sema: Preserve attributes on parameters in instantiated function templates. | Jordan Rose |
2013-03-08 | <rdar://problem/13094134> Don't try to wire up typedef names for invalid anon... | Douglas Gregor |
2013-03-08 | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose |
2013-03-08 | <rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp... | Douglas Gregor |
2013-03-08 | [PCH] When complaining that a header from the PCH was modified, also mention | Argyrios Kyrtzidis |
2013-03-08 | [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ... | Argyrios Kyrtzidis |
2013-03-08 | Fixes breaking of string literals. | Manuel Klimek |
2013-03-08 | Remove unused variable. | Benjamin Kramer |
2013-03-08 | Add support for the OpenCL attribute 'vec_type_hint'. | Joey Gouly |
2013-03-08 | [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a... | Argyrios Kyrtzidis |
2013-03-08 | [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to | Argyrios Kyrtzidis |
2013-03-08 | [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. | Argyrios Kyrtzidis |
2013-03-08 | [driver] If we're just linking, don't report --param X as unused option. | Chad Rosier |
2013-03-07 | HeaderDoc: Support more of HeaderDoc documentation | Fariborz Jahanian |
2013-03-07 | Add code completion for @import <rdar://problem/13344306>. | Douglas Gregor |
2013-03-07 | Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-... | Douglas Gregor |
2013-03-07 | When possible, move __block variables to the heap rather than copying them. | Douglas Gregor |
2013-03-07 | Promote atomic type sizes up to a power of two, capped by | John McCall |
2013-03-07 | Move the atomics code into its own file. | John McCall |
2013-03-07 | Change hasAggregateLLVMType, which conflates complex and | John McCall |
2013-03-07 | Add CharUnits::alignmentAtOffset. | John McCall |
2013-03-07 | Evaluate compound literals directly into the result aggregate | John McCall |
2013-03-07 | Remove temporary std::vectors that ca be replaced with ArrayRef's magic. | Benjamin Kramer |
2013-03-07 | Remove unncessary whitespace when triggered on empty line. | Daniel Jasper |
2013-03-07 | Adding lvalue and rvalue reference type matchers | Edwin Vane |
2013-03-07 | Add 'e' to the SPIR data layout - SPIR is little endian for now. | Guy Benyei |
2013-03-07 | Minor refactor of how we get compilation phases. | Matthew Curtis |
2013-03-07 | Fix build with clang, this was supposed to be part of r176617. | Nick Lewycky |
2013-03-07 | Add flags for additional control over coverage generation. Pick the version | Nick Lewycky |
2013-03-07 | [analyzer] Warn on passing a reference to null pointer as an argument in a call | Anna Zaks |
2013-03-07 | Don't duplicate function names. Thanks to Jordan Rose for pointing it out. | Rafael Espindola |
2013-03-07 | Add a hasExternalLinkage helper. No functionality change. | Rafael Espindola |
2013-03-07 | Add a hasExternalStorageAsWritten helper. No functionality change. | Rafael Espindola |
2013-03-07 | Fix typo. | Rafael Espindola |
2013-03-07 | [analyzer] Check for returning null references in ReturnUndefChecker. | Jordan Rose |
2013-03-07 | [analyzer] Clean up a few doc comments for ProgramState and CallEvent. | Jordan Rose |
2013-03-06 | Ensure that DIType is regenerated after we visit an implementation | Adrian Prantl |
2013-03-06 | [analyzer] Pass the correct Expr to the bug reporter visitors when dealing wi... | Anna Zaks |
2013-03-06 | [analyzer] IDC: Add config option; perform the idc check on first “null nod... | Anna Zaks |
2013-03-06 | [PCH] When pre-validating the headers from the PCH, only validate non-system ... | Argyrios Kyrtzidis |
2013-03-06 | [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file. | Argyrios Kyrtzidis |
2013-03-06 | [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than... | Argyrios Kyrtzidis |
2013-03-06 | [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra... | Argyrios Kyrtzidis |
2013-03-06 | Spell Objective-C correctly. | Fariborz Jahanian |
2013-03-06 | say objective-C in the warning and streamline | Fariborz Jahanian |
2013-03-06 | Driver: add support for new style multiarch in Ubuntu 13.04 | Dmitri Gribenko |
2013-03-06 | New ASTMatchers and enhancement to hasOverloadedOperatorName | Edwin Vane |
2013-03-06 | [Sanitize] Don't emit function attribute sanitize_address/thread/memory if th... | Alexey Samsonov |