2012-08-14 |
Alexander Kornienko | Added description of clang-check -ast-dump* options. |
tree | commitdiff |
2012-08-14 |
Chandler Carruth | Emphasize that clang-fixit is planned but not yet contr... |
tree | commitdiff |
2012-08-14 |
Chandler Carruth | Fix some of my terrible spelling. |
tree | commitdiff |
2012-08-14 |
Chandler Carruth | Add initial documentation about the new tools repositor... |
tree | commitdiff |
2012-08-13 |
Marshall Clow | Minor rework of code example for clarity. No functional... |
tree | commitdiff |
2012-08-05 |
Hal Finkel | Add __builtin_readcyclecounter() to produce the @llvm... |
tree | commitdiff |
2012-07-31 |
Sylvestre Ledru | Fix some minor typos |
tree | commitdiff |
2012-07-25 |
Sylvestre Ledru | Fix two typos in the doc |
tree | commitdiff |
2012-07-25 |
Manuel Klimek | Adds a introductionary document to the Clang AST. |
tree | commitdiff |
2012-07-23 |
Sylvestre Ledru | Fix a typo (the the => the) |
tree | commitdiff |
2012-07-20 |
Jordan Rose | Re-apply r160319 "Don't crash when emitting fixits... |
tree | commitdiff |
2012-07-20 |
Nico Weber | Revert r160319, it caused PR13417. Add a test for PR13417. |
tree | commitdiff |
2012-07-17 |
Dmitri Gribenko | Minor cleanups and additions to the users manual. ... |
tree | commitdiff |
2012-07-16 |
Jordan Rose | Don't crash when emitting fixits following Unicode... |
tree | commitdiff |
2012-07-13 |
Hans Wennborg | Mention -ftls-model in release notes and manual. |
tree | commitdiff |
2012-07-12 |
Manuel Klimek | Updates the example to the latest incarnation of clang... |
tree | commitdiff |
2012-07-11 |
Nico Weber | Mention -fms-compatibility and -fdelayed-template-parsi... |
tree | commitdiff |
2012-07-11 |
Alexander Kornienko | How to set up clang tools for llvm |
tree | commitdiff |
2012-07-10 |
Manuel Klimek | Update the docs with specifics about escaping of compil... |
tree | commitdiff |
2012-07-10 |
Chris Lattner | Jordan points out that this was incorrect: clang should... |
tree | commitdiff |
2012-07-10 |
Jordan Rose | Add an explanation of -Wobjc-literal-compare to the... |
tree | commitdiff |
2012-07-09 |
Jordan Rose | Downgrade the "direct comparison" error for ObjC litera... |
tree | commitdiff |
2012-07-09 |
Manuel Klimek | Links to the python CXCompilationDatabase documentation. |
tree | commitdiff |
2012-07-05 |
Jordan Rose | Release notes for r158230 "Disallow using ObjC literals... |
tree | commitdiff |
2012-07-02 |
Kostya Serebryany | [asan] update docs: mention MacOS 10.7 and correct... |
tree | commitdiff |
2012-06-29 |
Richard Trieu | Update the %diff modifer to have an alternate string... |
tree | commitdiff |
2012-06-28 |
Hans Wennborg | Add -ftls-model command-line flag. |
tree | commitdiff |
2012-06-27 |
Richard Trieu | Add missing words to manual. |
tree | commitdiff |
2012-06-27 |
Richard Trieu | Update documentation with regards to template type... |
tree | commitdiff |
2012-06-23 |
Hans Wennborg | Support the tls_model attribute (PR9788) |
tree | commitdiff |
2012-06-22 |
Alexey Samsonov | Add release note about -gline-tables-only flag |
tree | commitdiff |
2012-06-18 |
Fariborz Jahanian | document _has_feature(objc_default_synthesize_properties). |
tree | commitdiff |
2012-06-16 |
Anna Zaks | Make the analyzer site a single point of reference... |
tree | commitdiff |
2012-06-13 |
Richard Smith | Add -isystem-prefix and -ino-system-prefix arguments... |
tree | commitdiff |
2012-06-13 |
Manuel Klimek | Doc fixed as proposed (and mostly contributed) by David... |
tree | commitdiff |
2012-06-13 |
Michael Han | Update clang attribute document. |
tree | commitdiff |
2012-06-12 |
Manuel Klimek | Add documentation for the JSON compilation database... |
tree | commitdiff |
2012-06-06 |
Manuel Klimek | Puts the linktime dependencies into stupid-ld-required... |
tree | commitdiff |
2012-06-06 |
Manuel Klimek | Documents linking requirements for libtooling. |
tree | commitdiff |
2012-06-04 |
Nico Weber | Document how fixits on errors and warnings must behave. |
tree | commitdiff |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
tree | commitdiff |
2012-05-30 |
Alexey Samsonov | Clang docs update: list command-line flags that control... |
tree | commitdiff |
2012-05-27 |
Dmitri Gribenko | Close HTML tag properly. |
tree | commitdiff |
2012-05-26 |
Richard Smith | In response to some discussions on IRC, tweak the wordi... |
tree | commitdiff |
2012-05-25 |
Richard Smith | Release notes update for -Wsometimes-uninitialized. |
tree | commitdiff |
2012-05-24 |
Manuel Klimek | Adds menu sidebar to the docs. |
tree | commitdiff |
2012-05-24 |
Manuel Klimek | Updates the tooling docs with the links to the tutorial... |
tree | commitdiff |
2012-05-24 |
Manuel Klimek | Adds a tutorial for how to write clang plugins. |
tree | commitdiff |
2012-05-24 |
Bill Wendling | Remove 3.1 release notes to get ready for current devel... |
tree | commitdiff |
2012-05-17 |
Kostya Serebryany | [tsan] grammar fixes |
tree | commitdiff |
2012-05-16 |
Kostya Serebryany | [tsan] fix typo |
tree | commitdiff |
2012-05-16 |
Kostya Serebryany | [tsan] first version of ThreadSanitizer docs |
tree | commitdiff |
2012-05-15 |
Argyrios Kyrtzidis | Add documentation about boxing enum types and a codegen... |
tree | commitdiff |
2012-05-15 |
David Chisnall | Add a note about atomic builtins to c11 section of... |
tree | commitdiff |
2012-05-13 |
Jean-Daniel Dupas | Fix Xcode case (Upper X, lower c) |
tree | commitdiff |
2012-05-12 |
Gregory Szorc | Add Python binding info to release notes |
tree | commitdiff |
2012-05-04 |
Chris Lattner | remove something that is really old and out of date. |
tree | commitdiff |
2012-05-03 |
Richard Smith | Fix typo and avoid layout issue with almost-but-not... |
tree | commitdiff |
2012-05-03 |
Richard Smith | Minor copy-edits to clang::fallthrough attribute docume... |
tree | commitdiff |
2012-05-03 |
Richard Smith | Add -Wimplicit-fallthrough warning flag, which warns... |
tree | commitdiff |
2012-04-27 |
Richard Smith | The release notes are no place for modesty. |
tree | commitdiff |
2012-04-26 |
Manuel Klimek | Adds a tutorial on how to write RAV based ASTFrontendAc... |
tree | commitdiff |
2012-04-26 |
Manuel Klimek | Reverted unintentional commit. |
tree | commitdiff |
2012-04-26 |
Manuel Klimek | Adds a small tutorial on how to write RAV based ASTFron... |
tree | commitdiff |
2012-04-25 |
Manuel Klimek | Adds documentation for how to use the tooling library. |
tree | commitdiff |
2012-04-25 |
Manuel Klimek | Adds a document describing the various tooling approach... |
tree | commitdiff |
2012-04-23 |
Kostya Serebryany | [asan] fix typo |
tree | commitdiff |
2012-04-23 |
Kostya Serebryany | [asan] update docs |
tree | commitdiff |
2012-04-19 |
Patrick Beard | Added equivalent method calls in examples. |
tree | commitdiff |
2012-04-19 |
Richard Smith | Formatting fix. |
tree | commitdiff |
2012-04-19 |
David Blaikie | Fix a broken link. Patch by Nikola Smiljanic. |
tree | commitdiff |
2012-04-19 |
Patrick Beard | Clarified encoding of boxed C strings, balanced all... |
tree | commitdiff |
2012-04-19 |
Patrick Beard | Changed title. |
tree | commitdiff |
2012-04-19 |
Patrick Beard | Changed wording of availability. |
tree | commitdiff |
2012-04-19 |
Patrick Beard | Implements boxed expressions for Objective-C. <rdar... |
tree | commitdiff |
2012-04-13 |
Richard Smith | Mention atomics support in the release notes. |
tree | commitdiff |
2012-04-11 |
Richard Smith | Provide, and document, a set of __c11_atomic_* intrinsi... |
tree | commitdiff |
2012-04-10 |
Douglas Gregor | Add a query macro for C++11 N3276, decltype does not... |
tree | commitdiff |
2012-04-05 |
Daniel Dunbar | [Lex] Add support for 'user specified system frameworks... |
tree | commitdiff |
2012-04-05 |
David Blaikie | RelNote improvements made to -Wliteral-conversion by... |
tree | commitdiff |
2012-04-04 |
Manuel Klimek | Updated release notes for tooling. |
tree | commitdiff |
2012-04-04 |
Douglas Gregor | Add feature check "cxx_local_type_template_args" descri... |
tree | commitdiff |
2012-03-30 |
John McCall | Forbid the block and lambda copy-capture of __autorelea... |
tree | commitdiff |
2012-03-27 |
John McCall | Update the ARC specification for several changes made... |
tree | commitdiff |
2012-03-26 |
Richard Smith | Forward-declared enumerations are now complete, except... |
tree | commitdiff |
2012-03-23 |
Richard Smith | Revert accidentally-committed www changes (and an unuse... |
tree | commitdiff |
2012-03-23 |
Richard Smith | When defining a forward-declared enum, don't try to... |
tree | commitdiff |
2012-03-21 |
Patrick Beard | Removed repeated word (of of). |
tree | commitdiff |
2012-03-20 |
Patrick Beard | numberWithFloat -> numberWithDouble. |
tree | commitdiff |
2012-03-20 |
Patrick Beard | Fixed typo. |
tree | commitdiff |
2012-03-20 |
Patrick Beard | Added summary section for Object Literals and Subscript... |
tree | commitdiff |
2012-03-20 |
Patrick Beard | Fixed typos. |
tree | commitdiff |
2012-03-20 |
Patrick Beard | Link to Objective-C literals documentation. |
tree | commitdiff |
2012-03-20 |
Patrick Beard | Objective-C literals documentation. |
tree | commitdiff |
2012-03-20 |
Patrick Beard | Test commit. |
tree | commitdiff |
2012-03-19 |
Benjamin Kramer | LanguageExtensions: Manually word wrap a line to reduce... |
tree | commitdiff |
2012-03-15 |
Kostya Serebryany | fix link |
tree | commitdiff |
2012-03-15 |
Kostya Serebryany | [asan] update asan docs: mention CMake problem and... |
tree | commitdiff |
2012-03-11 |
Douglas Gregor | Document the weak-linking behavior of the availability... |
tree | commitdiff |
2012-03-11 |
Douglas Gregor | Document the availability attribute |
tree | commitdiff |
next |