- Oct 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 84355
-
Chris Lattner authored
llvm-svn: 84354
-
Chris Lattner authored
fixing PR4838. llvm-svn: 84353
-
Mikhail Glushenkov authored
More to follow... llvm-svn: 84352
-
Mikhail Glushenkov authored
llvm-svn: 84351
-
Mikhail Glushenkov authored
Several instances of PluginPriority in a single file most probably signifies a programming error. llvm-svn: 84350
-
Mikhail Glushenkov authored
This will require implementing OptionPreprocessor to forbid invalid invocations such as 'llvmc -O1 -O2'. llvm-svn: 84349
-
Nick Lewycky authored
llvm-svn: 84348
-
Sebastian Redl authored
In some dependent contexts, incomplete array types persist into FinalizeDeclaratorGroup. Don't require them to have a complete type. This allows us to compile Hello World with the Apache stdcxx library. If you don't use endl, it even links and runs. llvm-svn: 84347
-
Edward O'Callaghan authored
llvm-svn: 84346
-
Sebastian Redl authored
llvm-svn: 84345
-
Daniel Dunbar authored
llvm-svn: 84344
-
Daniel Dunbar authored
llvm-svn: 84343
-
Daniel Dunbar authored
llvm-svn: 84342
-
Daniel Dunbar authored
llvm-svn: 84341
-
Daniel Dunbar authored
llvm-svn: 84340
-
Daniel Dunbar authored
llvm-svn: 84339
-
Daniel Dunbar authored
llvm-svn: 84338
-
Daniel Dunbar authored
instead of getName. - -2 FIXMEs. llvm-svn: 84337
-
Daniel Dunbar authored
llvm-svn: 84336
-
Ted Kremenek authored
Minor cleanup: move typedef out of anonymous namespace (which now contains nothing) and into RemoveDeadBindings. No functionality change. llvm-svn: 84335
-
Douglas Gregor authored
so that we catch any macros used within the declarations and types. Also, properly store a NULL selector. llvm-svn: 84334
-
Edward O'Callaghan authored
llvm-svn: 84330
-
Daniel Dunbar authored
llvm-svn: 84329
-
Daniel Dunbar authored
alignment in bits in clang. If we really want to fix this, it should be a bugzilla. llvm-svn: 84328
-
Daniel Dunbar authored
llvm-svn: 84327
-
Evan Cheng authored
Distinquish stack slots from other stack objects. They (and fixed objects) get FixedStack PseudoSourceValues. llvm-svn: 84326
-
Daniel Dunbar authored
llvm-svn: 84325
-
Evan Cheng authored
llvm-svn: 84324
-
Zhongxing Xu authored
the code to standard worklist algorithm. Always add both sub and super regions of live regions. llvm-svn: 84323
-
Daniel Dunbar authored
llvm-svn: 84322
-
Evan Cheng authored
llvm-svn: 84321
-
Ted Kremenek authored
Fix another static analyzer crash due to a corner case in "folding" symbolic values that are constrained to be a constant. llvm-svn: 84320
-
Zhongxing Xu authored
kinds. This means we are visiting all regions 'from super region'. llvm-svn: 84319
-
Ted Kremenek authored
llvm-svn: 84318
-
Ted Kremenek authored
llvm-svn: 84317
-
Evan Cheng authored
necessarily fixed. Only those will negative frame indices are "fixed." llvm-svn: 84315
-
Ted Kremenek authored
llvm-svn: 84313
-
Daniel Dunbar authored
annotation token. - I'm not sure what the best thing to print is, for now we just print the token location and 'at annotation token'. llvm-svn: 84312
-
Evan Cheng authored
llvm-svn: 84311
-