- Aug 18, 2010
-
-
Daniel Dunbar authored
llvm-svn: 111314
-
Daniel Dunbar authored
those crash paths. llvm-svn: 111311
-
Daniel Dunbar authored
reported as unused. llvm-svn: 111310
-
Argyrios Kyrtzidis authored
llvm-svn: 111305
-
Ted Kremenek authored
llvm-svn: 111304
-
- Aug 17, 2010
-
-
John McCall authored
dependent call expression. llvm-svn: 111300
-
Argyrios Kyrtzidis authored
This option is not part of the Unused diagnostic group until the warnings on llvm codebase are fixed and we are ready to turn it on. Suggestion by Daniel. llvm-svn: 111298
-
Fariborz Jahanian authored
of non-object types. Radar 8308053. llvm-svn: 111296
-
John McCall authored
fail to instantiate them. llvm-svn: 111293
-
Sebastian Redl authored
llvm-svn: 111284
-
Ted Kremenek authored
Fix horrible CFG bug caused by a series of NullStmts appearing at the beginning of a do...while loop. This would cause the body of the DoStmt to be disconnected from the preceding code. llvm-svn: 111283
-
Ted Kremenek authored
CFGBuilder: don't create the empty "loop back" block for DoStmts if the loop edge can never be taken. llvm-svn: 111282
-
Sebastian Redl authored
llvm-svn: 111279
-
Fariborz Jahanian authored
Radar 8308053. llvm-svn: 111275
-
Douglas Gregor authored
llvm-svn: 111265
-
Sebastian Redl authored
Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. llvm-svn: 111258
-
Sebastian Redl authored
llvm-svn: 111257
-
-
Douglas Gregor authored
the resulting pattern the appropriate cursor kind of an instance or class method declaration. llvm-svn: 111237
-
Chris Lattner authored
too. Patch by Per Linden! llvm-svn: 111236
-
Chris Lattner authored
patch by Per Linden! llvm-svn: 111235
-
Chris Lattner authored
llvm-svn: 111234
-
Douglas Gregor authored
Objective-C method declarations with > 2 parameters. llvm-svn: 111233
-
Benjamin Kramer authored
and remove getStrData(). Patch by Peter Davies (with some tweaks). llvm-svn: 111229
-
John McCall authored
of the classes is invalid. A class is invalid if a base is invalid. llvm-svn: 111227
-
Douglas Gregor authored
translation unit, refresh code-completion results because they've probably changed. However, enforce a cooldown period between refreshes, to avoid thrashing. llvm-svn: 111218
-
Zhongxing Xu authored
llvm-svn: 111217
-
John McCall authored
the record invalid. llvm-svn: 111211
-
Eli Friedman authored
no functionality change. llvm-svn: 111207
-
Jordy Rose authored
llvm-svn: 111205
-
Douglas Gregor authored
llvm-svn: 111204
-
Douglas Gregor authored
nested-name-specifiers. Also includes fixes to the generation of nested-name-specifier result in the non-cached case; we were producing lame results for namespaces and namespace aliases, which (1) didn't always have nested-name-specifiers when we want them, and (2) did not have the necessary "::" as part of the completion. llvm-svn: 111203
-
- Aug 16, 2010
-
-
Fariborz Jahanian authored
non-fragile abi mode as sizes are not statically known. Fixes radar 8315734. llvm-svn: 111191
-
Tom Care authored
llvm-svn: 111190
-
Douglas Gregor authored
llvm-svn: 111186
-
Douglas Gregor authored
llvm-svn: 111184
-
Jordy Rose authored
Instead of using operator bool() for testing if a BindingKey is valid, use an explicit isValid() method. llvm-svn: 111181
-
Jordy Rose authored
llvm-svn: 111179
-
Douglas Gregor authored
inlined. No functionality change. llvm-svn: 111176
-
Sebastian Redl authored
llvm-svn: 111166
-