]> granicus.if.org Git - clang/history - docs
Refactor: Simplify boolean conditional return statements in lib/ARCMigrate
[clang] / docs /
2015-11-04 Alexander KornienkoFixed a link.
2015-11-04 Alexander KornienkoFixed header levels.
2015-11-04 Alexander KornienkoRemoved mentions of clang-modernize, added a short...
2015-10-29 John McCallAdd support for __builtin_{add,sub,mul}_overflow.
2015-10-27 Daniel Jasperclang-format: Add an additional value to AlignAfterOpen...
2015-10-19 Diego NovilloSample Profiles - Fix location of binary encoding docum...
2015-10-19 Saleem Abdulrasooldocs: remote stale refs
2015-10-19 Nico WeberUpdate `clang-format -help` output in clang-format...
2015-10-17 Eric FiselierAdd an AST node matcher for TemplateTypeParmDecl objects.
2015-10-14 Diego NovilloSample profiles - Update text profile documentation.
2015-10-12 Matthias GehreAdd decayedType and hasDecayedType AST matchers
2015-10-07 Daniel Jasperclang-format: Hopefully fix code blocks in docs.
2015-10-06 Daniel Jasperclang-format: Add empty line before code-blocks in...
2015-10-06 Daniel Jasperclang-format: Make IncludeCategories configurable in...
2015-10-05 Aaron BallmanAdding an AST node matcher for NonTypeTemplateParmDecl...
2015-10-05 Aaron BallmanAdding a narrowing AST matcher for FunctionDecl::isVari...
2015-10-05 Daniel Jasperclang-format: Small doc fix.
2015-10-05 Daniel Jasperclang-format: Remove sentence in option cost threshold...
2015-10-05 Daniel Jasperclang-format: Document threshold for adding new options.
2015-09-29 Daniel Jasperclang-format: Add a new brace style "custom" as well...
2015-09-17 Adrian PrantlFix a typo.
2015-09-17 Aaron BallmanUpdate the 3.8 release notes with the breaking change...
2015-09-17 Aaron BallmanRename AST node matchers to match the AST node names...
2015-09-17 Naomi MusgraveUpdating docs for MSan to describe poison-in-dtor.
2015-09-11 Aaron BallmanFixed HasDeclarationMatcher to properly convert all...
2015-09-11 Michael ZolotukhinDocs: Document __builtin_nontemporal_load and __builtin...
2015-09-10 Michael ZolotukhinDocs: Add missing new line before a list.
2015-09-10 Peter CollingbourneCFI: Introduce -fsanitize=cfi-icall flag.
2015-09-02 Sanjay Pateladd __builtin_unpredictable and convert to metadata
2015-09-01 Nico WeberMake trunk release notes point to 3.7, not 3.6
2015-08-28 Aaron BallmanUpdating the AST matcher documentation with a new entry...
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-26 Gabor Horvath[Static Analyzer] Checks to catch nullability related...
2015-08-24 Alexey Bataev[OPENMP] Info about OpenMP Support in Users Manual...
2015-08-18 Aaron BallmanAdd AST narrowing matchers for inline and anonymous...
2015-08-17 Hans WennborgDoxygen: add build option to use svg instead of png...
2015-08-14 Manuel KlimekFix AST matcher documentation.
2015-08-12 Hans WennborgDocs: keep copyright years up-to-date
2015-08-12 Hans WennborgDocs: update clang-cl command-line documentation
2015-08-12 Hans WennborgReleaseNotes: Small version nbr fix
2015-08-11 Aaron BallmanAdd missing documentation for conversionDecl; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-10 Nick LewyckyFix typo.
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata for use with...
2015-08-10 Roman KashitsynAdd WebKit brace style configuration option.
2015-08-05 Diego NovilloAdd flags to disable profile generation.
2015-08-05 James Y KnightAdd missing atomic libcall support.
2015-08-05 Aaron BallmanAdd AST matchers for narrowing constructors that are...
2015-08-05 Tanya LattnerUpdate mailing list references to lists.llvm.org
2015-08-03 Douglas KatzmanGrammar: Don't imply that a program wouldn't want a...
2015-07-31 Kostya Serebryany[libFuzzer] minimal documentation on data-flow-guided...
2015-07-28 Chih-Hung HsiehAdd -femulated-tls flag to select the emulated TLS...
2015-07-24 Aaron BallmanAdd an AST matcher, isFinal(), for testing whether...
2015-07-23 Aaron BallmanUpdating the documentation for the hasAttr AST matcher...
2015-07-22 Aaron BallmanSomething was unbalanced, and it wasn't the parentheses...
2015-07-22 Aaron BallmanBalancing parenthesis in comments and documentation...
2015-07-16 James DennettDoxygen: Enable autobrief feature, matching llvm config...
2015-07-15 Aaron BallmanAdd the ability to AST match a variable declaration...
2015-07-15 Peter CollingbourneCodeGen: Improve CFI type blacklisting mechanism.
2015-07-14 Hans Wennborgdocs/conf.py: update version to 3.8
2015-07-14 Hans WennborgReleaseNotes.rst: Bump version to 3.8
2015-07-13 Mark HeffernanUpdate documentation for unroll pragmas on loops with...
2015-07-12 Birunthan Mohanathasclang-format: Add Mozilla brace breaking style
2015-07-09 Diego NovilloAdd GCC-compatible flags -fprofile-generate and -fprofi...
2015-07-08 Adrian PrantlUpdate PCHInternals.rst to document PCH wrapped in...
2015-07-06 Douglas KatzmanGrammar bug. NFC
2015-07-03 Birunthan Mohanathasclang-format: Add MacroBlock{Begin,End} options
2015-07-03 Justin BognerDriver: Replace a couple of out of date terms in the...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
2015-06-30 Andrew WilkinsSphinx-based clang man pages
2015-06-29 Birunthan Mohanathasclang-format: Add option to break after definition...
2015-06-27 Alex DenisovFix typo. NFC.
2015-06-27 Birunthan Mohanathasclang-format: Fix language of DisableFormat description
2015-06-26 Alex Denisov[ObjC] Add NSValue support for objc_boxed_expressions
2015-06-25 Anna Zaks[docs] Several updates to the Address Sanitizer webpage.
2015-06-25 Peter Collingbournedocs: Fix bad link in SafeStack.rst.
2015-06-24 Aaron BallmanSilencing some Sphinx warnings about duplicate explicit...
2015-06-23 Peter CollingbourneSafeStack documentation improvements
2015-06-23 Aaron BallmanAdding a title to appease the sphinx build bot.
2015-06-23 Aaron BallmanAttributeReference.rst is automatically generated by...
2015-06-22 Douglas GregorDocument the nullability attributes.
2015-06-19 Alexey Samsonov[CFI] Require -flto instead of implying it.
2015-06-19 Eric ChristopherFix "the the" in comments/documentation/etc.
2015-06-19 Peter CollingbourneImplement diagnostic mode for -fsanitize=cfi*, -fsaniti...
2015-06-18 Peter CollingbourneIntroduce -fsanitize-trap= flag.
2015-06-18 Daniel Jasperclang-format: Make AlwaysBreakBeforeMultilineStrings...
2015-06-16 Richard Smith[modules] Rename -fmodule-maps to -fimplicit-module...
2015-06-15 Richard Smith[modules] Remove non-functional driver options -f[no...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-13 Saleem Abdulrasooldocs: grammar adjustments in clang manpage
2015-06-11 Daniel Jasperclang-format: Make SFS_Inline imply SFS_Empty.
2015-06-03 Vladimir SukharevFix typo in cross-compilation docs: "-fpu" -> "-mfpu"
2015-06-02 Douglas KatzmanFix typo in tutorial.
2015-06-02 Douglas KatzmanCorrect DriverInternals.rst: ccc-print-options is gone.
2015-05-28 Diego NovilloImprove user documentation on profiling.
2015-05-26 Aaron BallmanFixing an RST issue to silence a sphinx warning.
2015-05-26 Aaron Ballman__declspec is not a core Clang language extension....
2015-05-26 Aaron BallmanGoing out on a limb and guessing that someone viewing...
next