summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* When template argument deduction is ignoring qualifiers, perform deepDouglas Gregor2012-03-111-0/+8
* When determining whether an identifier followed by a '<' in a memberDouglas Gregor2012-03-101-0/+25
* Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie2012-03-102-0/+30
* Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman2012-03-101-1/+1
* No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman2012-03-101-0/+1
* PR12225: The requirement that literal operators be namespace-scope functionsRichard Smith2012-03-102-1/+3
* The type of a definition should not increase its visibility. Fixes PR12221.Rafael Espindola2012-03-101-0/+8
* Slightly tweak this condition. "isTransparentContext()" was checking whether anNick Lewycky2012-03-101-0/+5
* Only make a call to a copy constructor elidable if in fact we areDouglas Gregor2012-03-101-0/+22
* [Sema] A tag decl that is marked as invalid and is used in a decl-spec,Argyrios Kyrtzidis2012-03-101-0/+8
* Remove the part of test/Sema/pragma-pack-2.c that has irregular "#pragma pack"s.Argyrios Kyrtzidis2012-03-101-46/+0
* Unify the BlockDeclRefExpr and DeclRefExpr paths so thatJohn McCall2012-03-101-0/+84
* test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9".NAKAMURA Takumi2012-03-101-2/+2
* Make sure the accessors for overridden methods don't return inherited constru...Eli Friedman2012-03-101-0/+9
* [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...Ted Kremenek2012-03-102-6/+41
* IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes.Daniel Dunbar2012-03-102-4/+15
* Qualifiers on a canonical array type go on the outermost type, not theDouglas Gregor2012-03-101-0/+5
* objective-c modern rewriter. More fixes related to rewritingFariborz Jahanian2012-03-091-0/+73
* Teach RetainCountChecker about mixing method families with explicit annotatio...Ted Kremenek2012-03-091-0/+20
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-094-2/+105
* Allow serializing an invalid ParmVarDecl and don't set access to public forArgyrios Kyrtzidis2012-03-091-0/+2
* Improve our semantic error recovery.Argyrios Kyrtzidis2012-03-092-5/+17
* lldb support: under debugger support flag, when sending messageFariborz Jahanian2012-03-092-0/+15
* Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned ...Benjamin Kramer2012-03-091-5/+5
* -Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg2012-03-095-33/+42
* Fix statement printing for raw and template user-defined literals.Richard Smith2012-03-091-0/+19
* User-defined literals are done.Richard Smith2012-03-091-0/+9
* Literal operator suffixes and regular names live in separate namespaces.Richard Smith2012-03-092-0/+15
* Literal operators can't have default arguments.Richard Smith2012-03-091-0/+1
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-099-12/+236
* Perform l2r conversions on delete operands before doingJohn McCall2012-03-091-0/+21
* Make sure we update the static local decl address map when we are forced to r...Eli Friedman2012-03-091-0/+16
* Make sure constant emission handles initializer lists with strings correctly....Eli Friedman2012-03-091-0/+4
* [analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek2012-03-093-450/+660
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-0811-11/+11
* Remove a test FIXME for a case which is already fixed.Richard Smith2012-03-081-3/+2
* Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith2012-03-082-0/+30
* Don't crash when a statement in a block is ill-formed butJohn McCall2012-03-081-0/+13
* When checking the encoding of an 8-bit string literal, don't just check theRichard Smith2012-03-082-2/+21
* Turn explicit construction of temporaries using initializer list syntax into ...Sebastian Redl2012-03-081-0/+18
* Also test pr12104 with pch.Rafael Espindola2012-03-082-10/+12
* Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola2012-03-081-0/+35
* Ensure we don't print 123ULL_foo when printing a user-defined integer literal.Richard Smith2012-03-081-0/+10
* Add support for cooked forms of user-defined-integer-literal andRichard Smith2012-03-083-22/+62
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-087-16/+27
* Loosen the precondition of isCXXInstanceMember() to simply returnDouglas Gregor2012-03-081-0/+10
* User-defined literal support for character literals.Richard Smith2012-03-082-2/+28
* Fix -Wuninitialized to catch the case of a class being initialized with a callRichard Trieu2012-03-081-0/+2
* [libclang] Fix a crash when serializing a preprocessing record that containsArgyrios Kyrtzidis2012-03-081-4/+4
* improve on diagnostic when block captures uninitializedFariborz Jahanian2012-03-081-1/+1