aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-08<rdar://problem/13170740> Be a little more careful when instantiating 'this' ...Douglas Gregor
2013-03-08Move clang tests that depend on llvm/ADT/Statistic.h to a subdir.Jan Wen Voung
2013-03-08Sema: 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-08ArrayRef-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 mentionArgyrios Kyrtzidis
2013-03-08[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08Fixes breaking of string literals.Manuel Klimek
2013-03-08Remove unused variable.Benjamin Kramer
2013-03-08Add 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 toArgyrios 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-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian
2013-03-07Add code completion for @import <rdar://problem/13344306>.Douglas Gregor
2013-03-07Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...Douglas Gregor
2013-03-07When possible, move __block variables to the heap rather than copying them.Douglas Gregor
2013-03-07Promote atomic type sizes up to a power of two, capped byJohn McCall
2013-03-07Move the atomics code into its own file.John McCall
2013-03-07Change hasAggregateLLVMType, which conflates complex andJohn McCall
2013-03-07Add CharUnits::alignmentAtOffset.John McCall
2013-03-07Evaluate compound literals directly into the result aggregateJohn McCall
2013-03-07Remove temporary std::vectors that ca be replaced with ArrayRef's magic.Benjamin Kramer
2013-03-07Remove unncessary whitespace when triggered on empty line.Daniel Jasper
2013-03-07Adding lvalue and rvalue reference type matchersEdwin Vane
2013-03-07Add 'e' to the SPIR data layout - SPIR is little endian for now.Guy Benyei
2013-03-07Minor refactor of how we get compilation phases.Matthew Curtis
2013-03-07Fix build with clang, this was supposed to be part of r176617.Nick Lewycky
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-03-07[analyzer] Warn on passing a reference to null pointer as an argument in a callAnna Zaks
2013-03-07Don't duplicate function names. Thanks to Jordan Rose for pointing it out.Rafael Espindola
2013-03-07Add a hasExternalLinkage helper. No functionality change.Rafael Espindola
2013-03-07Add a hasExternalStorageAsWritten helper. No functionality change.Rafael Espindola
2013-03-07Fix 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-06Ensure that DIType is regenerated after we visit an implementationAdrian 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-06Spell Objective-C correctly.Fariborz Jahanian
2013-03-06say objective-C in the warning and streamlineFariborz Jahanian
2013-03-06Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko
2013-03-06New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane
2013-03-06[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...Alexey Samsonov