- 00ccbef Fix the noreturn conversion to only strip off a single level of indirection. by John McCall · 14 years ago
- 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
- a04426c Extend the parser to support pack expansions within exception by Douglas Gregor · 14 years ago
- 7ca7ac4 Further refactoring of the tree transformation for template argument by Douglas Gregor · 14 years ago
- a40bc72 Give the RecursiveASTVisitor a configuration function by Douglas Gregor · 14 years ago
- 984a58b Handle instantiation of template type parameter packs that occur as by Douglas Gregor · 14 years ago
- 88f30de Test template instantiation of pack expansions where the parameter pack is in a nested-name-specifier by Douglas Gregor · 14 years ago
- 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 14 years ago
- dace95b Clean up the printing of template argument packs; previously, we were by Douglas Gregor · 14 years ago
- 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 14 years ago
- 342e907 Rename 'VisitLocation' to 'visitLocation'. by Ted Kremenek · 14 years ago
- d048c6e Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'. by Ted Kremenek · 14 years ago
- 21a288f Remove unused variable by Matt Beaumont-Gay · 14 years ago
- 7f61f2f Finish refactoring the transformation of template argument lists, by Douglas Gregor · 14 years ago
- fcc1253 Refactor the transformation of template argument lists to centralize by Douglas Gregor · 14 years ago
- 14be16b When checking a template argument list against a template containing by Douglas Gregor · 14 years ago
- 87dd697 Clean up the handling of template argument packs, especially in the by Douglas Gregor · 14 years ago
- a9150cd Adding a line for XFAIL win32 broke the test. by Francois Pichet · 14 years ago
- d803912 XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace. by Francois Pichet · 14 years ago
- f453fca test/PCH/reloc.c fails on Win32. XFAIL for now, I'll investigate why later. by Francois Pichet · 14 years ago
- 743d9ad Disable this test on Windows; it crashes and popup an dialog on each lit test run. by Francois Pichet · 14 years ago
- 913b7bf Emit an error if operator __uuidof() is called on a type with no associated GUID. by Francois Pichet · 14 years ago
- 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
- d3d3be9 Validate Microsoft's uuid attribute string. by Francois Pichet · 14 years ago
- 403ba35 Add missing standard includes. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
- 276fdf4 1. Add some ABI information for the Microblaze. by Wesley Peck · 14 years ago
- 1154214 Add support for the Microsoft uuid attribute: by Francois Pichet · 14 years ago
- e6a365d Motions towards simplifying how we deal with attribute-qualified function types. by John McCall · 14 years ago
- f45fbad If the initializer is an rvalue and the variable is a const reference, by Zhongxing Xu · 14 years ago
- 9c2bac0 The evaluation of dereference and address-of is identical. by Zhongxing Xu · 14 years ago
- d5b08be Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents. by Michael J. Spencer · 14 years ago
- 2b364a4 Fix test. I added one last test and then forget to re-check. by John McCall · 14 years ago
- 7f1b987 Apply attributes to explicit specializations. Specializations which by John McCall · 14 years ago
- 472ccff Replace all uses of PathV1::getLast with PathV2::filename. by Michael J. Spencer · 14 years ago
- df344df Going back to the drawing board with these two awful hacks. by Eric Christopher · 14 years ago
- dd4430e Warn when synthesizing a property which is by Fariborz Jahanian · 14 years ago
- 74cae0c Fix spelling. by Michael J. Spencer · 14 years ago
- 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
- 854fc56 Initialize variables in the correct order. by Bill Wendling · 14 years ago
- 2bde827 Encapsulate TemplateArgument::Kind by Douglas Gregor · 14 years ago
- 2c5c313 Horrible hack for systems that use -dumpversion with clang to expect versions by Eric Christopher · 14 years ago
- 154f251 Nom nom nom, tasty unused option with an argument. by Eric Christopher · 14 years ago
- c7b5ed6 Swap the order of the condition and body of a do-while statement in by Douglas Gregor · 14 years ago
- 320e153 Use hasSameType to compare types for equality. by Abramo Bagnara · 14 years ago
- bbca85d Avoid to emit redundant implicit cast for enum constants init expressions. by Abramo Bagnara · 14 years ago
- 28d5b72 Update checker build. by Ted Kremenek · 14 years ago
- cb9cebc Remove explicit summaries from retain/release by Ted Kremenek · 14 years ago
- 5eef59e Fix assertion failure in cocoa::deriveNamingConvention() by Ted Kremenek · 14 years ago
- b321c0c fix typo by Chris Lattner · 14 years ago
- bb8fef3 Move CocoaConventions.[h,cpp] from libChecker by Ted Kremenek · 14 years ago
- af86b0c Revise Cocoa conventions detection: 'copy' and 'mutableCopy' by Ted Kremenek · 14 years ago
- 0a3ed31 Rename several methods/functions in the analyzer by Ted Kremenek · 14 years ago
- 9c39acf Give hidden visibility to RTTI for derived types. This is kindof a hacky by John McCall · 14 years ago
- 2e219b8 Microsoft's __uuidof operator returns a lvalue. Part 2. by Francois Pichet · 14 years ago
- ecea19f Microsoft's __uuidof operator returns a lvalue. by Francois Pichet · 14 years ago
- 0de5786 Getting Started: Add VS2010 instructions and specify an out of source build. by Michael J. Spencer · 14 years ago
- 1bc80af Do lvalue-to-rvalue conversions on the LHS of a shift operator. by John McCall · 14 years ago
- a669c53 Add tests checking for unexpanded parameter packs in declarations that by Douglas Gregor · 14 years ago
- 099ffe8 Tweak a comment by Douglas Gregor · 14 years ago
- 4d2abba Delay the check for unexpanded parameter packs in the types of by Douglas Gregor · 14 years ago
- 781def0 Check for unexpanded parameter packs in non-type template parameter types. by Douglas Gregor · 14 years ago
- 01dbb3b Revert r121961, which seems to be breaking the buildbots and my local tests. by Douglas Gregor · 14 years ago
- 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 14 years ago
- 7dd3c73 Tweak location of diagnostic for -Wunreachable-code by Ted Kremenek · 14 years ago
- 892697d Start migration of static analyzer to using the by Ted Kremenek · 14 years ago
- 48263ba CMake: Add runtime dir. by Michael J. Spencer · 14 years ago
- 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
- 66cdf26 Update for LLVM API change. by Daniel Dunbar · 14 years ago
- 0762bfd Fix a regression I caused in r121930. It turns out that by Douglas Gregor · 14 years ago
- a31040f Check for unexpanded parameter packs within variable initializers. by Douglas Gregor · 14 years ago
- 6ccab97 Check for unexpanded parameter packs in friend declarations. by Douglas Gregor · 14 years ago
- 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
- 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 14 years ago
- 0c9e479 Check for unexpanded parameter packs in enumeration types and enumerators. by Douglas Gregor · 14 years ago
- 399ad97 Check for unexpanded parameter packs in static assertion expressions. by Douglas Gregor · 14 years ago
- 46e392a Implement builtins for Neon half-precision float conversions. by Bob Wilson · 14 years ago
- 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
- e186269 Check for unexpanded parameter packs in various kinds of by Douglas Gregor · 14 years ago
- c11e1d7 Teach the RecursiveASTVisitor to traverse the type-location by Douglas Gregor · 14 years ago
- cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 14 years ago
- 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 14 years ago
- 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
- c463335 Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. by Douglas Gregor · 14 years ago
- 028d397 Reorganize LookupMemberExpr for clarity and to make the obvious fast paths by John McCall · 14 years ago
- de43632 __attribute__((nonnull)) can apply to reference-to-pointer by Douglas Gregor · 14 years ago
- fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 14 years ago
- f24e54a Silence GCC warning about control reaching the end of the function and explicitly mark that all cases are handled. by Chandler Carruth · 14 years ago
- dda0c0d Fix gcc warning: 'clang::ASTStmtReader' is already a friend of 'clang::OverloadExpr' by Nico Weber · 14 years ago
- 5e3c67b Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital by John McCall · 14 years ago
- bfdcdc8 Set the "implicitly inline" bit on a method as soon as we see a definition by John McCall · 14 years ago
- bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
- 8cc246c Function types are compatible (in the C sense) if their regparms are identical. by John McCall · 14 years ago
- 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
- 8786da7 Rewrite ComplexExprEvaluator::VisitCastExpr to use cast kinds, and fix by John McCall · 14 years ago
- ed37836 Minor fix for clang-completion-mode, from Dve Abrahams by Douglas Gregor · 14 years ago
- 373920b Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found by John McCall · 14 years ago
- d3b227d Fix documentation typo, from nobled. by Douglas Gregor · 14 years ago
- e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
- 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
- 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago