- Mar 05, 2010
-
-
Douglas Gregor authored
llvm-svn: 97831
-
Kovarththanan Rajaratnam authored
llvm-svn: 97810
-
- Mar 04, 2010
-
-
Fariborz Jahanian authored
on a block API struct definition. llvm-svn: 97754
-
Fariborz Jahanian authored
moved incorrectly. (radar 7714443). llvm-svn: 97734
-
John McCall authored
Our testing framework can't deal with disabled targets yet. llvm-svn: 97719
-
John McCall authored
some builtins will rely on target knowledge. llvm-svn: 97693
-
Eric Christopher authored
llvm-svn: 97679
-
- Mar 03, 2010
-
-
Eric Christopher authored
Add in c header path for various linuxes as well. Partial patch from Christian Adåker! llvm-svn: 97666
-
- Mar 02, 2010
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 97569
-
Fariborz Jahanian authored
Satisfies radar 7703202. llvm-svn: 97532
-
Fariborz Jahanian authored
Radar 7696893. llvm-svn: 97520
-
- Feb 28, 2010
-
-
Dan Gohman authored
addPassesToEmitFile. llvm-svn: 97358
-
- Feb 27, 2010
-
-
Nick Lewycky authored
Also, add support for 32-bit x86 Debian sid. llvm-svn: 97347
-
Benjamin Kramer authored
llvm-svn: 97331
-
Benjamin Kramer authored
llvm-svn: 97324
-
Benjamin Kramer authored
returns a StringRef. Use it to simplify some repetitive code. llvm-svn: 97322
-
Douglas Gregor authored
copy the source buffers provided rather than referencing them directly, so that the caller can free those buffers immediately after calling clang_createTranslationUnitFromSourceFile(). Otherwise, we risk hitting those buffers later (when building source ranges, forming diagnostics, etc.). llvm-svn: 97296
-
- Feb 26, 2010
-
-
Fariborz Jahanian authored
Fixes radar 7692183. llvm-svn: 97281
-
Fariborz Jahanian authored
llvm-svn: 97280
-
Fariborz Jahanian authored
llvm-svn: 97274
-
Fariborz Jahanian authored
Fixes radar 7692350. llvm-svn: 97254
-
Fariborz Jahanian authored
blocks's argument in the inner block requires special treatment. Fixes radar 7692419. llvm-svn: 97244
-
Fariborz Jahanian authored
attributes. Fixes radar 7214439. llvm-svn: 97203
-
- Feb 25, 2010
-
-
Daniel Dunbar authored
llvm-svn: 97166
-
Douglas Gregor authored
llvm-svn: 97113
-
Daniel Dunbar authored
llvm-svn: 97111
-
Daniel Dunbar authored
This is the way I would like to move the frontend function towards -- distinct pieces of functionality should be exposed only via FrontendAction implementations which have clean and relatively-stable APIs. This also isolates the surface area in clang which depends on LLVM CodeGen. llvm-svn: 97110
-
Daniel Dunbar authored
messages with. llvm-svn: 97101
-
- Feb 24, 2010
-
-
Fariborz Jahanian authored
blocks use variables not used in any of the outer blocks. (Fixes radar 7682149). llvm-svn: 97073
-
Fariborz Jahanian authored
a block pointer type. Fixes radar 7682149. llvm-svn: 97008
-
- Feb 23, 2010
-
-
Rafael Espindola authored
Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. llvm-svn: 96992
-
Fariborz Jahanian authored
rewriting problem. Fixes radar 7680953. llvm-svn: 96987
-
- Feb 22, 2010
-
-
Fariborz Jahanian authored
itself rewritten. Radar 7669784. llvm-svn: 96798
-
- Feb 21, 2010
-
-
Douglas Gregor authored
fixing up a few callers that thought they were propagating NoReturn information but were in fact saying something about exception specifications. llvm-svn: 96766
-
Douglas Gregor authored
llvm-svn: 96738
-
- Feb 19, 2010
-
-
Ted Kremenek authored
This was causing buildbot breakage. This reverts commit d46e952cc8cb8d9eed8657d9a0b267910a0f745a. llvm-svn: 96652
-
John McCall authored
command-line option which defaults off. llvm-svn: 96649
-
Ted Kremenek authored
to initializer expressions in an array allocated using ASTContext. This plugs a memory leak when ASTContext uses a BumpPtrAllocator to allocate memory for AST nodes. In my mind this isn't an ideal solution; it would be nice to have a general "vector"-like class that allocates memory using ASTContext, but whose guts could be separated from the methods of InitListExpr itself. I haven't gone and taken this approach yet because it isn't clear yet if we'll eventually want an alternate solution for recylcing memory using by InitListExprs as we are constructing the ASTs. llvm-svn: 96642
-
Fariborz Jahanian authored
instead relies on their DeclContext for iteration, etc. llvm-svn: 96638
-
Douglas Gregor authored
the ASTUnit itself is destroyed. Fixes <rdar://problem/7649385>. llvm-svn: 96628
-