]> granicus.if.org Git - clang/history - include
When loading a module with no local entities, still bump the size of the
[clang] / include /
2014-08-16 Ben LangmuirWhen loading a module with no local entities, still...
2014-08-16 Argyrios Kyrtzidis[libclang] Introduce clang_File_isEqual for comparing...
2014-08-15 Nico WeberAdd a RAII class for saving and restoring instantiation...
2014-08-15 James DennettTypo fix in comments: definintion -> definition
2014-08-15 Matt ArsenaultR600: Add ldexp intrinsic
2014-08-15 Samuel BenzaquenAdd isDeleted() matcher for FunctionDecl nodes.
2014-08-15 Aaron BallmanThere are no overloads of this virtual function, nor...
2014-08-15 Keno FischerMake sure CallExpr::getLocStart doesn't segfault
2014-08-14 DeLesley HutchinsThread Safety Analysis: Move -Wthread-safety-negative...
2014-08-14 DeLesley HutchinsThread safety analysis: add -Wthread-safety-verbose...
2014-08-14 Adam Nemet[AVX512] Add FMA intrinsics
2014-08-14 Artyom SkrobovUse the proper post-order traversal in LiveVariables...
2014-08-14 David MajnemerParse: Don't attempt to act on #pragma init_seg when...
2014-08-14 Richard Smith[modules] Factor .td-generated diagnostics stuff out...
2014-08-13 Rafael EspindolaWhitespace fix.
2014-08-13 Fariborz JahanianObjective-C. Minor refactoring of my last patch.
2014-08-13 Fariborz JahanianObjective-C. This patch is to resolve the method used...
2014-08-13 Yi KongAArch64: Prefetch intrinsic
2014-08-13 Yi KongARM: Prefetch intrinsics
2014-08-13 Rafael EspindolaUse std::unique_ptr to simplify memory management a...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-13 Simon Atanasyan[Driver] Support -muclibc / -mglibc command line option...
2014-08-13 Oliver StannardEmit diagnostic for -munaligned-access on v6m targets
2014-08-13 Richard Smith[modules] When performing a lookup into a namespace...
2014-08-13 Alexey Samsonov[UBSan] Add returns-nonnull sanitizer.
2014-08-12 Samuel BenzaquenFix the \param comments to have the parameter name.
2014-08-12 Samuel BenzaquenSupport named values in the autocomplete feature.
2014-08-12 Ben LangmuirVerify all the module map files for a pcm are the same...
2014-08-12 Rafael EspindolaUse StringRef instead of MemoryBuffer&.
2014-08-12 Manuel KlimekCorrectly implement -include search logic.
2014-08-12 Richard SmithReject virt-specifiers on friend declarations. Give...
2014-08-11 Richard SmithReject varargs '...' in function prototype if there...
2014-08-11 Richard SmithModify behavior of -ast-dump-lookups: if -ast-dump...
2014-08-11 David BlaikieChange MemoryBuffer* to MemoryBuffer& parameter to...
2014-08-11 David Blaikieunique_ptr-ify FileSystemStatCache::setNextStatCache
2014-08-11 David Blaikieunique_ptr-ify the MemoryBuffer parameter of GlobalModu...
2014-08-11 Sylvestre LedruGCC compatibility: Ignore -fexec-charset=UTF-8 argument...
2014-08-11 Hans WennborgIncrease the size of ToolChain::FilePaths
2014-08-11 Daniel JasperProperly #include ASTConsumer.h instead of forward...
2014-08-11 David MajnemerSema: Handle declspecs without declarators in records...
2014-08-11 NAKAMURA TakumiRevert r215331, "unique_ptrify CompilerInstance::Output...
2014-08-10 David Blaikieunique_ptrify CompilerInstance::OutputFile(s) and remov...
2014-08-10 David BlaikieOut-of-line CompilerInstance::takeSema to avoid a heade...
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-10 David BlaikieRemove unused CompilerInstance::takeCodeCompletionConsumer
2014-08-10 David Blaikieunique_ptr-ify CompilerInstance::takeSema
2014-08-10 David Blaikiestd::unique_ptr-ify the result of ASTUnit::LoadFromASTFile
2014-08-10 David Blaikieunique_ptr-ify FrontendAction::takeCurrentASTUnit
2014-08-10 David Blaikieunique_ptr-ify FileSystemStatCache::takeNextStatCache
2014-08-10 David Blaikieunique_ptr-ify ASTReaderListener in the ASTReader
2014-08-10 NAKAMURA TakumiModuleMap.h: Prune an obsolete "\param ModuleMap" corre...
2014-08-09 Richard Smith[modules] Weaken an out-of-date assertion: an #undef...
2014-08-09 Ben LangmuirRefactor the module map file used for uniquing a module...
2014-08-08 Alex LorenzAdd a cc1 "dump-coverage-mapping" for testing coverage...
2014-08-08 David BlaikieSimplify ownership of ExplodedGraph in the CoreEngine...
2014-08-08 Alexey SamsonovAdd -link-cxx-sanitizer driver flag.
2014-08-08 Fariborz JahanianObjective-C [qoi]. Issue warning and fixit if property...
2014-08-08 David BlaikieSure-up MemoryBuffer ownership in JSONCompilationDataba...
2014-08-08 Fariborz JahanianObjective-C ARC. Use of non-retain/autorelease API
2014-08-08 David BlaikieCompilationDatabase: Sure-up ownership of compilation...
2014-08-08 Eli BenderskyExpose the CUDA shared attribute to the C API.
2014-08-08 Daniel Sanders[mips] Add -mabicalls/-mno-abicalls to the driver
2014-08-08 David MajnemerParser: Array decls with static but without array size...
2014-08-07 Manuel KlimekRe-applying r214962.
2014-08-07 Justin BognerDriver: Add -fno-profile-arcs to go with -fprofile...
2014-08-07 Reid KlecknerMake FullExprArg trivially copyable by removing the...
2014-08-07 Richard SmithUse -Rblah, not -Wblah, to control remark diagnostics...
2014-08-06 Fariborz JahanianObjective-C ARC. More code for Objective-C's
2014-08-06 Rui UeyamaRevert "Fix modelling of non-lifetime-extended temporar...
2014-08-06 Fariborz JahanianObjective-C ARC. Adding declarations for Objective-C's
2014-08-06 Fariborz JahanianObjective-C ARC. First patch toward generating new...
2014-08-06 Manuel KlimekFix modelling of non-lifetime-extended temporary destru...
2014-08-06 Simon Atanasyan[Driver] Add missed include header.
2014-08-06 Simon Atanasyan[Driver] Move information about toolchain specific...
2014-08-05 Fariborz JahanianIntroduce f[no-]max-unknown-pointer-align=[number]...
2014-08-05 Arthur MarbleAdded f and m flags to be ignored. These will not displ...
2014-08-05 Arthur MarbleAdded flags that should be ignored for compatibility...
2014-08-05 Adam Nemet[AVX512] Add intrinsic for valignd/q
2014-08-05 NAKAMURA TakumiASTMatchers.h: Fix an annotation. [-Wdocumentation...
2014-08-05 Daniel Jasperclang-format: Add option to always break after a functi...
2014-08-05 Daniel Jasperclang-format: Break before 'else' in Stroustrup style.
2014-08-05 Aaron BallmanUpdating the documentation comment to list another...
2014-08-05 Manuel KlimekAdds AST matchers for matching CUDA declarations.
2014-08-04 NAKAMURA TakumiThreadSafetyAnalysis: Fix annotations in class members...
2014-08-04 DeLesley HutchinsThread Safety Analysis: add a -Wthread-safety-negative...
2014-08-04 Aaron BallmanNit picky const-correctness with auto. No functional...
2014-08-04 Aaron BallmanA static_assert declaration cannot be a template; addin...
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-08-04 Aaron BallmanRemoving some extraneous spaces; no functional changes...
2014-08-04 Aaron BallmanDiagnose GNU-style attributes preceding virt-specifiers...
2014-08-04 DeLesley HutchinsThread safety analysis: Add support for negative requi...
2014-08-03 Richard SmithDon't destroy MacroInfos if we find the macro definitio...
2014-08-01 Ben LangmuirAdd -fbuild-session-file as an alternative to -fbuild...
2014-08-01 Aaron BallmanImproving diagnostic source ranges for the nonnull...
2014-07-31 Richard SmithFactor out exception specification information from
2014-07-31 Aaron BallmanImplemented a diagnostic to handle multiple, distinct...
2014-07-31 Tyler NowickiAdd a state variable to the loop hint attribute.
2014-07-31 Eli BenderskyExposes a C API to name mangling for a given cursor.
2014-07-31 Aaron BallmanAutomate attribute argument count semantic checking...
2014-07-31 Richard SmithPR18097: Support initializing an _Atomic(T) from an...
next