summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis2012-09-271-0/+2
* Use %clang_cc1 so that the test works even if the target isn't available.Jordan Rose2012-09-271-8/+8
* [libclang] Always report a CXCursor_MacroDefinition for code-completionArgyrios Kyrtzidis2012-09-271-2/+2
* Turn off this test, as the new and old SROA cause it produce different output.Nick Lewycky2012-09-261-0/+4
* Allow -MF to be used in combination with -E -M or -E -MM.Benjamin Kramer2012-09-261-0/+11
* [analyzer] Add experimental ObjC invalidation method checker.Anna Zaks2012-09-261-0/+107
* [analyzer] Commit a test case for r164579.Anna Zaks2012-09-261-1/+11
* Fix template instantiation of attributes. More specifically, fix the caseDeLesley Hutchins2012-09-261-0/+79
* Make our mini-stdint.h platform-independent by using predefined macros.Jordan Rose2012-09-261-7/+11
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-268-32/+32
* Fix build failure and enhance the testcase for unwind.h.Logan Chien2012-09-262-3/+31
* Run test in a freestanding environment so it doesn't accidentally pick up sys...Benjamin Kramer2012-09-261-4/+3
* Fix two more tests that didn't do anything.Nico Weber2012-09-262-3/+3
* Make this test actually test somethingNico Weber2012-09-261-1/+1
* Revert r163022, it caused PR13924.Nico Weber2012-09-261-1/+19
* Add struct keyword before _Unwind_Context.Logan Chien2012-09-261-0/+6
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-0/+13
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-262-2/+5
* Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationTypeRichard Smith2012-09-262-2/+24
* [driver] Add support for the -fno-fast-math option.Chad Rosier2012-09-251-0/+49
* [analyzer] Add tests for symbolic expression liveness.Jordan Rose2012-09-252-1/+22
* Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadB...Jordan Rose2012-09-251-0/+21
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-252-0/+19
* -iframework should allow separate arguments.Douglas Gregor2012-09-251-1/+1
* Introduce builtin macros to determine whether we're building aDouglas Gregor2012-09-252-0/+18
* Fix failing test/Sema/wchar.c on ARM.Hans Wennborg2012-09-251-0/+2
* When performing a ::delete of an object with a virtual destructor,John McCall2012-09-251-6/+17
* clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.NAKAMURA Takumi2012-09-254-14/+13
* Implement Mike Herrick's proposed noexcept mangling.John McCall2012-09-251-0/+7
* In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.John McCall2012-09-253-10/+14
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+4
* Fix for r163013 regression and further __interface enhancement.John McCall2012-09-252-0/+116
* During jump-scope checking, build an ExprWithCleanups immediatelyJohn McCall2012-09-252-0/+58
* Fix crash when a decltype expression in a trailing return type refers to theRichard Smith2012-09-251-0/+16
* Don't produce diagnostics for missing ctor-initializers during templateRichard Smith2012-09-251-0/+17
* Handle C++ functional casts in a similar way to C-style casts inEli Friedman2012-09-241-0/+12
* objective-C: use 'instance variables' as plural when referringFariborz Jahanian2012-09-245-10/+10
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-2421-51/+51
* More tests for r164545 (change extension warning about 'long long').Dmitri Gribenko2012-09-241-0/+7
* Replace an assertion with an error for empty __asm statements.Bob Wilson2012-09-241-0/+5
* Change the wording of the extension warning fromDmitri Gribenko2012-09-245-6/+35
* [analyzer] Really turn on dynamic-bifurcation on by default.Anna Zaks2012-09-241-1/+1
* Use an explicit target to test that source fortification is off when building...Alexander Potapenko2012-09-241-2/+2
* Update the Clang tests which run with a full optimization pipeline forChandler Carruth2012-09-241-2/+2
* Use pipes.Rafael Espindola2012-09-221-31/+18
* Use FileCheck.Rafael Espindola2012-09-221-4/+8
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-222-2/+64
* Use FileCheck.Rafael Espindola2012-09-221-11/+13