- bbff82f Move isObjCSelf into Expr. by Anna Zaks · 12 years ago
- b9733ac [analyzer] Address Jordan's review for r164868. by Anna Zaks · 12 years ago
- e606e3d [analyzer] Allow ObjC ivar lvalues where the base is nil. by Jordan Rose · 12 years ago
- d27a368 Revert "[analyzer] Check that a member expr is valid even when the result is an lvalue." by Jordan Rose · 12 years ago
- 622b6fb Have AnalyzerOptions::getBooleanOption() stick the matching config by Ted Kremenek · 12 years ago
- 43e8ef0 Add checker debug.ConfigDumper to dump the contents of the configuration table. by Ted Kremenek · 12 years ago
- 0504a59 Reapply "[analyzer] Handle inlined constructors for rvalue temporaries correctly." by Jordan Rose · 12 years ago
- 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
- ca5d78d [analyzer] Make ProgramStateManager's SubEngine parameter optional. by Jordan Rose · 12 years ago
- 3dd82f7 The Redeclarable part of named decls is read before their name. by Axel Naumann · 12 years ago
- b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
- 7b3b95a Bring ASTReader and Writer into sync for the case where a canonical template specialization was written, which is non-canonical at the time of reading: force the reading of the ClassTemplateDecl if it was written. by Axel Naumann · 12 years ago
- 6cacae8 CodeGen: Copy tail padding when we're not dealing with a trivial copy assign or move assign operator. by Benjamin Kramer · 12 years ago
- f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
- cfaab00 Add ARM VFPv4 feature and enable it by default for Swift. by Bob Wilson · 12 years ago
- 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
- 0226266 Add an FMA intrinsic for ARM Neon. by Bob Wilson · 12 years ago
- 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
- ce6644b Revert "[analyzer] Create a temporary region for rvalue structs when accessing fields" by Jordan Rose · 12 years ago
- 20aa403 Revert "[analyzer] Create a temp region when a method is called on a struct rvalue." by Jordan Rose · 12 years ago
- 846c898 Revert "[analyzer] Handle inlined constructors for rvalue temporaries correctly." by Jordan Rose · 12 years ago
- f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
- e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 12 years ago
- eb788e9 Add an assertion to make sure the implicitly imported module by Argyrios Kyrtzidis · 12 years ago
- 0272622 [analyzer] Do not visit ObjCMethodDecl twice in the AST checkers. by Anna Zaks · 12 years ago
- 31f69cc [analyzer] Re-implement IvarInvalidationChecker so that it verifies that by Anna Zaks · 12 years ago
- ef4d5ce PR13941: Mark all virtual functions as unnamed_addr. It's not possible to by Richard Smith · 12 years ago
- 20441c5 Fix buildbots by not using a template from another namespace. by Jordan Rose · 12 years ago
- 66da0ab Compatibility macro detection for the -Wimplicit-fallthrough diagnostic. by Alexander Kornienko · 12 years ago
- 3437daa -Wreceiver-is-weak: rephrase warning text and add a suggestion Note. by Jordan Rose · 12 years ago
- a55d32d Pull ScopeInfo implementation into its own file. by Jordan Rose · 12 years ago
- 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
- 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
- b22c7dc Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for by Dan Gohman · 12 years ago
- 72ab277 When processing an InitListExpr and skipping the initialization of an invalid by Richard Smith · 12 years ago
- 3c88301 Update template type diffing to handle qualifiers. Differing qualifiers will by Richard Trieu · 12 years ago
- 70d38f3 Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by Tijl Coosemans! by Richard Smith · 12 years ago
- 65eaecf Clean up part of template type diffing. Moved repeated code to separate by Richard Trieu · 12 years ago
- a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
- 580cd17 [analyzer] Handle inlined constructors for rvalue temporaries correctly. by Jordan Rose · 12 years ago
- 0006ba4 [analyzer] Create a temp region when a method is called on a struct rvalue. by Jordan Rose · 12 years ago
- 6f61df3 [analyzer] Create a temporary region for rvalue structs when accessing fields by Jordan Rose · 12 years ago
- da3d76b Avoid malloc thrashing in the uninitialized value analysis. by Benjamin Kramer · 12 years ago
- 1c84c68 Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it in by Daniel Jasper · 12 years ago
- 919a2d7 Fix a regression from r164656. by Eli Friedman · 12 years ago
- bf24792 [analyzer] Address Jordan's code review for r164790. by Anna Zaks · 12 years ago
- 377945c [analyzer] IvarInvalidation: track synthesized ivars and allow escape by Anna Zaks · 12 years ago
- 69e431e Unbreak cmake build (fixup for r164790) by Anna Zaks · 12 years ago
- 88a83e3 [analyzer] Add an experimental ObjC direct ivar assignment checker. by Anna Zaks · 12 years ago
- ad0ce53 Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 12 years ago
- b087bbf [analyzer] Address Jordan's code review comments for r164716. by Anna Zaks · 12 years ago
- 023bd7d Pass PrintingPolicy by reference, copying it isn't cheap. by Benjamin Kramer · 12 years ago
- 98cfcbf Following up on r164620, cope with symlinking from an embedded by Douglas Gregor · 12 years ago
- f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
- 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
- 7836011 IvarInvalidationChecker.cpp: Remove an unused member, InterfD. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
- da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
- c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 12 years ago
- bc3a3a7 Update to new function attribute querying syntax. by Bill Wendling · 12 years ago
- 99c7208 Allow -MF to be used in combination with -E -M or -E -MM. by Benjamin Kramer · 12 years ago
- 5bf5c2e [analyzer] Add experimental ObjC invalidation method checker. by Anna Zaks · 12 years ago
- b35007c Revert "Use sep instead of ' '." by Ted Kremenek · 12 years ago
- d278dbe Fix template instantiation of attributes. More specifically, fix the case by DeLesley Hutchins · 12 years ago
- fb9a0ed Use sep instead of ' '. by Ted Kremenek · 12 years ago
- 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
- e6d2202 Have ASTUnit::Save() return a bool to indicate save error. by Argyrios Kyrtzidis · 12 years ago
- 93dec51 Revert r163022, it caused PR13924. by Nico Weber · 12 years ago
- c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
- 732cdf3 Remove unnecessary ASTContext& parameter from SymExpr::getType(). by Ted Kremenek · 12 years ago
- 385cc5f Add codegen support for the __debugbreak intrinsic. by Nico Weber · 12 years ago
- 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
- d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
- 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
- 663117a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 12 years ago
- 2fd6956 Rename CanFitInto64Bits to alwaysFitsInto64Bits per discussion on IRC. by Jordan Rose · 12 years ago
- 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
- d498f38 Improve upon r164450 and localize the logic of updating the type of by Argyrios Kyrtzidis · 12 years ago
- 191046d Optimize NumericLiteralParser::GetIntegerValue(). by Dmitri Gribenko · 12 years ago
- 0073a5c Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
- 6e3bf21 [analyzer] Calculate liveness for symbolic exprs as well as atomic symbols. by Jordan Rose · 12 years ago
- 156f0f0 Under certain terrible circumstances (<rdar://problem/10805775>), by Douglas Gregor · 12 years ago
- 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
- 317d8f3 Examine the last, not the first, instruction from the MC matcher. by Bob Wilson · 12 years ago
- b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
- ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
- 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
- bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
- ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
- e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
- 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
- e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
- 511e3ae Delete some code which is, as far as I can tell, dead. by Eli Friedman · 12 years ago
- c693339 [analyzer] Fix a buildbot crash triggered by turning on dynamic dispatch. by Anna Zaks · 12 years ago
- 54b3ba8 Don't produce diagnostics for missing ctor-initializers during template by Richard Smith · 12 years ago
- 6319917 Handle C++ functional casts in a similar way to C-style casts in by Eli Friedman · 12 years ago
- 7935dde Update for r164567. by Chad Rosier · 12 years ago
- 81d18bf Add clarifying comment. by Ted Kremenek · 12 years ago
- 374b383 StringRef'ize Preprocessor::CreateString(). by Dmitri Gribenko · 12 years ago
- 33d054b Replace raw call to snprintf() by llvm streams. by Dmitri Gribenko · 12 years ago
- b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 12 years ago