]> granicus.if.org Git - clang/history - docs
Make 'arm' cover both 32 and 64 bit architecutres
[clang] / docs /
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...
2015-05-22 Diego NovilloAdd clarifying note that sampling-based profiles cannot...
2015-05-22 Aaron BallmanUpdating the documentation to include an operator!...
2015-05-15 Peter CollingbourneImplement no_sanitize attribute.
2015-05-14 Richard SmithFix a #include cycle in the libclang headers. "Eventual...
2015-05-13 Aaron BallmanMade considerable updates to the documentation explaini...
2015-05-11 Jonathan RoelofsFix indentation problem introduced in r236964. NFC
2015-05-11 Jonathan RoelofsFix formatting of a few code blocks. NFC
2015-05-07 Alexey SamsonovUpdate docs for SanitizerCoverage.
2015-05-07 David MajnemerFix some glitches in the MSVCCompatibility document
2015-05-07 David MajnemerNote that we support 'throw' for the MS ABI.
2015-05-07 David Majnemer[MS ABI] Implement thread-safe initialization using...
2015-05-06 Sergey Matveev[docs] Update SanitizerCoverage docs.
2015-05-04 Reid KlecknerUpdate MSVC compatibility doc note about exceptions
2015-05-04 Richard SmithMention PPCallbacks interface change in release notes.
2015-04-29 Daniel Jasperclang-format: Add ability to align assignment operators.
2015-04-27 Paul RobinsonSupport generating NMake/Jom-style depfiles.
2015-04-23 Sergey MatveevFix clang docs build.
2015-04-23 Sergey MatveevAdd clang/docs/SanitizerCoverage.rst
2015-04-02 Peter CollingbourneImplement CFI type checks for non-virtual calls.
2015-03-26 Richard Smith[modules] Restrict the module use-declaration to only...
2015-03-20 Alexey Samsonov[UBSan] Don't allow to use UBSan with anything except...
2015-03-20 Reid KlecknerC++14: Disable sized deallocation by default due to...
2015-03-14 Peter CollingbourneImplement bad cast checks using control flow integrity...
2015-03-12 Nico WeberRemove duplicate "the". N+1 redundancy is not useful...
2015-03-12 Logan Chien[docs] Update the doxygen configuration file.
2015-03-12 Logan Chien[docs] Replace the doxygen qch option properly.
2015-03-12 Peter Collingbournedocs: Document byte arrays.
2015-03-11 David MajnemerMS ABI: Mark 'throw' as implemented in the compatibilit...
2015-03-10 Ben LangmuirDocument __has_feature(modules) in LanguageExtensions
2015-03-09 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-07 Benjamin KramerASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a...
2015-03-05 Alexey SamsonovRevert "[UBSan] Split -fsanitize=shift into -fsanitize...
2015-03-03 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-02-26 Evgeniy Stepanov[msan] Change track-origins default mode from 1 to 2.
2015-02-26 Peter Collingbournedocs: Document CFI padding and all-ones optimizations...
2015-02-25 Ben LangmuirAllow (Object *)kMyGlobalCFObj casts without bridging
2015-02-25 Peter Collingbournedocs: Document optimizations in control flow integrity...
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-24 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-24 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-23 Peter CollingbourneCFI: Improve design doc with larger virtual tables...
2015-02-21 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Peter CollingbourneImplement Control Flow Integrity for virtual calls.
next