- Jul 22, 2010
-
-
Fariborz Jahanian authored
warning flag in clang. Little more to do for a PCH issue. Radar 6507158. llvm-svn: 109129
-
Nick Lewycky authored
arguments. This happens in clang itself where template: template <typename T> T const *getAs(); gets specialized with: template<> inline clang::TypedefType const *getAs() { ... } and there's no TemplateArgumentList. llvm-svn: 109127
-
Howard Hinnant authored
llvm-svn: 109126
-
Xerxes Ranby authored
llvm-svn: 109125
-
Argyrios Kyrtzidis authored
llvm-svn: 109124
-
Argyrios Kyrtzidis authored
llvm-svn: 109123
-
Gabor Greif authored
llvm-svn: 109122
-
Sebastian Redl authored
Allow loading declcontext information from any file in the chain. Properly write source locations to dependent files. WIP llvm-svn: 109119
-
Devang Patel authored
A non function local MDNode can have an operand which is cloned by MapValue(). llvm-svn: 109117
-
Argyrios Kyrtzidis authored
llvm-svn: 109113
-
Argyrios Kyrtzidis authored
llvm-svn: 109112
-
Gabor Greif authored
llvm-svn: 109111
-
Gabor Greif authored
llvm-svn: 109110
-
Gabor Greif authored
llvm-svn: 109109
-
Gabor Greif authored
llvm-svn: 109108
-
Howard Hinnant authored
llvm-svn: 109107
-
Zhongxing Xu authored
llvm-svn: 109106
-
Zhongxing Xu authored
engine of the new translation unit. State marshal is there but no real work is done. End nodes are passed back. llvm-svn: 109105
-
Gabor Greif authored
llvm-svn: 109104
-
Gabor Greif authored
llvm-svn: 109103
-
Duncan Sands authored
llvm-svn: 109102
-
Gabor Greif authored
llvm-svn: 109101
-
Gabor Greif authored
llvm-svn: 109100
-
Gabor Greif authored
llvm-svn: 109099
-
Gabor Greif authored
llvm-svn: 109098
-
rdar://problem/8214263Ted Kremenek authored
Fix '<rdar://problem/8214263> MakeCXCursor null dereference when body of block is invalid' by checking that the body of a BlockDecl is null before constructing a CXCursor. llvm-svn: 109097
-
Ted Kremenek authored
llvm-svn: 109096
-
Ted Kremenek authored
Switch USR generation to use file offsets instead of line/columns for anonymous symbols. Fixes <rdar://problem/8221557>. llvm-svn: 109095
-
Gabor Greif authored
llvm-svn: 109094
-
Gabor Greif authored
llvm-svn: 109093
-
Gabor Greif authored
llvm-svn: 109092
-
Chandler Carruth authored
llvm-svn: 109091
-
Chandler Carruth authored
llvm-svn: 109090
-
Tobias Grosser authored
The RegionInfo pass detects single entry single exit regions in a function, where a region is defined as any subgraph that is connected to the remaining graph at only two spots. Furthermore an hierarchical region tree is built. Use it by calling "opt -regions analyze" or "opt -view-regions". llvm-svn: 109089
-
Chandler Carruth authored
llvm-svn: 109087
-
Chandler Carruth authored
up enough to be worth supporting properly. Fixes PR7674. llvm-svn: 109086
-
Chandler Carruth authored
to try to keep as much logical grouping as possible. llvm-svn: 109085
-
Chandler Carruth authored
especially on other platforms. Is there a better way to fix this. llvm-svn: 109084
-
Evan Cheng authored
llvm-svn: 109083
-
Owen Anderson authored
llvm-svn: 109082
-