2011-02-21 |
John McCall | Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chandler Carruth | Clean up the tests for warning about unused function... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Chandler Carruth | Allow -Wformat to be enabled without -Wformat-security... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Oscar Fuentes | New function for tablegenning: clang_tablegen. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Oscar Fuentes | Correct name of dependent target. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Daniel Dunbar | tests: Fix test on Win32. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Benjamin Kramer | Remove unused function. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Richard Smith | Turn on __has_feature(cxx_auto_type). The feature is... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Daniel Dunbar | Remove a dead variable. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Richard Smith | Implement the C++0x deduced 'auto' feature. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Ken Dyck | Expand use of CharUnits in LayoutField(). No change... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Ken Dyck | Add const qualifier to getTypeInfoInChars(). |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Richard Smith | Test commit. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Anders Carlsson | Add a LangOptions::areExceptionsEnabled and start using it. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Anders Carlsson | Add a new ObjCExceptions member variable to LangOptions... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Peter Collingbourne | Re-instate r125819 and r125820 with no functionality... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chris Lattner | Fix PR9253, allowing attribute(aligned) to reduce the... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Douglas Gregor | Don't produce "comparison is always (true|false)" warni... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chris Lattner | implement a tiny amount of codegen support for gnu... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Douglas Gregor | In addition to in-class member functions marked with... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Anders Carlsson | There's no need to return early if we encounter a try... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rafael Espindola | Revert 125820 and 125819 to fix PR9266. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Oscar Fuentes | Fix some add_dependencies. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Douglas Gregor | Handle the resolution of a reference to a function... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Peter Collingbourne | Reimplement Token::isAnnotation() using TokenKinds... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Anders Carlsson | Disallow try/catch/throw when exceptions are disabled. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Douglas Gregor | The member classes of a current instantiation aren... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Anders Carlsson | Pass -fexceptions to all tests that use try/catch/throw. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Douglas Gregor | Teach the virtual-functions-without-virtual-destructor... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Douglas Gregor | Remove the Fix-It for "main must return 'int'", which... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Ken Dyck | Expand use of CharUnits for alignments further. No... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Douglas Gregor | Revert all of my commits that devirtualized the Decl... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Jeffrey Yasskin | Use PARSE_ARGUMENTS to clean up add_clang_unittest... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Argyrios Kyrtzidis | [analyzer] '-analyzer-check-objc-mem' can go through... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Argyrios Kyrtzidis | [analyzer] Fix crash when analyzing C++ code. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Jeffrey Yasskin | Remove support and mc from the clang unittests' depende... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Daniel Dunbar | Driver/Darwin: Support -Wl, with -Xarch_. This doesn... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Argyrios Kyrtzidis | Use PointerUnion::getAddrOf instead of messing with... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Ted Kremenek | Change 'StoreRef' back to 'Store' in GRState, shrinking... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
John McCall | Fix a -Wuninitialized warning; it's actually a false... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
John McCall | Warn about code that uses variables and functions with... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Argyrios Kyrtzidis | [analyzer] Fix crash when analyzing C++ code. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Ted Kremenek | Add 'StoreRef' smart pointer to allow more fine-grain... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Argyrios Kyrtzidis | [analyzer] Fix crash when analyzing C++ code. |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Argyrios Kyrtzidis | [analyzer] Disable a test until inlining CXXConstructEx... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chandler Carruth | Improve bool and char integral template argument printi... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chandler Carruth | Fix a missed case in the NULL operand to conditional... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Chandler Carruth | Update the test error messages to match the update... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chandler Carruth | Fix PR8767, improve diagnostic wording when allocating... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chandler Carruth | Initial steps to improve diagnostics when there is... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chandler Carruth | Check for NULL child expressions before visiting them... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Douglas Gregor | When code-completing a case statement for a switch... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Devang Patel | Start using enums from DIBuilder. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Daniel Dunbar | More correct fix for CMake breakage I was seeing, my... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Ted Kremenek | Update text for where to file analyzer bugs. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Fariborz Jahanian | Test case for // rdar://8850818 |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | If -fno-builtin is passed, tell TargetLibraryInfo to |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Douglas Gregor | Selector::getIdentifierInfoForSlot() can return NULL... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Daniel Dunbar | Unbreak CMake build on MSVC9, chapuni please check. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | install a TargetLibraryInfo configured with the appropriate |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Argyrios Kyrtzidis | [analyzer] Fix crash when analyzing C++ code. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | fix rdar://9024687, a crash on invalid that we used... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Argyrios Kyrtzidis | [analyzer] Fix a crash when analyzing C++ code. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Argyrios Kyrtzidis | Introduce ASTContext::getLogicalOperationType() to... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Fariborz Jahanian | Objective-c armv7 API for atomic properties of |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | accept and ignore a few things for better OpenBSD compa... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
NAKAMURA Takumi | [Heikki Kultala] This patch contains the ABI changes... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | we now support __label__ |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Douglas Gregor | Implement C++0x [expr.static.cast]p9, which permits... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
John McCall | The flags we're supposed to write into a byref struct... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Douglas Gregor | When building a qualified reference to a member of... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Ted Kremenek | Fix assertion failure on -Warray-bounds for 32-bit... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Peter Collingbourne | Move CompilerInstance::LLVMContext and LLVMContext... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Peter Collingbourne | Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Douglas Gregor | When we're creating an expression for an integral templ... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | implement basic support for __label__. I wouldn't... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Argyrios Kyrtzidis | Handle UsingDecl in CFGRecStmtDeclVisitor. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | Switch labels over to using normal name lookup, instead... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Francois Pichet | Unbreak the MSVC build |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | break testcase over multiple lines to make it easier... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Chris Lattner | handle labeldecls. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | make block bodies handle undefined labels just like... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | improve support for big endian targets, fixing PR8171... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Oscar Fuentes | CMake: updated source file list. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Ted Kremenek | Add -Warray-bounds test showing how the warning current... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Argyrios Kyrtzidis | [analyzer] Use the new registration mechanism for the... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Argyrios Kyrtzidis | [analyzer] Use the new registration mechanism on the... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Argyrios Kyrtzidis | [analyzer] |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Argyrios Kyrtzidis | [analyzer] Pass CheckerManager to the registration... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chandler Carruth | Enhance the array bounds checking to work for several... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chandler Carruth | Clean up the style of this function to match the conven... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | add a fixme |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | Step #2/N of __label__ support: keep pushing LabelDecl... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | Inline LocalInstantiationScope::getInstantiationOf... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | remove some defensive code: LocalInstantiationScope... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Chris Lattner | remove some dead overloads. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Douglas Gregor | Eliminate the internal command-line option for viewing... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
John McCall | Remove the "conditional save" hashtables from IR genera... |
commit | commitdiff | tree | snapshot |
next |