summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer; new edges] Extra test case.Jordan Rose2013-06-031-526/+813
* [analyzer; new edges] Improve enclosing contexts for logical expressions.Jordan Rose2013-06-031-403/+1602
* [analyzer; new edges] Include context for edges to sub-expressions.Jordan Rose2013-06-031-20/+530
* CFG: In a DeclStmt, skip anything that's not a VarDecl.Jordan Rose2013-06-034-81/+44
* UnresolvedMemberExpr should have an expr location of the member (not the base)David Blaikie2013-06-031-1/+2
* Convert some Unicode whitespace to ASCII whitespace.Richard Smith2013-06-031-4/+4
* Do not walk through member-accesses on bitfields when looking for the objectRichard Smith2013-06-031-0/+12
* Refactor constant expression evaluation to associate the complete object of aRichard Smith2013-06-032-6/+13
* Fix a couple of bugs where jump diagnostics would not notice that a variableRichard Smith2013-06-031-0/+21
* Fix handling of pointers-to-members and comma expressions whenRichard Smith2013-06-031-1/+47
* Allow paren casted throw statements inside of ternary expressionsDavid Majnemer2013-06-022-0/+26
* Properly consider the range of enum for range comparisons in C modeDavid Majnemer2013-06-021-0/+8
* PR12848: When emitting a local variable declared 'constexpr', always initiali...Richard Smith2013-06-022-1/+39
* [analyzer] Malloc checker should only escape the receiver when “[O init..]â...Anna Zaks2013-05-312-3/+9
* [analyzer] Fix a false positive reported on rare strange code, which happens ...Anna Zaks2013-05-311-0/+10
* Objective-C: Fixes an ivar lookup bug whereFariborz Jahanian2013-05-311-0/+31
* Put the PR16167 tests togetherDavid Majnemer2013-05-312-2/+1
* Add support for optimized (non-generic) atomic libcalls.Ed Schouten2013-05-311-2/+46
* Slightly extend matching for atomic loads.Ed Schouten2013-05-311-14/+14
* Testcase for r183015.Benjamin Kramer2013-05-311-0/+27
* [analyzer; new edges] add simplifySimpleBranches() to reduce edges for branches.Ted Kremenek2013-05-311-918/+34
* Fix test error caused by r183008.Daniel Jasper2013-05-311-2/+2
* [analyzer; new edges] in splitBranchConditionEdges() do not check that predec...Ted Kremenek2013-05-311-12/+352
* Fix handling of braced-init-list as reference initializer within aggregateRichard Smith2013-05-313-2/+26
* [PCH] Fix crash with valid code, related to anonymous field initializers.Argyrios Kyrtzidis2013-05-301-0/+14
* Walk over MaterializeTemporaryExpr when reverting an initializer to itsRichard Smith2013-05-301-0/+16
* Objective-C: Implements gcc's -Wselector optionFariborz Jahanian2013-05-302-1/+30
* Revert "[analyzer; alternate edges] don't add an edge incoming from the start...Jordan Rose2013-05-301-0/+34
* Fix PR16060.Rafael Espindola2013-05-301-0/+15
* Fix potential infinite loop when iterating over redeclarations of an ObjMetho...Argyrios Kyrtzidis2013-05-301-0/+12
* [analyzer] Don't crash if a block's signature just has the return type.Jordan Rose2013-05-301-3/+26
* Do not reuse the debug location of the return value's store if there is autor...Adrian Prantl2013-05-301-0/+40
* Microsoft has a language extension which allows union members to beAaron Ballman2013-05-301-0/+5
* Switching the tests to use size_t instead of unsigned int to hopefully appeas...Aaron Ballman2013-05-301-1/+3
* Switching the tests to use size_t instead of unsigned int to hopefully appeas...Aaron Ballman2013-05-301-4/+6
* Add support to fallback on operator new when a placement operator new[] is ca...Aaron Ballman2013-05-302-0/+47
* [analyzer; new edges] In for(;;), use the ForStmt itself for loop notes.Jordan Rose2013-05-301-7/+1386
* [libclang] When indexing a @synthesize, don't consider that it defines a gett...Argyrios Kyrtzidis2013-05-291-0/+19
* Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-...Ted Kremenek2013-05-291-0/+8
* Add another test case for r182814.David Majnemer2013-05-291-0/+2
* [analyzer] Accept references to variables declared "extern void" (C only).Jordan Rose2013-05-292-1/+29
* [libclang] For "@import .." code-completion results, associate a CXCursor_Mod...Argyrios Kyrtzidis2013-05-291-4/+4
* [ms-cxxabi] Implement MSVC virtual base adjustmentReid Kleckner2013-05-291-0/+54
* [ms-cxxabi] Fix r182865 to have an actual Itanium-style key functionReid Kleckner2013-05-291-1/+7
* [ms-cxxabi] There are no key functions in the Microsoft C++ ABIReid Kleckner2013-05-291-11/+15
* Add a testcase from pr16059.Rafael Espindola2013-05-291-0/+14
* Disallow extern decls of type void in C++ modeDavid Majnemer2013-05-292-1/+3
* Objective-C [qoi]: Improve on diagnostic when a method usedFariborz Jahanian2013-05-282-6/+6
* [analyzer] Use the expression’s type instead of region’s type in ArrayToP...Anna Zaks2013-05-281-0/+7
* [analyzer] Re-enable reasoning about CK_LValueBitCastAnna Zaks2013-05-281-0/+17