aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-04-21document new form of -fdiagnostics-print-source-range-inChris Lattner
2009-04-20update the doc.Zhongxing Xu
2009-04-20more stuff.Chris Lattner
2009-04-20add a bunch of diagnostics options, add one example warning group.Chris Lattner
2009-04-20slurp some content from the PTH doc into the user's doc.Chris Lattner
2009-04-20initial skeleton of a user's manual.Chris Lattner
2009-04-19Some more tweaks to driver documentation.Daniel Dunbar
2009-04-19minor typographical fixesChris Lattner
2009-04-13mention the non-standard builtin macros we support.Chris Lattner
2009-04-10update analyzer doc.Zhongxing Xu
2009-04-10typosChris Lattner
2009-04-10Wording changes.Ted Kremenek
2009-04-10Add blurb about attribute "analyzer_noreturn"Ted Kremenek
2009-04-09document the x86 address space extension for GS.Chris Lattner
2009-04-09Fix grammar. Bold face feature points.Ted Kremenek
2009-04-09More cleanup.Ted Kremenek
2009-04-09More cleanups.Ted Kremenek
2009-04-09Add link from internals manual to PTH documentation.Ted Kremenek
2009-04-09Minor cleanups. Added a blurb about the advantages of fast PTH file generation.Ted Kremenek
2009-04-08use escapes.Chris Lattner
2009-04-08some minor editsChris Lattner
2009-04-08Initial draft of PTH internals.Ted Kremenek
2009-04-03Convert region-design document to HTML.Ted Kremenek
2009-04-02update docs. Replace 'lattice' with 'tree'.Zhongxing Xu
2009-04-01Update docs.Zhongxing Xu
2009-04-01Adjust doc format.Zhongxing Xu
2009-04-01update docs.Zhongxing Xu
2009-04-01Update docs.Zhongxing Xu
2009-03-30Some very rough Driver documentation.Daniel Dunbar
2009-03-26Add a high-level intro to the memory regions design document.Ted Kremenek
2009-03-26Move "regions" analyzer design document to 'docs'.Ted Kremenek
2009-03-09link to blocks doxChris Lattner
2009-03-09add some description of the block language extension.Chris Lattner
2009-03-09The long-rumored blocks implementation document.Chris Lattner
2009-02-27minor wording changes.Chris Lattner
2009-02-27Clean up and document code modification hints.Douglas Gregor
2009-02-25Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor
2009-02-18fix typoChris Lattner
2009-02-18Allow "overloadable" functions in C to be declared as variadic withoutDouglas Gregor
2009-02-17Grammar tweak.Daniel Dunbar
2009-02-17clarify the behavior of note.Chris Lattner
2009-02-13wrap some crazy long lines.Chris Lattner
2009-02-13document __builtin_shufflevectorChris Lattner
2009-02-13Add documentation for overloaded functions in CDouglas Gregor
2009-02-09new document.Chris Lattner
2009-02-05document fatalChris Lattner
2009-02-04Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor
2009-01-28Name change (isTypeName->getTypeName).Steve Naroff
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2009-01-16rename "virtual location" of a macro to "instantiation location".Chris Lattner