- Mar 05, 2012
-
-
Richard Smith authored
llvm-svn: 152013
-
Richard Smith authored
kinds as the underlying string literals, and we silently drop the ud-suffix; those issues will be fixed by subsequent patches. llvm-svn: 152012
-
- Oct 14, 2011
-
-
Richard Smith authored
-std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
-
- Aug 31, 2011
-
-
Douglas Gregor authored
collision between C99 hexfloats and C++0x user-defined literals by giving C99 hexfloats precedence. Also, warning about user-defined literals that conflict with hexfloats and those that have names that are reserved by the implementation. Fixes <rdar://problem/9940194>. llvm-svn: 138839
-
- Jul 29, 2011
-
-
Douglas Gregor authored
C++98/03, and C++0x mode, from Craig Topper! llvm-svn: 136443
-
- Jul 27, 2011
-
-
Douglas Gregor authored
llvm-svn: 136210
-
- Apr 14, 2011
-
-
Richard Smith authored
llvm-svn: 129525
-
- Feb 03, 2010
-
-
Eli Friedman authored
llvm-svn: 95228
-
- Dec 15, 2009
-
-
Daniel Dunbar authored
- This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
-
- Aug 23, 2009
-
-
Daniel Dunbar authored
llvm-svn: 79841
-