- Aug 20, 2011
-
-
Devang Patel authored
Remove one outdated test. llvm-svn: 138144
-
Jim Grosbach authored
The irony is not lost that this is not a completely trivial patchset. llvm-svn: 138143
-
Anna Zaks authored
Static Analyzer Diagnostics: Switch CFRefCount to using the new visitor API. BugReport no longer needs to inherit from BugReporterVisitor. llvm-svn: 138142
-
Eric Christopher authored
llvm-svn: 138141
-
Eric Christopher authored
llvm-svn: 138140
-
Eric Christopher authored
llvm-svn: 138139
-
Eric Christopher authored
llvm-svn: 138138
-
Jim Grosbach authored
llvm-svn: 138137
-
Eric Christopher authored
llvm-svn: 138135
-
Eric Christopher authored
2007-01-06-PtrMethodInit.cpp 2007-04-05-PackedBitFields-1.cpp 2007-04-05-PackedBitFieldsOverlap-2.cpp 2007-04-05-PackedBitFieldsOverlap.cpp 2007-04-05-PackedBitFieldsSmall.cpp 2007-04-05-StructPackedFieldUnpacked.cpp 2007-04-10-PackedUnion.cpp 2007-04-14-FNoBuiltin.cpp 2007-05-03-VectorInit.cpp 2007-07-29-RestrictPtrArg.cpp 2007-07-29-RestrictRefArg.cpp 2007-09-10-RecursiveTypeResolution.cpp from llvm/test/FrontendC++ and FileCheckize where appropriate. llvm-svn: 138134
-
Greg Clayton authored
and also to later release the ownership of the pointer object. This was needed for SWIG interaction. llvm-svn: 138133
-
Akira Hatanaka authored
needed for Mips32. llvm-svn: 138132
-
Jim Grosbach authored
llvm-svn: 138131
-
Benjamin Kramer authored
llvm-svn: 138130
-
Argyrios Kyrtzidis authored
for tokens that are lexed consecutively from the same FileID, instead of creating a SLocEntry for each token. e.g for assert(foo == bar); there will be a single SLocEntry for the "foo == bar" chunk and locations for the 'foo', '==', 'bar' tokens will point inside that chunk. For parsing SemaExpr.cpp, this reduced the number of SLocEntries by 25%. llvm-svn: 138129
-
Argyrios Kyrtzidis authored
Rename TokenLexer::getMacroExpansionLocation -> getExpansionLocForMacroDefLoc, no functionality change. llvm-svn: 138128
-
Argyrios Kyrtzidis authored
llvm-svn: 138127
-
Anna Zaks authored
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*). 1) Create a header file to expose the predefined visitors. And move the parent(BugReporterVisitor) there as well. 2) Remove the registerXXXVisitor functions - the Visitor constructors/getters can be used now to create the object. One exception is registerVarDeclsLastStore(), which registers more then one visitor, so make it static member of FindLastStoreBRVisitor. 3) Modify all the checkers to use the new API. llvm-svn: 138126
-
Jim Grosbach authored
llvm-svn: 138125
-
Jim Grosbach authored
llvm-svn: 138124
-
Bruno Cardoso Lopes authored
a bug and add a testcase! llvm-svn: 138123
-
Eric Christopher authored
llvm-svn: 138121
-
Eric Christopher authored
llvm-svn: 138120
-
Eric Christopher authored
platforms. llvm-svn: 138118
-
Eric Christopher authored
llvm-svn: 138117
-
Jim Grosbach authored
llvm-svn: 138116
-
Eric Christopher authored
llvm-svn: 138115
-
Eric Christopher authored
llvm-svn: 138114
-
Eric Christopher authored
llvm-svn: 138113
-
Eric Christopher authored
llvm-svn: 138112
-
Eric Christopher authored
llvm-svn: 138111
-
Eric Christopher authored
llvm-svn: 138110
-
Jim Grosbach authored
llvm-svn: 138109
-
Jim Grosbach authored
llvm-svn: 138108
-
Jakob Stoklund Olesen authored
It returns true when operator--() can be called. llvm-svn: 138107
-
Eric Christopher authored
llvm-svn: 138106
-
- Aug 19, 2011
-
-
Enrico Granata authored
Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning llvm-svn: 138105
-
Bill Wendling authored
llvm-svn: 138102
-
Eric Christopher authored
llvm-svn: 138101
-
Eric Christopher authored
llvm-svn: 138100
-