- 8ecf59a [analyzer] Make BlockDataRegions typed, so that they have DynamicTypeInfo. by Jordan Rose · 12 years ago
- 80ad88d Remove -Wbad-function-cast from -Wall. by Fariborz Jahanian · 12 years ago
- 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
- 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
- a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 12 years ago
- bbb8afd c: implement gcc's -Wbad-function-cast which warns by Fariborz Jahanian · 12 years ago
- d6bbc98 Define __builtin_ffs[ll] with a signed argument instead of unsigned. by Benjamin Kramer · 12 years ago
- 64b8578 [ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsing by Chad Rosier · 12 years ago
- 19d48ce Add release notes for type safety attributes. by Dmitri Gribenko · 12 years ago
- d6d76f2 Fix broken check lines. by Benjamin Kramer · 12 years ago
- 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
- 66a3d47 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 12 years ago
- fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 12 years ago
- 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 12 years ago
- 1dc7ab0 Temporarily revert r162066 and r162062 to see if it brings the gdb bots back. by Eric Christopher · 12 years ago
- e7259aa Fix undefined behavior in debug info emission: operator* on WeakVH returns a by Richard Smith · 12 years ago
- eae57a6 Fix test so that it doesn't keep failing forever when it's failed once. by Richard Smith · 12 years ago
- c141b51 Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid by Richard Smith · 12 years ago
- e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
- 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
- 25c0400 [analyzer] Add an internal reference document describing IPA and CallEvent. by Jordan Rose · 12 years ago
- b81a9ad [analyzer] Unbreak the static analyzer buildbot. by Anna Zaks · 12 years ago
- 9e63dc5 Avoid binding a reference to a dereferenced null pointer, if we try to emit a by Richard Smith · 12 years ago
- aeb2881 Fix misaligned DeclGroup allocation. by Richard Smith · 12 years ago
- cbf97c5 Don't form a null reference when checking for validity of an anonymous by Richard Smith · 12 years ago
- 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 12 years ago
- 8bf4ab3 Add some caching here for the builtin types. by Eric Christopher · 12 years ago
- 8c019df Remove FIXME, the constraints contain more options than the by Eric Christopher · 12 years ago
- a0dfca1 Add a missing 'break' to ensure that we reject inline assembly by Eric Christopher · 12 years ago
- 2502ec8 Random string removal. by Eric Christopher · 12 years ago
- c076ef6 Make isa part of objc_object at metadata generation time. by Eric Christopher · 12 years ago
- 1a30edb Fix misaligned allocation of TemplateParameterList objects. by Richard Smith · 12 years ago
- 2f64851 [ms-inline asm] Comment. by Chad Rosier · 12 years ago
- 7e1fb9a [ms-inline asm] Extract a helper function, getSpelling(). Also use this on by Chad Rosier · 12 years ago
- 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 12 years ago
- eeff8ce [ms-inline asm] If we don't know how to handle a token then assume this is not a by Chad Rosier · 12 years ago
- 700ce64 [ms-inline asm] Add a helper function, isMSAsmKeyword(). by Chad Rosier · 12 years ago
- bc20bbb Removed unused LParenLoc parameter to ActOnCXXForRangeStmt by Sam Panzer · 12 years ago
- ca7a7be objective-C: make -Wcast-of-sel-type the default. // rdar://12107381 by Fariborz Jahanian · 12 years ago
- 81c53b4 CommentCommandTraits: rename BeginName -> StartName for consistency. by Dmitri Gribenko · 12 years ago
- 2863c0e [ms-inline asm] Perform symbol table lookup on variables. The idea is to use by Chad Rosier · 12 years ago
- 183e8ae Fixup test case for Release builds. by Chad Rosier · 12 years ago
- 91dd9df objective-C: deprecate casts of ObjC's SEL by Fariborz Jahanian · 12 years ago
- 1599eac Attaching comments to declarations: parse the comment in context of the by Dmitri Gribenko · 12 years ago
- 2776224 Remove #if 0 that has been around for a long time. by Ted Kremenek · 12 years ago
- 2b2c49d Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<SourceRange> for ranges. This by Ted Kremenek · 12 years ago
- c4bac8e Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. by Ted Kremenek · 12 years ago
- 425f41b Matchers related to DeclStmt for matching the count of declarations, a particular declaration within the statement, and single-Decl DeclStmts. by Sam Panzer · 12 years ago
- f64c118 [ms-inline asm] Start tracking which tokens are registers and which are by Chad Rosier · 12 years ago
- 089e5b3 Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts by Sam Panzer · 12 years ago
- d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
- 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
- d012586 Test commit: deleted whitespace on blank line by Sam Panzer · 12 years ago
- 2f47cab Fix misaligned allocation of QualifiedTempateName and DependentTemplateName. by Richard Smith · 12 years ago
- 0e9eaa8 Remove names from the CHECK lines. by Tanya Lattner · 12 years ago
- c58dcdc Convert loads and stores of vec3 to vec4 to achieve better code generation. Add test case. by Tanya Lattner · 12 years ago
- 058ab17 [ms-inline asm] Add inputs and outputs to AST. No functional change. by Chad Rosier · 12 years ago
- e6cd054 [analyzer] Look through all casts when trying to track constraints. by Jordan Rose · 12 years ago
- ac45293 Devirtualize calls on glvalues produced by class member access expressions. by Richard Smith · 12 years ago
- 95526a4 Thread safety analysis: prevent a compiler error in cases where a by DeLesley Hutchins · 12 years ago
- 7f66085 [analyzer] If we call a C++ method on an object, assume it's non-null. by Jordan Rose · 12 years ago
- b5f9eb8 [ms-inline asm] Use a set container to remove redundant clobbers. by Chad Rosier · 12 years ago
- bec224b [ms-inline asm] Address a FIXME by computing the number of asm statements when by Chad Rosier · 12 years ago
- da29ac5 [analyzer] Even if we are not inlining a virtual call, still invalidate! by Jordan Rose · 12 years ago
- f37e421 [ms-inline asm] MSVC parses multiple __asm statements on a single line as one by Chad Rosier · 12 years ago
- 4e79fdf [analyzer] Correctly devirtualize virtual method calls in constructors. by Jordan Rose · 12 years ago
- 99570a5 Allow 'static' and type qualifiers in K&R parameter type lists. by Matt Beaumont-Gay · 12 years ago
- a8ac203 [ms-inline asm] Don't emit newlines as these are ignored by the AsmParser by Chad Rosier · 12 years ago
- 8cc7efa Add ASTMatcher for matching extern "C" function declarations. by Daniel Jasper · 12 years ago
- 4cc83c2 Patch to warn about __private_extern__ on tentative definitions by Fariborz Jahanian · 12 years ago
- 9e4abb4 Fix for PR#13606: http://llvm.org/bugs/show_bug.cgi?id=13606 by John Criswell · 12 years ago
- 5aad79f [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
- 89c57a2 [ms-inline asm] Capturing loop-scoped (std::string)Reg with a StringRef is bad. by Chad Rosier · 12 years ago
- 317d6ef Fix base type of ASTDeclNodeLister. by Michael Han · 12 years ago
- fc87350 [analyzer] Don't try to devirtualize if the class is incomplete. by Jordan Rose · 12 years ago
- 9f6441a [analyzer] Only adjust the type of 'this' when we devirtualize a method call. by Jordan Rose · 12 years ago
- 7bd092b [ms-inline asm] Add the left brace source location and improve the pretty by Chad Rosier · 12 years ago
- 7f397c5 Check for improper use of 'static' and type qualifiers in array declarators. by Hans Wennborg · 12 years ago
- dece8b3 Revert this to try to bring the i386 bots back. by Eric Christopher · 12 years ago
- 4fda501 clang/lib/Sema/SemaStmt.cpp: Include MCAsmLexer.h to appease msvc to define llvm::AsmToken. by NAKAMURA Takumi · 12 years ago
- 4746704 Use the right alignment when allocating NestedNameSpecifier objects. by Richard Smith · 12 years ago
- 97f6026 Fix overallocation and underalignment of ASTTemplateArgumentListInfo objects. by Richard Smith · 12 years ago
- 09647f2 [analyzer] Doxygen comments in ObjCMethodCall. by Jordan Rose · 12 years ago
- b763ede [analyzer] Don't inline dynamic-dispatch methods unless -analyzer-ipa=dynamic. by Jordan Rose · 12 years ago
- 0ad36ba [analyzer] Correctly devirtualize virtual method calls in destructors. by Jordan Rose · 12 years ago
- 2f834a5 [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
- 1ac64aa [ms-inline asm] Have MC start parsing the asms. by Chad Rosier · 12 years ago
- 1e059da [ms-inline asm] Mark getClobber() const. by Chad Rosier · 12 years ago
- cd6873e [analyzer] A base class needs a complete definition to provide offsets. by Jordan Rose · 12 years ago
- 1b4b146 Check local static variables for self reference on initialization. by Richard Trieu · 12 years ago
- 27ef16b [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress. by Chad Rosier · 12 years ago
- 92570bd [ms-inline asm] Remove the last bits of LineEnds. by Chad Rosier · 12 years ago
- 9fbf327 Remove trailing return flag from FunctionTypeLoc, since we now carry that by Richard Smith · 12 years ago
- c95ad00 Fix undefined behavior: reference bound to dereferenced null pointer. by Richard Smith · 12 years ago
- 13a178f [ms-inline asm] Simplify more logic by using the Token::hasLeadingSpace() and by Chad Rosier · 12 years ago
- 0435943 Small change to avoid confusion on what "used by" means for a compiler. by Rafael Espindola · 12 years ago
- 5dfc441 [ms-inline asm] Address a potential buffer overflow. by Chad Rosier · 12 years ago
- fdbd3c5 [ms-inline asm] Simplify the logic in patchMSAsmString. We no longer need to by Chad Rosier · 12 years ago
- ce23bb7 irgen: inline code for several of complex builtin calls. // rdar://8315199 by Fariborz Jahanian · 12 years ago
- 21ef711 [ms-inline asm] Add a helpful assert. by Chad Rosier · 12 years ago