- Nov 08, 2009
-
-
Daniel Dunbar authored
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
-
- Nov 05, 2009
-
-
Chris Lattner authored
llvm-svn: 86177
-
Chris Lattner authored
introduces no new function changes. Patch by Ken Dyck! llvm-svn: 86062
-
- Nov 03, 2009
-
-
Chris Lattner authored
Roman Divacky! PR5363 llvm-svn: 85932
-
John Thompson authored
llvm-svn: 85854
-
- Nov 02, 2009
-
-
John Thompson authored
llvm-svn: 85834
-
- Oct 29, 2009
-
-
Chris Lattner authored
Ken Dyck! llvm-svn: 85482
-
- Oct 27, 2009
-
-
John Thompson authored
llvm-svn: 85236
-
Nuno Lopes authored
llvm-svn: 85223
-
Edward O'Callaghan authored
llvm-svn: 85202
-
Edward O'Callaghan authored
llvm-svn: 85201
-
Edward O'Callaghan authored
llvm-svn: 85200
-
Edward O'Callaghan authored
llvm-svn: 85199
-
Edward O'Callaghan authored
llvm-svn: 85194
-
- Oct 26, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 85170
-
- Oct 22, 2009
-
-
John Thompson authored
llvm-svn: 84893
-
- Sep 09, 2009
-
-
Mike Stump authored
llvm-svn: 81346
-
- Sep 01, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80645
-
- Aug 31, 2009
-
-
David Chisnall authored
Added test cases for presence and absence of __has_feature(objc_nonfragile_abi) with and without -fobjc-nonfragile-abi. llvm-svn: 80593
-
- Jul 25, 2009
-
-
Daniel Dunbar authored
- This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
-
- Jul 12, 2009
-
-
Chris Lattner authored
llvm-svn: 75431
-
- Jun 15, 2009
-
-
Chris Lattner authored
the file at the point of the pragma. This allows clang to know that all sourcelocations after the pragma are in a system header. llvm-svn: 73376
-
Chris Lattner authored
llvm-svn: 73375
-
Chris Lattner authored
llvm-svn: 73374
-
Chris Lattner authored
can occur in the middle of comment tokens. llvm-svn: 73365
-
- Jun 14, 2009
-
-
Chris Lattner authored
preprocessor and initialize it early in clang-cc. This ensures that __has_builtin works in all modes, not just when ASTContext is around. llvm-svn: 73319
-
- Jun 13, 2009
-
-
Chris Lattner authored
builtin preprocessor macro. This appears to work with two caveats: 1) builtins are registered in -E mode, and 2) target-specific builtins are unconditionally registered even if they aren't supported by the target (e.g. SSE4 builtin when only SSE1 is enabled). llvm-svn: 73289
-
- Jun 02, 2009
-
-
Eli Friedman authored
# line directives. llvm-svn: 72724
-
- Jun 01, 2009
-
-
Eli Friedman authored
preprocessor. llvm-svn: 72686
-
- May 28, 2009
-
-
Chris Lattner authored
llvm-svn: 72520
-
Eli Friedman authored
llvm-svn: 72497
-
- May 25, 2009
-
-
Chris Lattner authored
1. When we accept "#garbage" in asm-with-cpp mode, change the token kind of the # to unknown so that the preprocessor won't try to process it as a real #. This fixes a crash on the attached example 2. Fix macro definition extents processing to handle #foo at the end of a macro to say the definition ends with the foo, not the #. This is a follow-on fix to r72283, and rdar://6916026 llvm-svn: 72388
-
Chris Lattner authored
llvm-svn: 72385
-
- May 24, 2009
-
-
Eli Friedman authored
the RHS. Fixes assembler-with-cpp issue reported on cfe-dev. llvm-svn: 72370
-
- May 22, 2009
-
-
Daniel Dunbar authored
non-argument names, pass the tokens through. llvm-svn: 72283
-
- May 16, 2009
-
-
Eli Friedman authored
llvm-svn: 71960
-
- May 13, 2009
-
-
-
Chris Lattner authored
llvm-svn: 71642
-
Chris Lattner authored
llvm-svn: 71641
-
Chris Lattner authored
two empty arguments. Also, add an assert so that this bug manifests as an assertion failure, not a valgrind problem. This fixes rdar://6880648 - [cpp] crash in ArgNeedsPreexpansion llvm-svn: 71616
-