]> granicus.if.org Git - clang/shortlog
clang
2011-09-14 Douglas GregorAdd test for the driver's handling of modules
2011-09-14 Douglas GregorTeach the driver to always pass down a module cache...
2011-09-14 Caitlin SadowskiThread safety: reverting to use separate warning for...
2011-09-14 Caitlin SadowskiThread safety: adding additional documentation to the...
2011-09-14 Caitlin SadowskiThread safety: adding test cases for unparseable lock...
2011-09-14 Kaelyn UhrainPlug an abstraction leak and fix a crasher in DiagnoseI...
2011-09-14 Eli FriedmanPR10864: make sure we correctly delay type-checking...
2011-09-14 Fariborz JahanianUse a group for a diagnostics I added late.
2011-09-14 Argyrios Kyrtzidis[arcmt] Use __bridge_retained when passing an objc...
2011-09-14 Fariborz Jahanianobjc-arc: warn when a 'retain' block property is
2011-09-14 Anna Zaks[analyzer] Remove redundant copy constructor.
2011-09-14 Anna Zaks[analyzer] After CFG has been linearized, we can have...
2011-09-14 Akira HatanakaAdd comment.
2011-09-14 Douglas GregorEncode the module hash in base-36, to reduce the length...
2011-09-14 Eric ChristopherFormatting.
2011-09-14 Eli FriedmanFix comment.
2011-09-14 Chad Rosier[driver] Add support for the COMPILER_PATH environment...
2011-09-14 Anna Zaks[analyzer] Refactor: Make PathDiagnosticLocation respon...
2011-09-13 Eric ChristopherFix typo.
2011-09-13 Douglas GregorAssert that the module hash produced after stripping...
2011-09-13 Douglas GregorFor modules, use a hash of the compiler version, langua...
2011-09-13 Argyrios Kyrtzidis[libclang] Remove libclang.darwin.exports, it's not...
2011-09-13 John McCallIn general, don't look through explicit casts when...
2011-09-13 John McCallCorrectly generate IR for casted "builtin" functions...
2011-09-13 Akira HatanakaO64 will not be supported.
2011-09-13 Akira Hatanakamips*-*-psp is no longer supported as a target.
2011-09-13 Kaelyn UhrainSplit the two invalid uses of the unqualified Foobar...
2011-09-13 Eli FriedmanRe-commit r139643.
2011-09-13 Eli FriedmanRevert r139643 while I look into it; it's breaking...
2011-09-13 Argyrios Kyrtzidis[libclang] Introduce clang_getPresumedLocation which...
2011-09-13 Argyrios Kyrtzidis[PCH] Fix a regression that r139441 introduced (decls...
2011-09-13 Eli FriedmanMake clang use Acquire loads and Release stores where...
2011-09-13 Eli FriedmanTurn off the generation of unaligned atomic load/store...
2011-09-13 Douglas GregorWhen building a module on-demand, clear out the "non...
2011-09-13 Argyrios Kyrtzidis[libclang] Correct annotation and taking of cursor...
2011-09-13 Argyrios KyrtzidisRename InterFace -> Interface, no functionality change.
2011-09-13 John McCallA strong property of block type has "copy" setter seman...
2011-09-13 Argyrios KyrtzidisAdd the location of the interface reference to IBOutlet...
2011-09-13 John McCallRefactoring, mostly to give ObjCPropertyDecls stronger...
2011-09-13 Douglas GregorSwitch the serialization of LangOptions over to use...
2011-09-13 Caitlin SadowskiThread safety: Initializing var before exhaustive switc...
2011-09-13 Argyrios Kyrtzidis[libclang]
2011-09-13 Douglas GregorSwitch LangOptions over to a .def file that describes...
2011-09-13 Chad Rosier[driver] Add follow up comment for r139551 to ensure...
2011-09-13 Argyrios KyrtzidisKeep the source range of attributes. Depends on a llvm...
2011-09-13 Argyrios KyrtzidisRecord the full source range of an attribute.
2011-09-13 Douglas GregorAdd a struct-size check for modules when dealing with...
2011-09-13 Francois PichetIn Microsoft mode, downgrade "goto into protected scope...
2011-09-13 Chandler CarruthSwitch -Wreturn-type to completely rely on the CFG...
2011-09-13 Chandler CarruthAdd a bit to the CFGBlock to track when it contains...
2011-09-13 Chandler CarruthConsolidate the logic for building a no-return CFG...
2011-09-13 John McCallDon't use native atomics on ivars whose size is not...
2011-09-13 John McCallThis test seems pretty low-value.
2011-09-13 Chandler CarruthEnhance the CFG construction to detect no-return destru...
2011-09-13 John McCallHandle reference properties correctly in the trivial...
2011-09-13 John McCallAlways emit bitfield properties using expression behavi...
2011-09-13 John McCallUnify the decision of how to emit property getters...
2011-09-13 Douglas GregorWhen compiling a module on-demand, re-use the diagnosti...
2011-09-12 Douglas GregorWhen an import statement fails to find a module in...
2011-09-12 John McCallPrivatize the setter/getter call generation methods...
2011-09-12 Chad Rosier[driver] Ignore the '--' option, rather then fail....
2011-09-12 Anna Zaks[analyzer] CmpRuns can now optionally delete empty...
2011-09-12 Caitlin SadowskiThread safety: small formatting change
2011-09-12 Argyrios Kyrtzidis[libclang] For getDeclFromExpr in CIndex.cpp, associate...
2011-09-12 Anna Zaks[analyzer] CmpRuns.cmpScanBuildResults() should be...
2011-09-12 Anna ZaksRename CmpRuns into CmpRuns.py so that it could be...
2011-09-12 Douglas GregorIntroduce a cc1-level option to provide the path to...
2011-09-12 Douglas GregorKill off an irrelevant FIXME
2011-09-12 Devang PatelBy popular demand, enumerate all builtin types!
2011-09-12 Richard TrieuRefactor CheckAdditionOperands() to use early return...
2011-09-12 Douglas GregorDiagnose attempt to mark function-local declarations...
2011-09-12 Anna Zaks[analyzer] Simplify the test, use generic/more descript...
2011-09-12 Devang PatelAdd an assert so that new builtins do not sneak without...
2011-09-12 Devang PatelUpdate test to fix windows buildbot.
2011-09-12 Argyrios Kyrtzidis[libclang] In ASTUnit::Parse copy the CompilerInvocatio...
2011-09-12 Argyrios Kyrtzidis[libclang] Make c-index-test check CINDEXTEST_REMAP_AFT...
2011-09-12 Richard TrieuFix two comments from warn to emit error to match the...
2011-09-12 Anna Zaks[analyzer] Fix a failure encountered while analyzing...
2011-09-12 Anna ZaksDoxygen comments.
2011-09-12 Anna Zaks[analyzer] Fix a new failure encountered while building...
2011-09-12 Anna Zaks[analyzer] Test for -analyze-function on ObjectiveC...
2011-09-12 Devang PatelFix debug info encodings for char16_t and char32_t.
2011-09-12 Douglas GregorAllow __module_private__ on fields
2011-09-12 Douglas GregorRemove the restriction on module-private friends. Since...
2011-09-12 Douglas GregorOnly predefine the __EXCEPTIONS macro if C++ exceptions...
2011-09-12 Hans WennborgSilence ?: precendence warning when parenthesis are...
2011-09-10 Benjamin KramerSilence "end of non-void function" warnings with llvm_u...
2011-09-10 Fariborz Jahanianobjc rewriter - more fixes to support compiling the...
2011-09-10 Chris Lattnerremove pedantic ;
2011-09-10 John McCallModernize and comment; no functionality change.
2011-09-10 John McCallSimplify the generation of Objective-C setters, at...
2011-09-10 John McCallRename the ARC cast kinds to start with "ARC".
2011-09-10 David BlaikieCorrectly referring to the null pointer as 'null' not...
2011-09-10 Julien LerougeMake this test portable on Win32.
2011-09-10 David BlaikieShow either a location or a fixit note, not both, for...
2011-09-10 John McCallMissed a %local use; hopefully this clears this test up.
2011-09-10 Richard TrieuFix a broken assert in AST/DeclCXX.cpp.
2011-09-10 Eli Friedmanclang part of r139458; un-XFAIL testcase.
2011-09-10 Richard TrieuRevision 139454 fixed a broken assert in LLVM, which...
2011-09-10 John McCallMake this test not depend on unnecessary details and...
next