- 64f9b50 Fix a -Wdocumentation warning. by Dmitri Gribenko · 12 years ago
- a1f81bb [analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue. by Jordan Rose · 12 years ago
- 166b7bd [analyzer] Refactor FindLastStoreBRVisitor to not find the store ahead of time. by Jordan Rose · 12 years ago
- 6062334 [analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt. by Jordan Rose · 12 years ago
- c4fb221 [ms-inline asm] Hoist more common code into the AsmStmt base class. Add stubs by Chad Rosier · 12 years ago
- 33f0558 [ms-inline asm] Add virtual function, getClobber, that returns a StringRef. by Chad Rosier · 12 years ago
- 2fd559f [ms-inline asm] Hoist getNumClobbers into base class. by Chad Rosier · 12 years ago
- 5c7f594 [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional by Chad Rosier · 12 years ago
- 29760b4 Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 12 years ago
- 12b95e5 [ms-inline asm] Add a few comments. by Chad Rosier · 12 years ago
- 19c0134 [ms-inline asm] Hoist common Expr handling logic into AsmStmt. by Chad Rosier · 12 years ago
- da083b2 [ms-inline asm] Rename GenerateAsmString to generateAsmString to conform with by Chad Rosier · 12 years ago
- bbdfe24 [ms-inline asm] Base class AsmStmt implements these. by Chad Rosier · 12 years ago
- 066ef86 [ms-inline asm] Hoist common logic into the AsmStmt base class. by Chad Rosier · 12 years ago
- 728581e [ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmt by Chad Rosier · 12 years ago
- 7d2c5ca Update comment, per Jordan's suggestion. by Chad Rosier · 12 years ago
- 8f7f3a6 Update comment. by Chad Rosier · 12 years ago
- be22cb8 Support MIPS DSP Rev2 intrinsics. The patch reviewed by Akira Hatanaka. by Simon Atanasyan · 12 years ago
- 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
- 3682f1e [analyzer] Use the common evalBind infrastructure for initializers. by Jordan Rose · 12 years ago
- df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
- cd518a0 [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. by Chad Rosier · 12 years ago
- c831d8b Fix integer unsigned behavior in clang due to signed left shift overflow. by Richard Smith · 12 years ago
- e16acd3 New matcher for MaterializeTemporaryExpr by Sam Panzer · 12 years ago
- 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
- 53b890b [analyzer] More fixups/rewording based on Jordan's feedback. by Anna Zaks · 12 years ago
- 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
- b75e260 Rework how PathDiagnosticConsumers pass knowledge of what files they by Ted Kremenek · 12 years ago
- 81e6cfd [analyzer] Address Jordan's review comments. by Anna Zaks · 12 years ago
- 9edd2c8 Comment diagnostics: for unresolved parameters, do not suggest parameter fixit by Dmitri Gribenko · 12 years ago
- be3ace8 [ms-inline asm] Refactor code. No functional change intended. by Chad Rosier · 12 years ago
- 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
- 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
- 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
- 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
- e54778d [analyzer] Move DynamicTypeInfo out of the ProgramState.h by Anna Zaks · 12 years ago
- 6fbe982 Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 12 years ago
- 633abb0 [ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we need by Chad Rosier · 12 years ago
- 5a90193 [analyzer] Make analyzer less aggressive when dealing with [self init]. by Anna Zaks · 12 years ago
- 70ff109 Comment semantic analysis: treat function typedefs as functions so that one can by Dmitri Gribenko · 12 years ago
- 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
- 4e28d9e Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. by Benjamin Kramer · 12 years ago
- 2603fa6 [ms-inline asm] Add a few helper function to the MSAsmStmt class that are needed by Chad Rosier · 12 years ago
- 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
- d5a20c1 Added a method to DeclContext that marks the by Sean Callanan · 12 years ago
- 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
- 88920d1 Mark these const. by Roman Divacky · 12 years ago
- a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
- ad0fe03 Fix an assortment of doxygen comment issues found by -Wdocumentation. by Ted Kremenek · 12 years ago
- 1becab2 [analyzer] Add more comments to CallEvent and RuntimeDefinition. by Anna Zaks · 12 years ago
- d7166b0 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 12 years ago
- e3f3825 Remove BasicConstraintManager. It hasn't been in active service for a while. by Ted Kremenek · 12 years ago
- a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
- 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
- 56a46b5 Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to by Ted Kremenek · 12 years ago
- 66c486f Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. by Ted Kremenek · 12 years ago
- 3b1df8b Rename 'getConjuredSymbol*' to 'conjureSymbol*'. by Ted Kremenek · 12 years ago
- 32a549a Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and by Ted Kremenek · 12 years ago
- 5be88dc Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and add doxygen comments. by Ted Kremenek · 12 years ago
- 9641d45 Remove stale header file. by Ted Kremenek · 12 years ago
- c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 12 years ago
- 59c91c8 Update comment to match the reality. by Dmitri Gribenko · 12 years ago
- 04a4279 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. by Michael J. Spencer · 12 years ago
- a796b6c Switch some realignment calculations over to llvm::RoundUpToAlignment. by Richard Smith · 12 years ago
- d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
- a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
- 88d2f67 Fix alignment of array of VarDecl* following array of unsigned in LambdaExpr. by Richard Smith · 12 years ago
- 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
- 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
- eb8f2ef DeclPrinter: describe what 'terse' output is. by Dmitri Gribenko · 12 years ago
- e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
- 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
- 99f074c Remove unused variable. by David Blaikie · 12 years ago
- 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
- 1833d28 [analyzer] Add comments to ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
- fa06f04 [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. by Jordan Rose · 12 years ago
- df4ee10 [ms-inline asm] Remove old cruft now that MS-style asms their own code path. by Chad Rosier · 12 years ago
- e50ee7e Use correct matcher name in the comment. by Dmitri Gribenko · 12 years ago
- 2546649 Fix comments and variable naming: by Manuel Klimek · 12 years ago
- 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
- 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 12 years ago
- 217c484 Silence a sign compare warning that only occurs on 32 bit platforms. by Benjamin Kramer · 12 years ago
- 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
- 46e7781 [analyzer] Use PointerUnion to implement ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
- 767a1a2 c: privide deprecated warning when __private_extern__ storage by Fariborz Jahanian · 12 years ago
- 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
- 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
- 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 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
- fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 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
- aeb2881 Fix misaligned DeclGroup allocation. by Richard Smith · 12 years ago
- 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 12 years ago
- 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 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
- 91dd9df objective-C: deprecate casts of ObjC's SEL by Fariborz Jahanian · 12 years ago