- Jun 25, 2009
-
-
Ted Kremenek authored
llvm-svn: 74136
-
Ted Kremenek authored
llvm-svn: 74131
-
Ted Kremenek authored
llvm-svn: 74128
-
Fariborz Jahanian authored
look at it later. llvm-svn: 74126
-
- Jun 24, 2009
-
-
Anders Carlsson authored
llvm-svn: 74118
-
Anders Carlsson authored
llvm-svn: 74115
-
Fariborz Jahanian authored
llvm-svn: 74108
-
Anders Carlsson authored
llvm-svn: 74099
-
Anders Carlsson authored
llvm-svn: 74086
-
Owen Anderson authored
llvm-svn: 74085
-
Chris Lattner authored
llvm-svn: 74083
-
Fariborz Jahanian authored
llvm-svn: 74080
-
Douglas Gregor authored
Implement matching of function templates, so that one can declare overloaded function templates. C++ [temp.over.link] paragraphs 4-8. llvm-svn: 74079
-
Zhongxing Xu authored
llvm-svn: 74047
-
Zhongxing Xu authored
llvm-svn: 74043
-
Douglas Gregor authored
Make sure that the template parameter lists get from the parser down to ActOnFunctionDeclarator for function template definitions llvm-svn: 74040
-
Anders Carlsson authored
llvm-svn: 74030
-
Douglas Gregor authored
and associate it with the FunctionDecl. llvm-svn: 74028
-
Anders Carlsson authored
llvm-svn: 74027
-
Fariborz Jahanian authored
implicit copy constructor definition determination. llvm-svn: 74025
-
Douglas Gregor authored
handle function templates. There's no actual code for function templates yet, but at least we complain about typedef templates. llvm-svn: 74021
-
Daniel Dunbar authored
llvm-svn: 74020
-
Argyrios Kyrtzidis authored
Introduce SourceManager::ísBeforeInTranslationUnit() which can compare 2 source locations and determine which one comes before the other, relative to the translation unit. llvm-svn: 74014
-
Argyrios Kyrtzidis authored
llvm-svn: 74011
-
- Jun 23, 2009
-
-
Fariborz Jahanian authored
variables in ObjC's Next runtime mode. Next runtime also implicitly applies 'used' attribute on some of its meta-data. This results in two 'llvm.used' arrays to be generated, and one of them is renamed to 'llvm.used1'. llvm-svn: 74008
-
Douglas Gregor authored
Eliminate DeclPtrTy() arguments to ActOnDeclarator that are just a very, very weird way to pass "false". No functionality change llvm-svn: 74007
-
Ted Kremenek authored
llvm-svn: 74006
-
Ted Kremenek authored
llvm-svn: 73996
-
Ted Kremenek authored
llvm-svn: 73995
-
Douglas Gregor authored
when it should. llvm-svn: 73992
-
Ted Kremenek authored
- Change implementation of MemRegion::hasStackStorage()/hasHeapStorage() to use 'getMemorySpace()'. This avoids a double traversal up the region hierarchy and is simpler. - Add MemRegion::hasHeapOrStackStorage() as a slightly more efficient alternative to 'hasStackStorage() || hasHeapStorage()'. llvm-svn: 73977
-
Douglas Gregor authored
llvm-svn: 73976
-
Ted Kremenek authored
llvm-svn: 73973
-
Ted Kremenek authored
llvm-svn: 73968
-
Ted Kremenek authored
llvm-svn: 73958
-
Zhongxing Xu authored
llvm-svn: 73954
-
Zhongxing Xu authored
No functionality change. llvm-svn: 73952
-
Zhongxing Xu authored
Clean up code with ValueManager. llvm-svn: 73951
-
Zhongxing Xu authored
explicitly. Make 0 value with the field type. llvm-svn: 73949
-
Zhongxing Xu authored
array elements to 0 explicitly. Create 0 values with the element type. llvm-svn: 73946
-