]> granicus.if.org Git - clang/history - include
[Static Analyzer] Make the paths relative from the project root when generating refer...
[clang] / include /
2015-07-08 Reid Kleckner[SEH] Re-enable SEH on x86 Windows after r241699
2015-07-08 David MajnemerRevert "parser: wordsmith diagnostic message" and ...
2015-07-08 Adrian PrantlRevert "Revert r241620 and follow-up commits" and move...
2015-07-07 Adrian PrantlRevert r241620 and follow-up commits while investigatin...
2015-07-07 Eric ChristopherUnderscores in constructor arguments are so passe.
2015-07-07 Adrian PrantlWrap clang modules and pch files in an object file...
2015-07-07 Douglas GregorDon't put anonymous structs within anonymous unions.
2015-07-07 Aaron BallmanAppease MSVC 2013 a few more times, which was complaini...
2015-07-07 Aaron BallmanAppease MSVC 2013, which was complaining about a syntax...
2015-07-07 Douglas GregorDon't rely on the use of non-POD types within unions.
2015-07-07 Douglas Gregor[AST] Add a comment for ObjCMethodDecl::getSendResultTy...
2015-07-07 Douglas Gregor[libclang] Implement proper code-completion in an ObjC...
2015-07-07 Douglas Gregor[libclang] Replace ObjC generic parameters when code...
2015-07-07 Douglas Gregor[libclang] Replace ObjC generic parameters in code...
2015-07-07 Douglas GregorThe AST importer had a bug where it would enter into...
2015-07-07 Douglas GregorFix alignment check for ObjCObjectTypeLoc.
2015-07-07 Douglas GregorUse llvm::alignOf rather than alignof()
2015-07-07 Douglas GregorImplement variance for Objective-C type parameters.
2015-07-07 Douglas GregorImplement the Objective-C __kindof type qualifier.
2015-07-07 Douglas GregorWarn when an intended Objective-C specialization was...
2015-07-07 Douglas GregorWarn when an Objective-C collection literal element...
2015-07-07 Douglas GregorC++ support for Objective-C lightweight generics.
2015-07-07 Douglas GregorImprove the Objective-C common-type computation used...
2015-07-07 Douglas GregorSubstitute type arguments into uses of Objective-C...
2015-07-07 Douglas GregorHandle Objective-C type arguments.
2015-07-07 Douglas GregorParsing, semantic analysis, and AST for Objective-C...
2015-07-07 Reid KlecknerRevert "Revert 241171, 241187, 241199 (32-bit SEH)."
2015-07-07 Eric ChristopherRemember to mark the target attribute as documented...
2015-07-06 Eric ChristopherUpdate target attribute support for post-commit feedback.
2015-07-06 Eric ChristopherAdd some basic documentation for the __attribute__...
2015-07-06 Davide Italiano[Sema] Warn when shifting a negative value.
2015-07-06 Teresa JohnsonResubmit "Pass down the -flto option to the -cc1 job...
2015-07-06 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-05 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-07-03 Birunthan Mohanathasclang-format: Add MacroBlock{Begin,End} options
2015-07-03 Benjamin KramerStmtIterator: Put stmt and decl group pointer into...
2015-07-03 Yaron KerenRevert r241330. It compiled with Visual C++ 2013 and...
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 Yaron KerenRevert r241319, investigating.
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-02 Justin BognerDriver: Remove the Job class. NFC
2015-07-02 Justin BognerDriver: Don't use reserved names. NFC
2015-07-02 Benjamin KramerSwitch users of the 'for (StmtRange range = stmt->child...
2015-07-02 Ben Langmuir[Modules] Be consistent about finding a module for...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
2015-07-02 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancel' construct.
2015-07-02 Nico WeberRevert 241171, 241187, 241199 (32-bit SEH).
2015-07-02 Ted KremenekParse 'technical term' format specifier.
2015-07-02 Ted KremenekChange OptionalFlag::setPosition() to set the flag...
2015-07-02 Yaron KerenSupport mingw-w64 and mingw.org toolchains at any insta...
2015-07-02 Alexey Bataev[OPENMP] Introduced type trait "__builtin_omp_required_...
2015-07-02 Peter CollingbourneDriver: add support for linking the UBSan runtime libra...
2015-07-01 Reid Kleckner[SEH] Add 32-bit lowering for SEH __try
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-07-01 Richard Smith[modules] Before checking whether the controlling macro...
2015-07-01 Richard Smith[modules] Make the include guard optimization fire...
2015-06-30 Richard Smith[modules] Make sure macros get made visible in the...
2015-06-30 Adrian PrantlAdd a function to ExternalASTSource that returns a...
2015-06-30 Hubert Tong[CONCEPTS] Parsing of concept keyword
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 Adrian PrantlPass HeaderSearchOptions and PreprocessorOptions into...
2015-06-30 Richard SmithRework parsing of pure-specifiers. Perform the grammar...
2015-06-29 Eric ChristopherAdd support for the x86 builtin __builtin_cpu_supports.
2015-06-29 Douglas KatzmanComment fixes. NFC.
2015-06-29 Birunthan Mohanathasclang-format: Add option to break after definition...
2015-06-29 Asaf Badouh[x86][AVX512CD] Add conflict and lzcnt intrinsics in...
2015-06-29 Asaf Badouh[X86][AVX512BW] Add more intrinsics support:
2015-06-29 Elena DemikhovskyAVX-512: Implemented AVX-512 FMA intrinsics and tests.
2015-06-28 Birunthan Mohanathasclang-format: Add missing members to FormatStyle::opera...
2015-06-28 Birunthan Mohanathasclang-format: Alphabetize FormatStyle members
2015-06-27 Davide Italiano[Sema] Unions cannot have virtual functions.
2015-06-27 Birunthan Mohanathasclang-format: Fix language of DisableFormat description
2015-06-26 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-06-26 Alex Denisov[ObjC] Add NSValue support for objc_boxed_expressions
2015-06-25 Meador Inge[Parse] Allow 'constexpr' in condition declarations
2015-06-25 Richard Smith[modules] Fix findDirectiveAtLoc to not call a member...
2015-06-25 Chris BienemanAdd -miphonesimulator-version-min as alias to -ios...
2015-06-25 Artem Belevich[NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type...
2015-06-25 Hubert Tong[Concepts] Parsing of requires-clause in template-decla...
2015-06-24 Douglas GregorReplace __double_underscored type nullability qualifier...
2015-06-23 Bob WilsonImprove error handling for PR22560.
2015-06-23 David Majnemer[MS ABI] Account for the virtual inheritance quirk...
2015-06-23 Ben Langmuir[Modules] Consider -fmodule-feature in module hash...
2015-06-23 Alexey Bataev[OPENMP] Initial support for 'depend' clause (4.0).
2015-06-23 Aaron BallmanMoving r215806, r215807, and r215808 into AttrDocs...
2015-06-23 Aaron BallmanClarify pointer ownership semantics by hoisting the...
2015-06-23 David Majnemer[MS ABI] Rework member pointer conversion
2015-06-23 Alexey Bataev[OPENMP] Do not emit references to original variables...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 David BlaikieUpdate for LLVM API change to return by InputArgList...
2015-06-22 Richard Smith[modules] Add a flag to disable the feature that permit...
2015-06-22 Douglas GregorDocument the nullability attributes.
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-21 Saleem AbdulrasoolSema: add a helper for enumerating the TST id (NFC)
2015-06-21 Nico WeberClean up CLCompatOptions.td a bit.
2015-06-21 Justin BognerASTReader: Treat InputFileOffsets as unaligned to avoid UB
2015-06-21 Justin BognerRevert "ASTReader: Copy input file offset data to avoid...
2015-06-20 Justin BognerASTReader: Copy input file offset data to avoid unalign...
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-06-20 NAKAMURA TakumiASTContext.h: Fix utf8 chars in comments.
next