- Jun 05, 2011
-
-
Rafael Espindola authored
llvm-svn: 132653
-
- Jun 04, 2011
-
-
Richard Smith authored
llvm-svn: 132651
-
Nick Lewycky authored
llvm-svn: 132637
-
Roman Divacky authored
llvm-svn: 132635
-
Roman Divacky authored
llvm-svn: 132634
-
Nick Lewycky authored
"-z =foo"). Do the same thing in clang. llvm-svn: 132630
-
Nick Lewycky authored
to the linker. llvm-svn: 132629
-
Nick Lewycky authored
common C++ pattern of using the same name for the constructor argument as you do for the member. Noticed by inspection. llvm-svn: 132626
-
Galina Kistanova authored
llvm-svn: 132623
-
Alexis Hunt authored
the self-host failures and Chandler's concerns. llvm-svn: 132622
-
Nick Lewycky authored
-Wnon-virtual-dtor! llvm-svn: 132619
-
Jordy Rose authored
llvm-svn: 132618
-
Jordy Rose authored
[analyzer] Don't crash when copying an unknown number of bytes with memcpy(). Also handle all memcpy-family return values in evalCopyCommon(), rather than having some outside and some inside. llvm-svn: 132617
-
Jordy Rose authored
llvm-svn: 132614
-
Tanya Lattner authored
__builtin_astype(): Used to reinterpreted as another data type of the same size using for both scalar and vector data types. Added test case. llvm-svn: 132612
-
Devang Patel authored
Emit debug info only if there is an insertion point. The debug info should not force an insertion point. Codegen may later on decide to not emit code for some reason, see extensive comment in CodeGenFunction::EmitStmt(), and debug info should not get in the way. llvm-svn: 132610
-
Jordy Rose authored
llvm-svn: 132608
-
Jordy Rose authored
llvm-svn: 132607
-
Jordy Rose authored
llvm-svn: 132605
-
Jonathan D. Turner authored
Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIvarDecl, TypedefDecl, VarDecl and FieldDecl and improve support for ParmVarDecl. llvm-svn: 132604
-
Douglas Gregor authored
libclang. Fixes <rdar://problem/9537904>. llvm-svn: 132603
-
Galina Kistanova authored
llvm-svn: 132600
-
- Jun 03, 2011
-
-
Jonathan D. Turner authored
llvm-svn: 132596
-
Alexis Hunt authored
suggested by Chandler. llvm-svn: 132593
-
Devang Patel authored
Emit debug info only if there is an insertion point. The debug info should not force an insertion point. Codegen may later on decide to not emit code for some reason, see extensive comment in CodeGenFunction::EmitStmt(), and debug info should not get in the way. llvm-svn: 132576
-
Alexis Hunt authored
destructors are implemented but other special members are on the way, which is where the real benefits of this will be visible. llvm-svn: 132572
-
Galina Kistanova authored
llvm-svn: 132571
-
Matt Beaumont-Gay authored
passing -Wunknown-warning-option will re-enable warnings about -Wno-foo. llvm-svn: 132570
-
Alexis Hunt authored
llvm-svn: 132566
-
Hans Wennborg authored
Warn in cases such as "x + someCondition ? 42 : 0;", where the condition expression looks arithmetic, and has a right-hand side that looks boolean. This (partly) addresses http://llvm.org/bugs/show_bug.cgi?id=9969 llvm-svn: 132565
-
Alexis Hunt authored
special member functions. llvm-svn: 132564
-
Hans Wennborg authored
In code such as "char* volatile const j()", Clang warns that "volatile const" will be ignored. Make it point to the first ignored qualifier, and simplify the code a bit. llvm-svn: 132563
-
Devang Patel authored
llvm-svn: 132560
-
Devang Patel authored
llvm-svn: 132557
-
Rafael Espindola authored
we look in /usr/lib to find crt1.o, and that depends only on where libc is installed. This fixes the case of using a different gcc installation in a distro without multilib. llvm-svn: 132551
-
Rafael Espindola authored
llvm-svn: 132550
-
Eric Christopher authored
llvm-svn: 132548
-
Douglas Gregor authored
Sema::RequireCompleteExprType() a bit more, setting the point of instantiation if needed, and skipping explicit specializations entirely. llvm-svn: 132547
-
Francois Pichet authored
llvm-svn: 132546
-
Francois Pichet authored
llvm-svn: 132544
-