Douglas Gregor
|
cf082adeca
|
Add back the late-specified return type paper
llvm-svn: 122317
|
2010-12-21 05:54:22 +00:00 |
Douglas Gregor
|
6b6e08228c
|
Updates to the C++ status page for C++0x features, from Michael Price
llvm-svn: 122315
|
2010-12-21 05:43:31 +00:00 |
Ted Kremenek
|
1b0340a1dd
|
Update checker build.
llvm-svn: 122051
|
2010-12-17 07:56:27 +00:00 |
Michael J. Spencer
|
7ed7afc8b7
|
Getting Started: Add VS2010 instructions and specify an out of source build.
llvm-svn: 122003
|
2010-12-16 22:01:14 +00:00 |
Chris Lattner
|
bff5d86699
|
c/objc/c++'98 are basically done, but we want '0x support.
Add "clang indent" as a possible project, we really really
need it. :)
llvm-svn: 121030
|
2010-12-06 19:46:27 +00:00 |
Ted Kremenek
|
2e3bceafd9
|
Update analyzer build.
llvm-svn: 120802
|
2010-12-03 07:52:43 +00:00 |
Ted Kremenek
|
b360ae4ec5
|
Update checker build.
llvm-svn: 120487
|
2010-11-30 23:08:24 +00:00 |
Ted Kremenek
|
4490e1015f
|
Update checker build.
llvm-svn: 119318
|
2010-11-16 01:56:23 +00:00 |
Chris Lattner
|
2536851543
|
typo2
llvm-svn: 119035
|
2010-11-14 07:30:46 +00:00 |
Chris Lattner
|
11a8d05bea
|
fix typo
llvm-svn: 119034
|
2010-11-14 07:09:32 +00:00 |
Chris Lattner
|
3bb7aab0b0
|
add a note about inline asm compatibility.
llvm-svn: 118740
|
2010-11-10 23:51:50 +00:00 |
Douglas Gregor
|
4640a18cf4
|
Document a language-compatibility issue with function parameter names in function prototypes in C++
llvm-svn: 118712
|
2010-11-10 20:24:21 +00:00 |
Daniel Dunbar
|
4b496bc35a
|
Add a compat note about how Clang doesn't zero-initialize __block local variables.
llvm-svn: 118641
|
2010-11-09 22:45:16 +00:00 |
Ted Kremenek
|
5fab27aa6c
|
Replace "#if __clang__" by "#if __has_feature(attribute_analyzer_noreturn)" to be consistent with all other snippets on this page.
Patch by Jean-Daniel Dupas!
llvm-svn: 118603
|
2010-11-09 18:54:17 +00:00 |
Daniel Dunbar
|
6b83538ac8
|
Add link to LLVM releases page.
llvm-svn: 118095
|
2010-11-02 22:34:04 +00:00 |
Rafael Espindola
|
4f8857e6f4
|
Use objdir != srcdir in the getting started doc.
llvm-svn: 117723
|
2010-10-29 22:05:17 +00:00 |
Eric Christopher
|
55f21aae85
|
Add and describe a quick script to migrate gcc builtins that clang doesn't
know about to the default APIs for x86 vector operations.
llvm-svn: 117313
|
2010-10-25 21:17:59 +00:00 |
Fariborz Jahanian
|
2b427c7fb0
|
Update compatibility page for objective-c.
llvm-svn: 117168
|
2010-10-22 22:35:51 +00:00 |
Gabor Greif
|
6a46da277f
|
validator
llvm-svn: 116668
|
2010-10-16 09:40:21 +00:00 |
Gabor Greif
|
4b50bd8a2e
|
these items are done, afaik
llvm-svn: 116667
|
2010-10-16 09:29:38 +00:00 |
Daniel Dunbar
|
b4ece9cf2f
|
Add an empty robots.txt, mostly just to reduce errors in HTTP log.
llvm-svn: 116658
|
2010-10-16 04:10:37 +00:00 |
Daniel Dunbar
|
cc5b831149
|
Add a favicon.ico, mostly just to reduce errors in HTTP log.
llvm-svn: 116657
|
2010-10-16 04:08:19 +00:00 |
Chris Lattner
|
a45ebd2fd1
|
be less threatening.
llvm-svn: 116187
|
2010-10-11 05:20:49 +00:00 |
Douglas Gregor
|
a881010621
|
Bugs should go to Bugzilla, not the mailing list
llvm-svn: 115972
|
2010-10-07 20:20:57 +00:00 |
Daniel Dunbar
|
7bb159b33c
|
www: Grammar, etc.
llvm-svn: 115914
|
2010-10-07 15:00:19 +00:00 |
Chris Lattner
|
586c51e0b7
|
clang++ sorta works now
llvm-svn: 115903
|
2010-10-07 04:28:56 +00:00 |
Daniel Dunbar
|
25a3ada060
|
www: Add a "Clang Related Projects" page, to collect links to external projects
using Clang in one way or another. Additions welcome!
llvm-svn: 115508
|
2010-10-04 15:40:45 +00:00 |
Nick Lewycky
|
3fd2928a45
|
Correct this name so I stop giving out the wrong email address.
llvm-svn: 115209
|
2010-09-30 21:20:23 +00:00 |
Ted Kremenek
|
2e0c7cc8c3
|
Update docs to include proper location of clang binary.
llvm-svn: 115088
|
2010-09-29 21:41:56 +00:00 |
Ted Kremenek
|
866ac0a0da
|
Update checker build.
llvm-svn: 114615
|
2010-09-23 00:35:46 +00:00 |
Douglas Gregor
|
21fd023d44
|
Update C++0x status
llvm-svn: 114217
|
2010-09-17 21:37:49 +00:00 |
Chris Lattner
|
e3c1b9317a
|
add a compatibility note about vector builtins
llvm-svn: 114101
|
2010-09-16 18:17:55 +00:00 |
Argyrios Kyrtzidis
|
cebc0f006f
|
Add a compatibility note about clang not implicitly converting between objc_object* and id (and SEL, Class).
llvm-svn: 113761
|
2010-09-13 17:48:07 +00:00 |
Francois Pichet
|
9672347122
|
Update website to reflect that tests are no longer failing on Windows.
llvm-svn: 113704
|
2010-09-11 21:16:11 +00:00 |
Douglas Gregor
|
a139692ada
|
Update documentation to reflect the addition of support for in-class
initialization of static const floating-point data membmers (John's
patch, in r113663).
llvm-svn: 113701
|
2010-09-11 20:30:02 +00:00 |
Ted Kremenek
|
516484c71e
|
Update checker build.
llvm-svn: 113569
|
2010-09-10 01:20:17 +00:00 |
Dawn Perchik
|
90ca316167
|
Put the info on testing from the command line into its own section
titled "Testing on the Command Line".
llvm-svn: 112972
|
2010-09-03 17:01:13 +00:00 |
Daniel Dunbar
|
90dc0c574d
|
Fix a typo.
llvm-svn: 112926
|
2010-09-03 00:41:43 +00:00 |
Daniel Dunbar
|
5dc823f7ef
|
Add a compatibility note about why Clang rejects jumps past __block variables.
llvm-svn: 112865
|
2010-09-02 21:35:16 +00:00 |
Gabor Greif
|
156315b7d8
|
the target of the link uses the singular form, so do we too
llvm-svn: 112367
|
2010-08-28 11:05:27 +00:00 |
Gabor Greif
|
e27ea5c92e
|
typo
llvm-svn: 112366
|
2010-08-28 11:03:06 +00:00 |
Gabor Greif
|
e4d36a2415
|
mark boost's tracking bug as fixed
llvm-svn: 112183
|
2010-08-26 14:20:18 +00:00 |
Fariborz Jahanian
|
0150367c27
|
Update documentation regarding use of 'class' in
property-dot syntax.
llvm-svn: 110841
|
2010-08-11 18:57:26 +00:00 |
Ted Kremenek
|
e92d2749b8
|
Update checker build.
llvm-svn: 109907
|
2010-07-30 23:07:20 +00:00 |
Ted Kremenek
|
73e2df464f
|
Update checker build.
llvm-svn: 109862
|
2010-07-30 16:27:57 +00:00 |
Tanya Lattner
|
5b46803955
|
Test commit
llvm-svn: 109604
|
2010-07-28 18:19:43 +00:00 |
Tanya Lattner
|
564798dfa9
|
Test commit.
llvm-svn: 109601
|
2010-07-28 18:08:38 +00:00 |
Ted Kremenek
|
2deaa98821
|
Update checker build.
llvm-svn: 109600
|
2010-07-28 17:44:21 +00:00 |
Chris Lattner
|
76f0cf457c
|
path renamed.
llvm-svn: 109464
|
2010-07-26 22:51:00 +00:00 |
Ted Kremenek
|
3245003251
|
Add missing whitespace.
llvm-svn: 107897
|
2010-07-08 19:43:08 +00:00 |