- Dec 04, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 169236
-
NAKAMURA Takumi authored
llvm-svn: 169235
-
NAKAMURA Takumi authored
llvm-svn: 169233
-
Bill Wendling authored
llvm-svn: 169232
-
Argyrios Kyrtzidis authored
PreprocessingRecord and into its own class, PPConditionalDirectiveRecord. Decoupling allows a client to use the functionality of PPConditionalDirectiveRecord without needing a PreprocessingRecord. llvm-svn: 169229
-
Argyrios Kyrtzidis authored
use the SourceLocation at the start of the respective region, instead of a unique integer. llvm-svn: 169228
-
Argyrios Kyrtzidis authored
llvm-svn: 169227
-
Argyrios Kyrtzidis authored
compile commands of the database and expose it via the libclang API. llvm-svn: 169226
-
NAKAMURA Takumi authored
clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64-unknown-unknown. It was incompatible to i686. llvm-svn: 169220
-
Bill Wendling authored
The count field is necessary because there isn't a difference between the 'lo' and 'hi' attributes for a one-element array and a zero-element array. When the count is '0', we know that this is a zero-element array. When it's >=1, then it's a normal constant sized array. When it's -1, then the array is unbounded. llvm-svn: 169219
-
Richard Smith authored
llvm-svn: 169207
-
NAKAMURA Takumi authored
llvm-svn: 169199
-
Fariborz Jahanian authored
<declaration> tag of Comment XML and fixed a missing declaration of ivars private to @implementation as result of the testing. // rdar://12378714 llvm-svn: 169193
-
Michael Ilseman authored
Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes. Test cases included. llvm-svn: 169191
-
Michael Ilseman authored
llvm-svn: 169187
-
NAKAMURA Takumi authored
llvm-svn: 169180
-
- Dec 03, 2012
-
-
Richard Smith authored
after its lifetime has ended! llvm-svn: 169170
-
Manuel Klimek authored
The necessity of this fix points to a problem with the design of the addToken during the optimiation phase, which we need to address in a much more principled way. llvm-svn: 169151
-
Alexey Samsonov authored
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. llvm-svn: 169144
-
Benjamin Kramer authored
llvm-svn: 169139
-
Alexey Samsonov authored
llvm-svn: 169138
-
Daniel Jasper authored
This formatting library will be used by a stand-alone clang-format tool and can also be used when writing other refactorings. Manuel's original design document: https://docs.google.com/a/google.com/document/d/1gpckL2U_6QuU9YW2L1ABsc4Fcogn5UngKk7fE5dDOoA/edit The library can already successfully format itself. Review: http://llvm-reviews.chandlerc.com/D80 llvm-svn: 169137
-
Daniel Jasper authored
llvm-svn: 169129
-
Evgeniy Stepanov authored
llvm-svn: 169124
-
- Dec 02, 2012
-
-
Will Dietz authored
llvm-svn: 169114
-
- Dec 01, 2012
-
-
Benjamin Kramer authored
Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. No functionality change. llvm-svn: 169099
-
Simon Atanasyan authored
to enable/disable support of GOT larger than 64k. llvm-svn: 169098
-
Benjamin Kramer authored
llvm-svn: 169097
-
Benjamin Kramer authored
llvm-svn: 169096
-
Benjamin Kramer authored
llvm-svn: 169095
-
Benjamin Kramer authored
Recursively prune some includes. llvm-svn: 169094
-
Benjamin Kramer authored
llvm-svn: 169093
-
Benjamin Kramer authored
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. Required to pull some functions out of line, but this shouldn't have a perf impact. No functionality change. llvm-svn: 169092
-
Eli Bendersky authored
In preparation for the FileCheck enhancement to support backreferences. llvm-svn: 169090
-
Joey Gouly authored
llvm-svn: 169089
-
Joey Gouly authored
llvm-svn: 169088
-
Benjamin Kramer authored
llvm-svn: 169086
-
Michael Han authored
llvm-svn: 169078
-
Richard Smith authored
llvm-svn: 169077
-
Richard Smith authored
an implicit special member, rather than sometimes using '!hasDeclared<special member>'. No functionality change. llvm-svn: 169075
-