summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't finalize checking of base and member initializers for aDouglas Gregor2011-09-221-0/+18
* [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not re...Francois Pichet2011-09-221-2/+21
* Don't test unix path seperators, that will fail on windows.Benjamin Kramer2011-09-221-2/+2
* See if going through env pacifies the windows buildbots.Benjamin Kramer2011-09-221-3/+3
* Add support for CPATH and friends.Benjamin Kramer2011-09-221-0/+20
* Place diagnostic warn_ivar_use_hidden under the flag -Wshadow-ivar.Ted Kremenek2011-09-221-2/+1
* Don't allow template argument deduction to deduce a placeholder type,Douglas Gregor2011-09-221-0/+17
* Explicitly-defaulted copy/move constructors are not "implicit", butDouglas Gregor2011-09-221-1/+73
* In OpenCL, conversions between different vector types are disallowedTobias Grosser2011-09-221-0/+14
* In the OpenCL mode, the AltiVec mode must be off and checks must be strictTobias Grosser2011-09-211-1/+1
* Diagnose attempts to write a templated data member, from StepanDouglas Gregor2011-09-211-0/+16
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-212-1/+23
* I had meant to locally revert this test.John McCall2011-09-211-1/+1
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-216-9/+8
* [microsoft] Move missing typename warning from -fms-extensions to -fms-compat...Francois Pichet2011-09-212-34/+44
* [analyzer] Fix a bug where PathDiagnosticLocation did not generate a valid ra...Anna Zaks2011-09-211-1/+7
* [ARC] Allow forming 'id*' in an unevaluated context. Fixes rdar://10148540.Argyrios Kyrtzidis2011-09-201-0/+2
* [libclang] When pointing at a macro expansion inside a macro argument,Argyrios Kyrtzidis2011-09-202-0/+10
* Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...Francois Pichet2011-09-202-20/+20
* Fix a problem in digraph handling where "[:" might be treated as "<::" andRichard Trieu2011-09-201-1/+8
* Remove __WCHAR_UNSIGNED__ and anything that used it.Eric Christopher2011-09-201-6/+0
* Fix a crash-on-invalid with bad CV-qualification on 'this' in theJohn McCall2011-09-201-0/+11
* Fix a pretty nasty bug in noreturn destructors that cascaded into lotsChandler Carruth2011-09-201-0/+1
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-194-1/+72
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-192-0/+13
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-2/+4
* For SourceManager::isBeforeInTranslationUnit, a location pointingArgyrios Kyrtzidis2011-09-191-2/+4
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-1916-48/+74
* Changes to the name lookup have caused a regression in the digraph fix-it hint.Richard Trieu2011-09-191-0/+16
* Tighten check to match an ivar with corresponding property by using ObjCImple...Devang Patel2011-09-191-0/+14
* Fix a QoI bug with overloaded operators inside macros.Matt Beaumont-Gay2011-09-191-0/+15
* In apple-kext mode, use external linkage for explicit template instantiationsJohn McCall2011-09-191-2/+10
* In constructors, don't generate implicit initializers for members of anonymou...Richard Smith2011-09-191-0/+8
* Move the "jump bypasses variable initialization" error -> warning downgrade f...Francois Pichet2011-09-182-54/+55
* In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo...Francois Pichet2011-09-181-0/+18
* PR10304: Do not call destructors for data members from union destructors. Pri...Richard Smith2011-09-181-0/+42
* PR10954: variant members should not be implicitly initialized in constructors...Richard Smith2011-09-181-1/+29
* Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith2011-09-183-11/+47
* Let -Warray-bounds handle casted array types without false positives.Nico Weber2011-09-171-0/+12
* objc - Treat type of 'self' in class methods as root ofFariborz Jahanian2011-09-171-0/+44
* objc: Don't crash with decl context for property impl.Fariborz Jahanian2011-09-171-0/+2
* When we load header file information from the external source (i.e.,Douglas Gregor2011-09-172-0/+9
* With modules, we can end up loading a new module after we've seen anDouglas Gregor2011-09-171-1/+2
* In Microsoft mode, warn if an indirect goto jump over a variable initialization.Francois Pichet2011-09-162-8/+23
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-161-1/+1
* test/CodeGen/sse-builtins.c: Make this host-independent to unbreak posix-unli...NAKAMURA Takumi2011-09-161-1/+1
* Remove standard library includes from test; they explode on Windows.Eli Friedman2011-09-151-3/+0
* Tweak *mmintrin.h so that they don't make any bad assumptions about alignment...Eli Friedman2011-09-151-0/+104
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-153-0/+17
* Add test case for mutually recursive modulesDouglas Gregor2011-09-153-0/+21