projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2012-03-14
Nick Lewycky
When emitting a diagnostic about two-phase name lookup...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matt Beaumont-Gay
Fix dereference of end iterator. Spotted by ASan.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Anna Zaks
[analyzer] Diagnostics: Supply Caller information even...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Fariborz Jahanian
objective-c modern translator.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Erik Verbruggen
[Analyser] Remove unnecessary recursive visits for...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Douglas Gregor
Remove clang-wpa example, which has been unmaintained...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Douglas Gregor
Minor cleanup in attribute-related diagnostics, from...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Sebastian Redl
Parse brace initializers as default arguments. PR12236.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Erik Verbruggen
[Analyser] Removes more recursive visitations in ExprEn...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Daniel Dunbar
[Basic] Change DiagnosticBuilder to use a separate...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Daniel Dunbar
[Sema] Fix SemaDiagnosticBuilder to be inline.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Matt Beaumont-Gay
Remove trailing whitespace (especially after a \ which...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Benjamin Kramer
-arch is a darwin-only feature, use -target instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Eric Christopher
Add support to mangle templated member function names...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Chad Rosier
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Fariborz Jahanian
objective-c modern rewriter. Do not add _class_ro_t...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Chad Rosier
[driver] Clang should report an error for -faltivec...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Eric Christopher
When adding member functions to a class add any special...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
David Blaikie
Add a test case for PR8385.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyser] Refactor shouldInline logic into a helper.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyzer] Call enter/exit diagnostic should refer...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Daniel Dunbar
[Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Richard Smith
Allow vectors to be constructed from constexpr function...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Chad Rosier
Update test case to use not tool.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Chad Rosier
[driver] Parse diagnostic args in the driver.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyzer] Change the order in which we analyze the...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyzer] Use BFS over call graph when analysing funct...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyzer] Refactor CallGraph to use Recursive AST...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyzer] Use recursive AST visitor to drive simple...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyzer] Minor: factor out logic for determining...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Anna Zaks
[analyzer] Move the check for parser errors out of...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Roman Divacky
Fix the long double to be of width/align 64. Rename...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Daniel Dunbar
Spelling.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Daniel Dunbar
[Basic] Make DiagnosticBuilder::{Clear,Emit} protected.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Daniel Dunbar
[Basic] Eliminate DiagnosticBuilder::Suppress and match...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Daniel Dunbar
[Basic] Make DiagnosticBuilder::{isActive,getLocation...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Daniel Dunbar
[Basic] Fix ~Diagnostic() to not call Emit() when there...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Daniel Dunbar
[Basic] Stop using a SmallVector<> for Diagnostic....
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Benjamin Kramer
Remove unused-but-set variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Roman Divacky
Long double is just double on FreeBSD/{PPC,PPC64}.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
David Chisnall
Tweak linkage order for solaris.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
James Molloy
Ensure that default arguments are handled correctly...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Richard Smith
Implement [temp.param]p5: the top-level cv-qualifiers...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Richard Smith
PR11850 + duplicates: don't assume that a function...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Richard Smith
PR11925: A function can't have a variably-modified...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nick Lewycky
It never makes sense to do a lookup into a LinkageSpecD...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Richard Smith
Fix PR10447: lazily building name lookup tables for...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Argyrios Kyrtzidis
[libclang] When there's a file error when saving the...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
John McCall
Make the error about assigning to lambda-captured variables
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Argyrios Kyrtzidis
[Sema] Prefer to use ObjCInterfaceDecl's protocol_begin...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Argyrios Kyrtzidis
Fix crash at @implementation with a forward reference...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
John McCall
Alternate fix to PR12248: put Sema in charge of specia...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
NAKAMURA Takumi
[msvc] Honor %INCLUDE%. It should know essential search...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Fariborz Jahanian
modern objective-c translator. @try/@catch translation...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ted Kremenek
Add new analyzer diagnostic mode where plists can have...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ted Kremenek
[analyzer] Include inlining call stack depth in plist...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Bill Wendling
Address some of the concerns by Chandler.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Bill Wendling
Update FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Bill Wendling
Have clang pay attention to the LIBRARY_PATH environmen...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Douglas Gregor
C++11 [temp.deduct.call]p6 tweak: when given a set...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Eli Friedman
Make sure we treat variables captured by reference...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Argyrios Kyrtzidis
[Sema] -Add an invalid objc category to the DeclContext...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Jordy Rose
ObjCBoolLiterals (__objc_yes/__objc_no) behave like...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Fariborz Jahanian
objective-c modern translator: ivar offset symbols
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
David Blaikie
Fix a crash-on-invalid found by -Wlogical-op-parentheses.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
James Molloy
Use ZeroLengthBitfieldAlignment for AAPCS, as well...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Richard Smith
Fix parsing of trailing-return-type. Types are syntacti...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Richard Smith
Fix parsing of type-specifier-seq's. Types are syntacti...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Nick Lewycky
Fix typo in comment, 'langauge' -> 'language'.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Fariborz Jahanian
objective-c modern abi rewriter: provide section pragma...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Douglas Gregor
Document the weak-linking behavior of the availability...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
NAKAMURA Takumi
Update library dependencies to add clangEdit on c-index...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
David Blaikie
Unify naming of LangOptions variable/get function acros...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Stepan Dyatkovskiy
llvm::SwitchInst
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Douglas Gregor
Document the availability attribute
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Douglas Gregor
When template argument deduction is ignoring qualifiers...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Richard Smith
cxx_status: No compiler changes are required for 'minim...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Douglas Gregor
Add a missing 'template' keyword.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-11
Jordy Rose
[analyzer] Replace a static helper with existing logic...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Douglas Gregor
When determining whether an identifier followed by...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
David Blaikie
Fix crash & accepts-invalid for array of arrays of...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Aaron Ballman
Updated the test so that it checks for ms-compatibility...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Aaron Ballman
Adding namespace qualifiers to the visualizers and...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Gregory Szorc
[clang.py] Implement Cursor.objc_type_encoding
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Aaron Ballman
No longer defining GNUC mode when compiling for Microso...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Douglas Gregor
Clarify even further that the lambda-to-block-pointer...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Gregory Szorc
[clang.py] Refactor get_tu and get_cursor test helper...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Richard Smith
PR12225: The requirement that literal operators be...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Benjamin Kramer
Use VersionTuple to manage macosx versions in the drive...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Fariborz Jahanian
objective-c modern rewriter: add __declspec(dllexport...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Fariborz Jahanian
objc modern rewriter: Define __OBJC2__ in written file.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Benjamin Kramer
Replace a map of boolean values with a set.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Rafael Espindola
The type of a definition should not increase its visibi...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
John McCall
Remove BlockDeclRefExpr and introduce a bit on DeclRefE...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Nick Lewycky
Slightly tweak this condition. "isTransparentContext...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Nick Lewycky
Could not find this in C99. Perhaps this rule comes...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Douglas Gregor
Only make a call to a copy constructor elidable if...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Argyrios Kyrtzidis
[Sema] A tag decl that is marked as invalid and is...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
Argyrios Kyrtzidis
Remove the part of test/Sema/pragma-pack-2.c that has...
commit
|
commitdiff
|
tree
|
snapshot
next