summaryrefslogtreecommitdiffstats
path: root/clang/www
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated performance.html webpage.Tanya Lattner2013-02-134-337/+0
| | | | llvm-svn: 175090
* + specified progress informationAnton Yartsev2013-02-121-1/+1
| | | | llvm-svn: 174942
* + centered progress cellsAnton Yartsev2013-02-122-87/+97
| | | | | | + added progress information for several checkers llvm-svn: 174941
* Timing data was removed years ago. Remove these links.Tanya Lattner2013-02-111-10/+0
| | | | llvm-svn: 174918
* Note that checker-271 is newer than the analyzer in Xcode 4.6Ted Kremenek2013-02-081-0/+1
| | | | llvm-svn: 174759
* Update open source checker build to checker-271.Ted Kremenek2013-02-082-1/+16
| | | | llvm-svn: 174758
* Revert "Update checker build to checker-271."Ted Kremenek2013-02-022-15/+1
| | | | | | Turns out we didn't update scan-build to work with HTML files in nested directories. llvm-svn: 174256
* Update checker build to checker-271.Ted Kremenek2013-02-022-1/+15
| | | | llvm-svn: 174252
* Consistently format sample diagnostics on this page.Richard Smith2013-02-011-48/+47
| | | | llvm-svn: 174126
* C++11 status:Richard Smith2013-01-291-2/+2
| | | | | | | * Mark 'sequence points' as done now we have a warning for unsequenced operations * Mark 'memory model' as done now we correctly model bitfield operations llvm-svn: 173771
* Various tweaks and updates to the analyzer website.Jordan Rose2013-01-085-78/+107
| | | | llvm-svn: 171885
* Repost checker-270, which for some reason got deleted.Ted Kremenek2013-01-082-2/+2
| | | | llvm-svn: 171870
* [analyzer] Extend the Representing Values section of the dev manual.Anna Zaks2013-01-081-11/+27
| | | | llvm-svn: 171823
* Update checker build to checker-270Ted Kremenek2013-01-042-1/+10
| | | | llvm-svn: 171560
* docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi2012-11-271-1/+1
| | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168745
* clang/www/get_started.html: s/cmake/CMake/NAKAMURA Takumi2012-11-271-5/+5
| | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168744
* Mention the lldb formatters in the clang wiki under debugging.Argyrios Kyrtzidis2012-11-161-0/+4
| | | | llvm-svn: 168118
* Add link to cfe-users mailing list.Tanya Lattner2012-11-151-0/+1
| | | | llvm-svn: 168015
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-071-1/+1
| | | | | | Patch by Sean McBride! llvm-svn: 167537
* Remove really old benchmark data.Rafael Espindola2012-10-3118-5634/+0
| | | | llvm-svn: 167098
* Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. TheseRichard Smith2012-10-231-3/+4
| | | | | | | | | | | | | | | | | libraries have an incorrect definition of std::common_type (inherited from a bug in the standard -- see LWG issue 2141), whereby they produce reference types when they should not. If we instantiate a typedef named std::common_type<...>::type, which is defined in a system header as decltype(... ? ... : ...), and the decltype produces a reference type, convert it to the non-reference type. (This doesn't affect any LWG2141-conforming implementation of common_type, such as libc++'s, because the default implementation of common_type<...>::type isn't supposed to produce a reference type.) This is horrible. I'm really sorry. :( Better ideas appreciated! llvm-svn: 166455
* Add prologue text for list of potential checkers.Ted Kremenek2012-10-111-0/+2
| | | | llvm-svn: 165705
* List of potential checkers: smart pointer checker: actually, unique_ptr<T[]>Dmitri Gribenko2012-10-061-2/+4
| | | | | | will do the right thing for new[] allocated memory. Thanks David! llvm-svn: 165365
* Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8Dmitri Gribenko2012-10-062-44/+45
| | | | | | characters. llvm-svn: 165364
* List of potential checkers: more C++11 details for the smart pointer checker.Dmitri Gribenko2012-10-061-4/+6
| | | | llvm-svn: 165363
* Add link to potential future checkers.Ted Kremenek2012-10-061-0/+1
| | | | llvm-svn: 165360
* Add list of potential checkers. Provided by Anton Yartsev!Ted Kremenek2012-10-062-0/+1677
| | | | llvm-svn: 165359
* libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that,Richard Smith2012-10-042-1/+13
| | | | | | Clang can now cope with its eccentricities in C++11 mode. llvm-svn: 165265
* Update checker build.Ted Kremenek2012-09-252-1/+11
| | | | llvm-svn: 164649
* Fix typo. (s/Explided/Exploded/)David Blaikie2012-09-201-1/+1
| | | | | | Patch by Sean McBride. llvm-svn: 164318
* Post new checker build.Ted Kremenek2012-09-122-1/+14
| | | | llvm-svn: 163680
* WWW: Force word wrapping of the content to avoid horizontal scrolling.Benjamin Kramer2012-08-301-2/+2
| | | | | | This isn't perfect but avoids overlap of the menu and the content. llvm-svn: 162903
* Small change to avoid confusion on what "used by" means for a compiler.Rafael Espindola2012-08-141-3/+3
| | | | | | Patch by Jonathan Sauer. llvm-svn: 161897
* Add initial documentation about the new tools repository and theChandler Carruth2012-08-141-0/+8
| | | | | | | | | | | structure of how we're building concrete tools as well as tooling infrastructure as part of the Clang project. This documentation is definitely still rough. If anyone can improve it, flesh it out, or help structure it in a more natural way, please, help! =] This is not my forte, and patches here are more than welcome! llvm-svn: 161855
* Clean up the basic instructions for getting started with clang to alwaysChandler Carruth2012-08-141-4/+4
| | | | | | return to the same directory. llvm-svn: 161823
* clarify that the advantages of the BSD license apply to when you incorporate ↵Chris Lattner2012-08-081-7/+9
| | | | | | | | clang into proprietary code bases, patch by Jonathan Sauer. llvm-svn: 161475
* Add some missing functions to builtins.py.Eric Christopher2012-08-031-1/+4
| | | | | | rdar://10112601 llvm-svn: 161227
* Fix some minor typosSylvestre Ledru2012-07-311-1/+1
| | | | llvm-svn: 161036
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
| | | | llvm-svn: 160622
* Place checker build at alternate URL.Ted Kremenek2012-07-162-2/+2
| | | | llvm-svn: 160247
* Update documentation with regards to template type diffing.Richard Trieu2012-06-272-0/+34
| | | | llvm-svn: 159249
* Make the analyzer site a single point of reference for infoAnna Zaks2012-06-161-3/+25
| | | | | | on controlling diagnostics. llvm-svn: 158581
* [analyzer] WWW: Shorten the menu title.Anna Zaks2012-06-121-1/+1
| | | | llvm-svn: 158356
* [analyzer] WWW: Add FAQ to the menu.Anna Zaks2012-06-111-2/+3
| | | | llvm-svn: 158335
* [analyzer] WWW: FAQ - fix the assertion use example.Anna Zaks2012-06-111-0/+0
| | | | llvm-svn: 158333
* [analyzer] The FAQ question style shouldn't be the same as code_example.Anna Zaks2012-06-111-5/+1
| | | | llvm-svn: 158332
* [analyzer] WWW: Add table of contents, fixed code examples.Anna Zaks2012-06-111-7/+43
| | | | llvm-svn: 158331
* [analyzer] WWW: Mention that we do not support "noreturn" for methods.Anna Zaks2012-06-111-1/+2
| | | | llvm-svn: 158330
* Add CSS style for FAQ questions, and restate FAQ questions as actual questions.Ted Kremenek2012-06-092-7/+22
| | | | llvm-svn: 158282
* Wordsmith a bit, and turn </h1> into </h4> when appropriate.Ted Kremenek2012-06-091-6/+8
| | | | llvm-svn: 158281
OpenPOWER on IntegriCloud