summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a quick-and-dirty hack to give a better diagnostic for [class.protected]John McCall2010-09-032-8/+8
* IRgen: Fix silly thinko in r112021, which was generating code for the same exprDaniel Dunbar2010-09-031-0/+4
* Add symantic support for the Pascal calling convention viaDawn Perchik2010-09-031-0/+20
* Re-commit r112916 with an additional fix for the self-host failures.John McCall2010-09-031-0/+40
* Patch to allow alternative representation of c++Fariborz Jahanian2010-09-031-0/+24
* Static local variables don't result in global constructors being emitted.Anders Carlsson2010-09-031-0/+23
* Revert r112916, it's breaking selfhost pretty badly.John McCall2010-09-031-17/+0
* Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some pro...Daniel Dunbar2010-09-031-10/+0
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-038-11/+11
* tests: Fix a dependency on the temporary value names.Daniel Dunbar2010-09-031-1/+1
* It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfoJohn McCall2010-09-031-0/+17
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+6
* IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategyDaniel Dunbar2010-09-021-0/+43
* Fix a few more ConvertTypes that should be ConvertTypeForMems, fixingDouglas Gregor2010-09-021-0/+4
* Implement __has_virtual_destructor. Patch by Steven Watanabe.Sebastian Redl2010-09-021-0/+29
* stop looking for #uses comments.Chris Lattner2010-09-025-62/+38
* remove some tests that aren't adding any value: the check lines don'tChris Lattner2010-09-024-153/+10
* Teach libclang to visit OverloadExprs, so that we can reuse thisDouglas Gregor2010-09-021-4/+14
* sabre points out that the timing here is pretty pessimal; I'll retry theJohn McCall2010-09-022-3/+3
* Add libclang visitation for UnresolvedLookupExprsDouglas Gregor2010-09-021-0/+14
* Experimentally move the tautological comparison warnings from -Wsign-compareJohn McCall2010-09-022-3/+3
* Add libclang visitation for C++ pseudo-destructor expressions.Douglas Gregor2010-09-021-0/+8
* Newline at end of file.Bill Wendling2010-09-021-1/+1
* Add libclang visitation for C++ typeid expressions.Douglas Gregor2010-09-021-1/+13
* In libclang, visit the nested-name-specifier and explicitly-specified templat...Douglas Gregor2010-09-021-5/+19
* Visit the nested-name-specifier and explicitly-specified templateDouglas Gregor2010-09-021-4/+13
* Implement basic visitation for nested name specifiers via libclangDouglas Gregor2010-09-022-0/+17
* Another i1 vs. i8 type mismatch issue. This timeFariborz Jahanian2010-09-021-0/+10
* Fix more i1/i8 pointer madness. Here, an overactive assertionDouglas Gregor2010-09-021-0/+10
* Fix a crash involving pointer-to-data-members of boolean type. We wereDouglas Gregor2010-09-021-0/+14
* Stupid emacs keystroke.John McCall2010-09-021-1/+1
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-024-8/+195
* Correct this test for the fact that the number of uses is now printedDuncan Sands2010-09-021-6/+6
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-021-6/+0
* Tweak test case. 'int' would introduce out-of-bound issues. We focus on arrayZhongxing Xu2010-09-021-1/+1
* Enhance return-stack-address check (in Sema) to handle fields that themselves...Ted Kremenek2010-09-021-0/+11
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+6
* For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE...Ted Kremenek2010-09-021-1/+1
* Introduce a new libclang function,Douglas Gregor2010-09-021-3/+6
* Add yet another test case for PR 8015, showing how reasoning over symbolic in...Ted Kremenek2010-09-011-0/+15
* Add another test case for PR 8015, here with the array index being within a v...Ted Kremenek2010-09-011-0/+9
* Partial fix for PR 8015 (fix is actually by Jordy Rose, and I added a test ca...Ted Kremenek2010-09-011-0/+26
* Don't assert in the analyzer when analyze code does a byte load from a functi...Ted Kremenek2010-09-011-0/+24
* Fix the source-range information for an EnumConstantDecl; previously,Douglas Gregor2010-09-011-0/+16
* Don't assert in CastSizeChecker when the casted-to pointee is an incomplete t...Ted Kremenek2010-09-011-0/+12
* Test visiting the template parameters of template template parameters,Douglas Gregor2010-09-011-0/+10
* Teach libclang to visit the default arguments of template parameters.Douglas Gregor2010-09-011-0/+20
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-013-0/+35
* Fix IRGen when property-dot syntax used to accessFariborz Jahanian2010-09-011-0/+8
* Improve libclang indexing support for class template specializationsDouglas Gregor2010-09-011-7/+35