- Jun 15, 2010
-
-
Daniel Dunbar authored
problem; patch by Ed Schouten. llvm-svn: 105996
-
Nick Lewycky authored
Stmt* such as those which occur in ?: . Fixes PR7378. Also, generally whip the code into shape fixing several coding style violations. llvm-svn: 105992
-
Alexis Hunt authored
won't define it unless specifically requested via the use of __need_wint_t. llvm-svn: 105985
-
Ted Kremenek authored
llvm-svn: 105984
-
Chris Lattner authored
source code location instead of on the note. Previously we generated: <inline asm>:1:2: error: unrecognized instruction barf ^ t.c:4:8: note: generated from here asm ("barf"); ^ Now we generate: t.c:4:8: error: unrecognized instruction asm ("barf"); ^ <inline asm>:1:2: note: instantated into assembly here barf ^ llvm-svn: 105978
-
Douglas Gregor authored
handle visibility properly. Fixes <rdar://problem/8091955>. llvm-svn: 105977
-
Douglas Gregor authored
mangling for types, where the <source-name> is ASxxx (xxx is the address-space number). llvm-svn: 105975
-
Douglas Gregor authored
non-dependent type or template name, respectively, in C++98/03. Fixes PR7111 and <rdar://problem/8002682>. llvm-svn: 105968
-
- Jun 14, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105966
-
Daniel Dunbar authored
collect2 option that is passed by some projects (notably WebKit). llvm-svn: 105964
-
Daniel Dunbar authored
Also, fix a memory leak. llvm-svn: 105963
-
Daniel Dunbar authored
llvm-svn: 105958
-
Daniel Dunbar authored
llvm-svn: 105957
-
Chris Lattner authored
Decl.cpp:716:28: warning: initialization of pointer of type 'clang::VarDecl *' from literal 'false' [-Wbool-conversions] VarDecl *LastTentative = false; ^ RewriteRope.cpp:535:12: warning: initialization of pointer of type '<anonymous>::RopePieceBTreeNode *' from literal 'false' [-Wbool-conversions] return false; ^ llvm-svn: 105946
-
Benjamin Kramer authored
llvm-svn: 105936
-
Charles Davis authored
- Mangle qualifiers. - Start mangling variables' types into the name. A variable declared with a builtin type should now mangle properly. llvm-svn: 105931
-
Nate Begeman authored
Fix multiplies by scalar Add SemaChecking code for all immediates Add SemaChecking-gen support to arm_neon.td llvm-svn: 105930
-
- Jun 13, 2010
-
-
Anders Carlsson authored
llvm-svn: 105920
-
Anders Carlsson authored
Implement part of the EmptySubobjectMap optimization described in PR6998. We still need to do this for bases. llvm-svn: 105919
-
John McCall authored
from its canonical type. llvm-svn: 105912
-
Chris Lattner authored
Patch by David Majnemer! llvm-svn: 105909
-
Nate Begeman authored
llvm-svn: 105908
-
- Jun 12, 2010
-
-
Chris Lattner authored
Apparently some programs which abuse the preprocessor depend on this. llvm-svn: 105889
-
Abramo Bagnara authored
llvm-svn: 105882
-
Charles Davis authored
- Don't mangle static variables at global scope. - Add support for mangling builtin types. This will be used later. llvm-svn: 105881
-
Abramo Bagnara authored
llvm-svn: 105880
-
Nate Begeman authored
llvm-svn: 105879
-
Nate Begeman authored
llvm-svn: 105875
-
John McCall authored
explicit casts. Fixes PR7359. llvm-svn: 105871
-
Argyrios Kyrtzidis authored
Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. llvm-svn: 105852
-
Nate Begeman authored
llvm-svn: 105848
-
Daniel Dunbar authored
llvm-svn: 105844
-
Daniel Dunbar authored
Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. llvm-svn: 105842
-
Daniel Dunbar authored
llvm-svn: 105841
-
Daniel Dunbar authored
llvm-svn: 105840
-
Daniel Dunbar authored
llvm-svn: 105839
-
Daniel Dunbar authored
llvm-svn: 105838
-
- Jun 11, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105830
-
John McCall authored
vector is filled with the given constant; we were just initializing the first element. llvm-svn: 105824
-
John McCall authored
Troy Straszheim! llvm-svn: 105823
-