- 5f4e899 Have __has_nothrow_copy use Sema's lookup routines. This fixes the problem with not finding implicitly declared copy constructors, part of PR8107. by Sebastian Redl · 14 years ago
- 0dfd848 Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up. by Sebastian Redl · 14 years ago
- 8c6b913 Recognize .ll as input files. Handle %test_debuginfo on a RUN command line. by Devang Patel · 14 years ago
- 4076dac When applying 'delete' on a pointer-to-array type match GCC and EDG behavior and treat it as 'delete[]'. by Argyrios Kyrtzidis · 14 years ago
- f1b8911 Remove the trivial setters from CXXDeleteExpr. by Argyrios Kyrtzidis · 14 years ago
- 3b5b92a Add a compatibility note about clang not implicitly converting between objc_object* and id (and SEL, Class). by Argyrios Kyrtzidis · 14 years ago
- 86d3ca5 Update 'docs/PCHInternals.html' about how subexpressions are stored. by Argyrios Kyrtzidis · 14 years ago
- 1034170 Fix a typo noted by Gabor by Douglas Gregor · 14 years ago
- fb55031 Block description for trivial block literals have by Fariborz Jahanian · 14 years ago
- 99a8ca0 Fix C++ PCH issue. by Argyrios Kyrtzidis · 14 years ago
- 8fed4b4 Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl. by Argyrios Kyrtzidis · 14 years ago
- 586c715 Avoid setters in ASTDeclReader::VisitClassTemplateSpecializationDecl. by Argyrios Kyrtzidis · 14 years ago
- 8b996b8 Avoid setters in ASTDeclReader::VisitCXXRecordDecl. by Argyrios Kyrtzidis · 14 years ago
- 4635845 Congruent diagnostic for void* arithmetic. by Abramo Bagnara · 14 years ago
- 2c5399f Parentheses around address non-type template argument is demoted to an extension warning. by Abramo Bagnara · 14 years ago
- 78c057e Don't assert when attempting to take the address of an overloaded by Douglas Gregor · 14 years ago
- 8fcc516 When performing overload resolution, only compare the final conversion by Douglas Gregor · 14 years ago
- c6dbc3f Diagnose the instantiation of variables (including static data by Douglas Gregor · 14 years ago
- da0fd9a Don't complain about useless user-defined conversion functions when by Douglas Gregor · 14 years ago
- a4d5de5 When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the by Douglas Gregor · 14 years ago
- 121dc9a Implement C++0x semantics for [temp.expl.spec]p2, which loosens the by Douglas Gregor · 14 years ago
- 8dc3abc Add basic support for Microsoft enum forward declaration. by Francois Pichet · 14 years ago
- 661b493 Implement the "note" in C++ [over.built]p1, which is actually meant to by Douglas Gregor · 14 years ago
- 5dde160 Don't perform integral promotions from an incompletion enumeration by Douglas Gregor · 14 years ago
- 4fcf5b2 Teach the EvaluatedExprVisitor and its client, which marks by Douglas Gregor · 14 years ago
- 8023030 Augment -ftrapv to check for divide by zero, mod by zero, and INT_MIN % -1. by Chris Lattner · 14 years ago
- b2043d7 Update website to reflect that tests are no longer failing on Windows. by Francois Pichet · 14 years ago
- d9a8bbc Add a completely unnecessary "template" keyword to appease GCC by Douglas Gregor · 14 years ago
- 880cf25 Fix last test still failing on Win32. 100% pass rate now! by Francois Pichet · 14 years ago
- f55f119 Update documentation to reflect the addition of support for in-class by Douglas Gregor · 14 years ago
- be0f7bd When parsing default function arguments, do not mark any declarations by Douglas Gregor · 14 years ago
- eb661ed Document our extension to constant-fold __builtin_strlen and strlen by Douglas Gregor · 14 years ago
- 424668c The two libclang crash-recovery tests that involve precompiled by Douglas Gregor · 14 years ago
- 2cd4fd4 If we fail to create a temporary file for the precompiled preamble, by Douglas Gregor · 14 years ago
- 0d155a5 add latest gentoo gcc path by Nuno Lopes · 14 years ago
- c6cb2b0 Tweak GetPreamblePCHPath() to more closely match the behavior of the by Douglas Gregor · 14 years ago
- d0a57d5 Disable cxa_atexit by default on MingW. Patch by Dimitry Andric! by Anton Korobeynikov · 14 years ago
- 28709c1 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
- c5904b4 Fixes an obscure bug in importd block variable layout by Fariborz Jahanian · 14 years ago
- 0b34cf7 Test destructors in delete expressions and of temporaries for throwing. by Sebastian Redl · 14 years ago
- 4e63564 Support in-class initialization of static const floating-point data members. by John McCall · 14 years ago
- 1aad340 Fix my silly sorting predicate. I hate integer-to-bool conversions by Douglas Gregor · 14 years ago
- 5221d8f Address Doug's comments. by Sebastian Redl · 14 years ago
- fe6834a Make sure we're producing a newline in the preprocessed output before by Douglas Gregor · 14 years ago
- bd7c849 Eli helped me understand how evaluation contexts work. by Sebastian Redl · 14 years ago
- b08fab8 Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don't by Daniel Dunbar · 14 years ago
- c8aecc2 Follow Ted's example and hide CXXNoexceptExpr's setters from all but serialization. by Sebastian Redl · 14 years ago
- 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
- ce5eff5 Test CXXNoexceptExpr codegen and serialization. by Sebastian Redl · 14 years ago
- 98294de Implement CXXNoexceptExpr codegen. by Sebastian Redl · 14 years ago
- c574959 Add another small test case. by Sebastian Redl · 14 years ago
- 6b219d0 Serialization support for CXXNoexceptExpr. by Sebastian Redl · 14 years ago
- f8730d7 Make 'setProperty()', 'setBase()', and 'setLocation()' private in ObjCPropertyRefExpr, and friend ASTStmtReader so that it is the only class that can use them. by Ted Kremenek · 14 years ago
- 2a822c0 Tests for noexcept in templates. by Sebastian Redl · 14 years ago
- 295995c First version of a testcase, plus fixes. by Sebastian Redl · 14 years ago
- 2e15622 Define and implement CXXNoexceptExpr. Create it in Sema. by Sebastian Redl · 14 years ago
- 02bc21a Parse the noexcept operator and stub out sema. by Sebastian Redl · 14 years ago
- 369e51f Implement Expr::CanThrow, a function that applies the noexcept operator rules to expressions. by Sebastian Redl · 14 years ago
- 2001215 Make CallExpr::getCalleeDecl look through pointer derefs. by Sebastian Redl · 14 years ago
- 68d114d Fix a comment. by Sebastian Redl · 14 years ago
- 0853c7f Polish diagnostics for null dereferences via ObjC ivar accesses. Finishes up <rdar://problem/6352035>. by Ted Kremenek · 14 years ago
- 0339d72 IRGen fix for using property-dot syntax to pass by Fariborz Jahanian · 14 years ago
- 3c0a78d Re-devirtualize this. A new virtual method snuck in. by Chandler Carruth · 14 years ago
- 5726d40 Support strlen() and __builtin_strlen() as constant expressions with by Douglas Gregor · 14 years ago
- 942e24d Add checker implementation for my previous commit! by Ted Kremenek · 14 years ago
- 4f6aa77 Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex can be nil by Ted Kremenek · 14 years ago
- 4beaa9f Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit for checkers). by Ted Kremenek · 14 years ago
- 383329e Update checker build. by Ted Kremenek · 14 years ago
- 52d861c Added AnalyzerStatsChecker, a path sensitive check that reports visitation statistics about analysis. Running clang with the -analyzer-stats flag will emit warnings containing the information. We can then run a postanalysis script to take this data and give useful information about how much the analyzer missed in a project. by Tom Care · 14 years ago
- 36897b0 Add libclang support for label statements, gotos, and taking the by Douglas Gregor · 14 years ago
- fa2e26f Add libclang visitation for C99 designated initializers. by Douglas Gregor · 14 years ago
- 8ccef2d Add libclang visitation for __builtin_offsetof's components (fields by Douglas Gregor · 14 years ago
- 4088ec0 property reference expression used on lhs of assignment by Fariborz Jahanian · 14 years ago
- 818b433 Clean up obtuse wording of checker diagnostic of using an uninitialized value in a function call. by Ted Kremenek · 14 years ago
- 80c60f7 When we parse a pragma, keep track of how that pragma was originally by Douglas Gregor · 14 years ago
- 748de8e Driver/Darwin: Make the compilation object available in AddLinkArgs. by Daniel Dunbar · 14 years ago
- a67e03f Teach libclang to walk the base and member initializers of a by Douglas Gregor · 14 years ago
- a4eca03 Fix typo in diagnostic. by Daniel Dunbar · 14 years ago
- fee1add Driver: Mark function as nounwind when -mkernel or -fapple-kext is present. by Daniel Dunbar · 14 years ago
- 461ed44 Remove the 'rc' suffix. It indicates a "release candidate" during LLVM release by Bill Wendling · 14 years ago
- 61f52bd Use FindReportInEquivalenceClass to identify all the nodes used for the trimmed graph (in BugReporter). This fixes a problem where a leak that happened to occur on both an exit() path and a non-exit() path was getting reported with the exit() path (which users don't care about). by Ted Kremenek · 14 years ago
- 80c26f4 Frontend: Add -cxx-system-include option which can be used to specify an by Daniel Dunbar · 14 years ago
- d11ee7f Fix indentation. by Daniel Dunbar · 14 years ago
- 83cb942 Simplify template instantiation for C++ exception declarations, by Douglas Gregor · 14 years ago
- ba48d6a Eliminate some unnecessary uses of TreeTransform::TemporaryBase. There by Douglas Gregor · 14 years ago
- a1a0478 Eliminate the comma locations from all of the Sema routines that deal by Douglas Gregor · 14 years ago
- b2ebdf9 Use temporary files for this test, to see if we can flush out an inexplicable error on Windows by Douglas Gregor · 14 years ago
- 3d37c0a Add proper type-source information to UnaryTypeTraitExpr, including by Douglas Gregor · 14 years ago
- ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago
- f0e34ed Remove unused variable. by Benjamin Kramer · 14 years ago
- a626a3d Fix C++ PCH issue. by Argyrios Kyrtzidis · 14 years ago
- 89b0658 do not bind temporaries to non-const references by Gabor Greif · 14 years ago
- 96ebad6 Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal(). by Ted Kremenek · 14 years ago
- 47bb27f Fix indentation. by Ted Kremenek · 14 years ago
- c82faca Check format strings when a called function has more than one FormatAttr (one for 'scanf' and one for 'printf'). Fixes <rdar://problem/8409437>. by Ted Kremenek · 14 years ago
- 95355bb It appears that technically a null format string is not warned under -Wformat-nonliteral, as by Ted Kremenek · 14 years ago
- 4fe6441 Avoid redundant recursive calls in SemaCheckStringLiteral by just updating the expression by Ted Kremenek · 14 years ago
- e0ba9d1 Remove tabs I accidentally introduced. by Ted Kremenek · 14 years ago
- be39a56 Remove stray ';' and convert tabs to spaces. by Ted Kremenek · 14 years ago
- b062795 Simplified reachability checking in IdempotentOperationChecker and added a helper function for path display. by Tom Care · 14 years ago