2011-07-28 |
Ted Kremenek | [analyzer] add accessor to StoreRef. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Ted Kremenek | [analyzer] Add StoreManager::includedInBindings() to... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Ted Kremenek | [analyzer] Add safety checking in RegionStoreManager... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Ted Kremenek | [analyzer] Teach Environment to not look through Materi... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Ted Kremenek | [analyzer] Fix bug in ObjCMessage where casts were... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Ted Kremenek | [analyzer] fix handling of MaterializeTemporaryExpr... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Introduce the local-global mapping for preprocessed... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Use local-to-global mapping appropriately for macro... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Use the local -> global mapping functions for selectors... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Teach the ASTReader to perform local and global mapping... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Anna Zaks | Add a fixit for removal of unused label. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Richard Trieu | Fix a test case that was intermittently failing. The... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Caitlin Sadowski | Added basic parsing for all remaining attributes, threa... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Anna Zaks | Another test case for the &/* mismatch fixit. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Anna Zaks | Add */& mismatch fixit generation to the Sema::Diagnos... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Make the deserialization of Sema::PendingInstantiations... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Anna Zaks | Refactor the */& mismatch fixit generation out of SemaO... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Promote the deserialized PendingInstantiations vector... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Lazily deserialize Sema::VTableUses. Plus, fix the... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Caitlin Sadowski | Thread safety: Fix typo in documentation |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Jonathan D... | Add missing documentation onto new member variable. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Caitlin Sadowski | Added parsing for guarded_var, pt_guarded_var, lockable, |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Jonathan D... | Switch the ModuleManager over to using a FileManager... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Make Sema::ReferencedSelectors lazily deserialized. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Move a Module's ReferencedSelectorsData into the ASTRea... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Make Sema::LocallyScopedExternalDecls lazily deserializ... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
NAKAMURA Takumi | test/Misc/ast-dump-templates.cpp: Disable this temporar... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
NAKAMURA Takumi | test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
John McCall | Make a note about a missing optimization. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
John McCall | Fix a couple of problems with initialization and assign... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
NAKAMURA Takumi | test/CodeGen/struct-matching-constraint.c: Fixup not... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | AST serialization support for the Framework in IndexHea... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Introduce the "-index-header-map" option, to give speci... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
NAKAMURA Takumi | test/CodeGen/struct-init.c, struct-matching-constraint... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Don't set Sema's StdNamespace or StdBadAlloc if they... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Switch Sema::DynamicClasses over to LazyVector |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Argyrios Kyrtzidis | Cut down the number of open/close system calls for... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Douglas Gregor | Switch Sema::ExtVectorDecls over to LazyVector. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Fix thinko in last checkin. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Remove the need for a header and specify a triple so... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Fix this up for clang codegen versus llvm-gcc. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Fix this test to work for arm and on all platforms. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Richard Trieu | Add template instantiations to the output of -ast-dump. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Add a triple to this test and make sure it passes on... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Correct the triple here. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | This works on arm. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Apparently this does work on arm. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | This was meant to test arm anyhow, make the registers... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Eric Christopher | Remove this test, it's actually testing something that... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | XFAIL this test on ARM. Filed PR10518 to track. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | Remove the optimization option for this test. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | No one cares about ppc, but make this work for arm... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Chad Rosier | Test for r136294. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Chad Rosier | The -fapple-kext flag was designed to "do the right... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Turn Sema::DelegatingCtorDecls into a LazyVector. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
John McCall | The lock operand to an @synchronized statement is also |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Switch Sema::UnusedFileScopedDecls over to a LazyVector. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Anna Zaks | Add a utility function to the Lexer, which makes it... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Introduce a new data structure, LazyVector, which is... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | Silence gcc warning |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | Forbid address-space-qualified function types, per... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | Fix TR 18037 citation in SemaType.cpp |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Collingbourne | CodeGen: rename CodeGenModule::Runtime to ObjCRuntime |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eli Friedman | Fix typo in test. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eli Friedman | Make CodeGen for array delete involving incomplete... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change Preprocessor::getTotalMemory() to use llvm:... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change PreprocessingRecord::getTotalMemory() to use... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change HeaderSearch::getTotalMemory() to use llvm:... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change SourceManager::getDataStructureSizes() to use... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Ted Kremenek | Change ASTContext::getSideTableAllocatedMemory() to... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Modules don't require validation of the predefines... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Eric Christopher | Make this darwin only for now while investigating to... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Update C++0x status page to reflect support for unicode... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Add support for C++0x unicode string and character... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Argyrios Kyrtzidis | [arcmt] Revert r135382, there's a different approach... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Argyrios Kyrtzidis | [arcmt] More automatic transformations and safety impro... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Douglas Gregor | Easier debugging with Visual Studio Visualizers, from... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
John McCall | Clean up the analysis of the collection operand to... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Francois Pichet | In Microsoft mode, if we are within a templated functio... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Handle different sized wchar_t for windows. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ted Kremenek | clang_getCXTUResourceUsage: report memory used by Heade... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ted Kremenek | clang_getCXTUResourceUsage: Report memory used by data... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Use the correct definition for memset. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Make this darwin only to simplify the padding calculati... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eli Friedman | Re-fix r136172 so it isn't an error; apparently, some... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | This appears to be passing on all hosts. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Jeffrey Yasskin | This patch implements as much of the narrowing conversi... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | Disable the optimization that skips emission of complet... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Try a little hack to fix the memset duplication on... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Try harder to fix these for windows. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Generalize for various build bots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eli Friedman | Diagnose trying to delete a pointer to an abstract... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Rewrite match line to be friendlier to misc buildbots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Rewrite matching line to be friendlier to misc buildbots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Attempt to rewrite the matching for this test to pacify... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Anna Zaks | Remove unused diagnostic definition. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Rework the match here to silence release mode windows... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Attempt to generalize this test for release mode buildbots. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Try to generalize the match to quiet the windows build... |
commit | commitdiff | tree | snapshot |
next |