- Aug 20, 2011
-
-
NAKAMURA Takumi authored
Win32 GetTempPath() tends to pick up %WINDIR% when neither TEMP nor TMP was found. %WINDIR% should not be treated writable on recent Windows OS. llvm-svn: 138192
-
NAKAMURA Takumi authored
llvm-svn: 138191
-
NAKAMURA Takumi authored
FIXME: Avoid using system headers. clang cannot handle MS <vector> yet. llvm-svn: 138190
-
Douglas Gregor authored
different modules) more robust. It already handled (simple) merges of the set of declarations attached to that identifier, so add a test case that shows us getting two different declarations for the same identifier (one struct, one function) from different modules, and are able to use both of them. llvm-svn: 138189
-
Douglas Gregor authored
llvm-svn: 138188
-
Douglas Gregor authored
modules (those that no other module depends on) and performs a search over all of the modules, visiting a new module only when all of the modules that depend on it have already been visited. The visitor can abort the search for all modules that a module depends on, which allows us to minimize the number of lookups necessary when performing a search. Switch identifier lookup from a linear walk over the set of modules to this module visitation operation. The behavior is the same for simple PCH and chained PCH, but provides the proper search order for modules. Verified with printf debugging, since we don't have enough in place to actually test this. llvm-svn: 138187
-
Benjamin Kramer authored
llvm-svn: 138186
-
Anna Zaks authored
Static Analyzer Diagnostics: Move the responsibility for generating the endOfPath diagnostic piece from BugReport to BugReporterVisitor. Switch CFRefCount to use visitors in order to generate the endOfPath piece. llvm-svn: 138184
-
Ted Kremenek authored
llvm-svn: 138183
-
Eric Christopher authored
llvm-svn: 138182
-
Eric Christopher authored
the empty directory. llvm-svn: 138181
-
Eric Christopher authored
2010-02-01-utf16-with-null.m 2010-02-23-DbgInheritance.m 2010-03-17-StructRef.m 2011-03-08-IVarLookup.m from llvm/test/FrontendObjC. llvm-svn: 138180
-
Johnny Chen authored
llvm-svn: 138179
-
Johnny Chen authored
to walk the directory tree. Plus, we can concentrate only on leaf nodes, i.e., files. llvm-svn: 138178
-
Chad Rosier authored
llvm-svn: 138177
-
Eric Christopher authored
llvm-svn: 138176
-
Eric Christopher authored
2008-11-25-Blocks.m 2009-01-26-WriteBarrier-2.m 2009-02-05-VolatileProp.m 2009-08-05-utf16.m from llvm/test/FrontendObjC. llvm-svn: 138175
-
Chad Rosier authored
llvm-svn: 138174
-
Eric Christopher authored
llvm-svn: 138173
-
Eric Christopher authored
2007-04-03-ObjcEH.m 2007-05-02-Strong.m 2007-10-18-ProDescriptor.m 2007-10-23-GC-WriteBarrier.m 2008-10-3-EhValue.m 2008-11-12-Metadata.m 2008-11-24-ConstCFStrings.m from llvm/test/FrontendObjC. llvm-svn: 138172
-
Chad Rosier authored
-verify-machineinstrs can be enabled for this test case. llvm-svn: 138171
-
Eric Christopher authored
llvm-svn: 138170
-
Enrico Granata authored
Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times llvm-svn: 138169
-
Eric Christopher authored
llvm-svn: 138168
-
Eric Christopher authored
2007-10-03-MetadataPointers.mm 2010-08-04-Template.mm 2010-08-06-X.Y-syntax.mm from llvm/test/FrontendObjC++. llvm-svn: 138167
-
Eric Christopher authored
problems on windows. llvm-svn: 138166
-
Eric Christopher authored
All tests have been updated and migrated into clang or were obsolete. llvm-svn: 138165
-
Jakob Stoklund Olesen authored
This pleases the register scavenger and brings test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll a little closer to working with -verify-machineinstrs. llvm-svn: 138164
-
Chad Rosier authored
Therefore, rather then generate a pseudo instruction, which is later expanded, generate the necessary instructions in place. llvm-svn: 138163
-
Eric Christopher authored
2003-11-02-WeakLinkage.cpp 2003-11-18-PtrMemConstantInitializer.cpp 2003-11-25-ReturningOpaqueByValue.cpp 2003-11-27-MultipleInheritanceThunk.cpp 2003-11-29-DuplicatedCleanupTest.cpp 2003-12-08-ArrayOfPtrToMemberFunc.cpp 2004-01-11-DynamicInitializedConstant.cpp from llvm/test/FrontendC++. llvm-svn: 138162
-
Johnny Chen authored
Plus add some comments. llvm-svn: 138159
-
Eric Christopher authored
2004-03-08-ReinterpretCastCopy.cpp 2004-03-09-UnmangledBuiltinMethods.cpp 2004-03-15-CleanupsAndGotos.cpp 2004-06-08-LateTemplateInstantiation.cpp 2004-09-27-CompilerCrash.cpp 2004-09-27-DidntEmitTemplate.cpp 2004-11-27-ExceptionCleanupAssertion.cpp 2004-11-27-FriendDefaultArgCrash.cpp 2005-01-03-StaticInitializers.cpp from llvm/test/FrontendC++. llvm-svn: 138157
-
Eric Christopher authored
llvm-svn: 138156
-
Tobias Grosser authored
llvm-svn: 138155
-
Enrico Granata authored
llvm-svn: 138154
-
Bill Wendling authored
then don't split it a second time, since that block will be dead. llvm-svn: 138153
-
Eric Christopher authored
llvm-svn: 138152
-
Eric Christopher authored
llvm-svn: 138150
-
Eric Christopher authored
llvm-svn: 138149
-
Eric Christopher authored
2005-02-11-AnonymousUnion.cpp 2005-02-13-BadDynamicInit.cpp 2005-02-14-BitFieldOffset.cpp 2005-02-19-BitfieldStructCrash.cpp 2005-02-19-UnnamedVirtualThunkArgument.cpp 2005-02-20-BrokenReferenceTest.cpp 2006-03-01-GimplifyCrash.cpp 2006-03-06-C++RecurseCrash.cpp 2006-09-12-OpaqueStructCrash.cpp 2006-10-30-ClassBitfield.cpp 2006-11-20-GlobalSymbols.cpp 2006-11-20-GlobalSymbols.ll 2006-11-30-ConstantExprCrash.cpp from llvm/test/FrontendC++. llvm-svn: 138148
-